Shades of Ruby #E0215D
Tints of Ruby #E0215D
RGB
CMYK
RGB Variations
Color information
#E0215D (or 0xE0215D) is known color: Ruby. HEX triplet: E0, 21 and 5D. RGB value is (224,33,93). Sum of RGB (Red+Green+Blue) = 224+33+93=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0215D is #1FDEA2. Grayscale: #606060. Windows color (decimal): -2088611 or 6103520. OLE color: 6103520.
HSL color Cylindrical-coordinate representation of color #E0215D: hue angle of 341.15º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0215D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 93 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.12 |
| HSL | 341.15º | 0.75% | 0.5% | - |
| HSV(B) | 341.15º | 0.85% | 0.88% | - |
| XYZ | 33.26 | 17.73 | 12.02 | - |
| YUV | 96.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 93 | 0 | 0.85 | 0.58 | 0.12 | 341.15 | 0.75 | 0.5 |
| Hex | E0 | 21 | 5D | 0 | 55 | 3A | C | 155 | 4B | 32 |
| Octal | 340 | 41 | 135 | 0 | 125 | 72 | 14 | 525 | 113 | 62 |
| Binary | 11100000 | 100001 | 1011101 | 0 | 1010101 | 111010 | 1100 | 101010101 | 1001011 | 110010 |
Color Harmonies of #E0215D
Complementary color
Monochromatic Colors of #E0215D
Black with #E0215D
Text Example
Text Example
White with #E0215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0215D; }
p { color: rgb(224,33,93); }
H1.HeaderClassName
{
color: #E0215D;
}
.AnyTagClassName
{
color: #E0215D;
}
</style>
background-color css
<style>
a { background-color: #E0215D; }
a { background-color: rgb(224,33,93); }
div.DivClassName
{
background-color: #E0215D;
}
.BgClassName
{
background-color: #E0215D;
}
</style>
border-color css
<style>
span { border-color: #E0215D; }
span { border-color: rgb(224,33,93); }
td.TdClassName
{
border-color: #E0215D;
}
.TagClassName
{
border-color: #E0215D;
}
</style>