Shades of Deep Cerise #E1217E
Tints of Deep Cerise #E1217E
RGB
CMYK
RGB Variations
Color information
#E1217E (or 0xE1217E) is known color: Deep Cerise. HEX triplet: E1, 21 and 7E. RGB value is (225,33,126). Sum of RGB (Red+Green+Blue) = 225+33+126=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1217E is #1EDE81. Grayscale: #646464. Windows color (decimal): -2023042 or 8266209. OLE color: 8266209.
HSL color Cylindrical-coordinate representation of color #E1217E: hue angle of 330.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1217E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 126 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.12 |
| HSL | 330.94º | 0.76% | 0.51% | - |
| HSV(B) | 330.94º | 0.85% | 0.88% | - |
| XYZ | 35.36 | 18.6 | 21.47 | - |
| YUV | 101.01 | 142.11 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 126 | 0 | 0.85 | 0.44 | 0.12 | 330.94 | 0.76 | 0.51 |
| Hex | E1 | 21 | 7E | 0 | 55 | 2C | C | 14B | 4C | 33 |
| Octal | 341 | 41 | 176 | 0 | 125 | 54 | 14 | 513 | 114 | 63 |
| Binary | 11100001 | 100001 | 1111110 | 0 | 1010101 | 101100 | 1100 | 101001011 | 1001100 | 110011 |
Color Harmonies of #E1217E
Complementary color
Monochromatic Colors of #E1217E
Black with #E1217E
Text Example
Text Example
White with #E1217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1217E; }
p { color: rgb(225,33,126); }
H1.HeaderClassName
{
color: #E1217E;
}
.AnyTagClassName
{
color: #E1217E;
}
</style>
background-color css
<style>
a { background-color: #E1217E; }
a { background-color: rgb(225,33,126); }
div.DivClassName
{
background-color: #E1217E;
}
.BgClassName
{
background-color: #E1217E;
}
</style>
border-color css
<style>
span { border-color: #E1217E; }
span { border-color: rgb(225,33,126); }
td.TdClassName
{
border-color: #E1217E;
}
.TagClassName
{
border-color: #E1217E;
}
</style>