Shades of Deep Cerise #E2408D
Tints of Deep Cerise #E2408D
RGB
CMYK
RGB Variations
Color information
#E2408D (or 0xE2408D) is known color: Deep Cerise. HEX triplet: E2, 40 and 8D. RGB value is (226,64,141). Sum of RGB (Red+Green+Blue) = 226+64+141=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2408D is #1DBF72. Grayscale: #797979. Windows color (decimal): -1949555 or 9257186. OLE color: 9257186.
HSL color Cylindrical-coordinate representation of color #E2408D: hue angle of 331.48º 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 #E2408D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 141 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.11 |
| HSL | 331.48º | 0.74% | 0.57% | - |
| HSV(B) | 331.48º | 0.72% | 0.89% | - |
| XYZ | 38.01 | 21.76 | 27.4 | - |
| YUV | 121.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 141 | 0 | 0.72 | 0.38 | 0.11 | 331.48 | 0.74 | 0.57 |
| Hex | E2 | 40 | 8D | 0 | 48 | 26 | B | 14B | 4A | 39 |
| Octal | 342 | 100 | 215 | 0 | 110 | 46 | 13 | 513 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10001101 | 0 | 1001000 | 100110 | 1011 | 101001011 | 1001010 | 111001 |
Color Harmonies of #E2408D
Complementary color
Monochromatic Colors of #E2408D
Black with #E2408D
Text Example
Text Example
White with #E2408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2408D; }
p { color: rgb(226,64,141); }
H1.HeaderClassName
{
color: #E2408D;
}
.AnyTagClassName
{
color: #E2408D;
}
</style>
background-color css
<style>
a { background-color: #E2408D; }
a { background-color: rgb(226,64,141); }
div.DivClassName
{
background-color: #E2408D;
}
.BgClassName
{
background-color: #E2408D;
}
</style>
border-color css
<style>
span { border-color: #E2408D; }
span { border-color: rgb(226,64,141); }
td.TdClassName
{
border-color: #E2408D;
}
.TagClassName
{
border-color: #E2408D;
}
</style>