Shades of Deep Cerise #E5217E
Tints of Deep Cerise #E5217E
RGB
CMYK
RGB Variations
Color information
#E5217E (or 0xE5217E) is known color: Deep Cerise. HEX triplet: E5, 21 and 7E. RGB value is (229,33,126). Sum of RGB (Red+Green+Blue) = 229+33+126=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5217E is #1ADE81. Grayscale: #666666. Windows color (decimal): -1760898 or 8266213. OLE color: 8266213.
HSL color Cylindrical-coordinate representation of color #E5217E: hue angle of 331.53º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5217E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 126 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.10 |
| HSL | 331.53º | 0.79% | 0.51% | - |
| HSV(B) | 331.53º | 0.86% | 0.9% | - |
| XYZ | 36.62 | 19.25 | 21.52 | - |
| YUV | 102.21 | 141.43 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 126 | 0 | 0.86 | 0.45 | 0.10 | 331.53 | 0.79 | 0.51 |
| Hex | E5 | 21 | 7E | 0 | 56 | 2D | A | 14C | 4F | 33 |
| Octal | 345 | 41 | 176 | 0 | 126 | 55 | 12 | 514 | 117 | 63 |
| Binary | 11100101 | 100001 | 1111110 | 0 | 1010110 | 101101 | 1010 | 101001100 | 1001111 | 110011 |
Color Harmonies of #E5217E
Complementary color
Monochromatic Colors of #E5217E
Black with #E5217E
Text Example
Text Example
White with #E5217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5217E; }
p { color: rgb(229,33,126); }
H1.HeaderClassName
{
color: #E5217E;
}
.AnyTagClassName
{
color: #E5217E;
}
</style>
background-color css
<style>
a { background-color: #E5217E; }
a { background-color: rgb(229,33,126); }
div.DivClassName
{
background-color: #E5217E;
}
.BgClassName
{
background-color: #E5217E;
}
</style>
border-color css
<style>
span { border-color: #E5217E; }
span { border-color: rgb(229,33,126); }
td.TdClassName
{
border-color: #E5217E;
}
.TagClassName
{
border-color: #E5217E;
}
</style>