Shades of Deep Cerise #E2408B
Tints of Deep Cerise #E2408B
RGB
CMYK
RGB Variations
Color information
#E2408B (or 0xE2408B) is known color: Deep Cerise. HEX triplet: E2, 40 and 8B. RGB value is (226,64,139). Sum of RGB (Red+Green+Blue) = 226+64+139=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2408B is #1DBF74. Grayscale: #787878. Windows color (decimal): -1949557 or 9126114. OLE color: 9126114.
HSL color Cylindrical-coordinate representation of color #E2408B: hue angle of 332.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2408B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 139 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.11 |
| HSL | 332.22º | 0.74% | 0.57% | - |
| HSV(B) | 332.22º | 0.72% | 0.89% | - |
| XYZ | 37.86 | 21.7 | 26.62 | - |
| YUV | 120.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 139 | 0 | 0.72 | 0.38 | 0.11 | 332.22 | 0.74 | 0.57 |
| Hex | E2 | 40 | 8B | 0 | 48 | 26 | B | 14C | 4A | 39 |
| Octal | 342 | 100 | 213 | 0 | 110 | 46 | 13 | 514 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10001011 | 0 | 1001000 | 100110 | 1011 | 101001100 | 1001010 | 111001 |
Color Harmonies of #E2408B
Complementary color
Monochromatic Colors of #E2408B
Black with #E2408B
Text Example
Text Example
White with #E2408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2408B; }
p { color: rgb(226,64,139); }
H1.HeaderClassName
{
color: #E2408B;
}
.AnyTagClassName
{
color: #E2408B;
}
</style>
background-color css
<style>
a { background-color: #E2408B; }
a { background-color: rgb(226,64,139); }
div.DivClassName
{
background-color: #E2408B;
}
.BgClassName
{
background-color: #E2408B;
}
</style>
border-color css
<style>
span { border-color: #E2408B; }
span { border-color: rgb(226,64,139); }
td.TdClassName
{
border-color: #E2408B;
}
.TagClassName
{
border-color: #E2408B;
}
</style>