Shades of Deep Cerise #E1237E
Tints of Deep Cerise #E1237E
RGB
CMYK
RGB Variations
Color information
#E1237E (or 0xE1237E) is known color: Deep Cerise. HEX triplet: E1, 23 and 7E. RGB value is (225,35,126). Sum of RGB (Red+Green+Blue) = 225+35+126=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1237E is #1EDC81. Grayscale: #666666. Windows color (decimal): -2022530 or 8266721. OLE color: 8266721.
HSL color Cylindrical-coordinate representation of color #E1237E: hue angle of 331.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1237E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 126 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.12 |
| HSL | 331.26º | 0.76% | 0.51% | - |
| HSV(B) | 331.26º | 0.84% | 0.88% | - |
| XYZ | 35.42 | 18.72 | 21.48 | - |
| YUV | 102.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 126 | 0 | 0.84 | 0.44 | 0.12 | 331.26 | 0.76 | 0.51 |
| Hex | E1 | 23 | 7E | 0 | 54 | 2C | C | 14B | 4C | 33 |
| Octal | 341 | 43 | 176 | 0 | 124 | 54 | 14 | 513 | 114 | 63 |
| Binary | 11100001 | 100011 | 1111110 | 0 | 1010100 | 101100 | 1100 | 101001011 | 1001100 | 110011 |
Color Harmonies of #E1237E
Complementary color
Monochromatic Colors of #E1237E
Black with #E1237E
Text Example
Text Example
White with #E1237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1237E; }
p { color: rgb(225,35,126); }
H1.HeaderClassName
{
color: #E1237E;
}
.AnyTagClassName
{
color: #E1237E;
}
</style>
background-color css
<style>
a { background-color: #E1237E; }
a { background-color: rgb(225,35,126); }
div.DivClassName
{
background-color: #E1237E;
}
.BgClassName
{
background-color: #E1237E;
}
</style>
border-color css
<style>
span { border-color: #E1237E; }
span { border-color: rgb(225,35,126); }
td.TdClassName
{
border-color: #E1237E;
}
.TagClassName
{
border-color: #E1237E;
}
</style>