Ruby (#E0115F)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.76:1 — vs black: 4.41:1
Color values
-
HEX
#E0115F -
RGB
rgb(224, 17, 95) -
HSL
hsl(337, 85%, 47%) -
CMYK
cmyk( 0, 92, 58, 12 ) -
Websafe
#CC0066
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #E0115F based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E0115F
Base
#11E092
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E0115F
Base
#E011C6
#E02A11
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E0115F
Base
#5FE011
#115FE0
Two colors flanking the complement — high contrast with less tension than full complementary.
#E0115F
Base
#11E02A
#11C6E0
Four colors at 90° intervals — rich variety, best when one color dominates.
#E0115F
Base
#C6E011
#11E092
#2A11E0
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E0115F
Base
#520623
#990C41
#BA0E4F
#EF2B75
#F14C8A
#F793B9
Darker shades and lighter tints of Ruby, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#18020A
#40051B
#68082C
#900B3D
#B80E4E
#E0115F
Base
#EF327A
#F35F97
#F68DB5
#FABAD2
#FDE7F0
Ready-to-use code snippets for #E0115F. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E0115F;
}
/* Text */
.element {
color: #E0115F;
}
/* Border */
.element {
border: 1px solid #E0115F;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E0115F,
#11E092
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E0115F,
#11E092
);
}
// SCSS variable
$ruby: #E0115F;
// With RGB channels (useful for rgba() usage)
$ruby-r: 224;
$ruby-g: 17;
$ruby-b: 95;
// Usage
.element {
background-color: $ruby;
color: rgba($ruby-r, $ruby-g, $ruby-b, 0.8);
}
How Ruby appears to people with different types of color vision deficiency.
#E0115F
How the color appears with full color vision.
#818158
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#535360
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#DE2626
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#737373
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.