Shades of Deep Cerise #E24081
Tints of Deep Cerise #E24081
RGB
CMYK
RGB Variations
Color information
#E24081 (or 0xE24081) is known color: Deep Cerise. HEX triplet: E2, 40 and 81. RGB value is (226,64,129). Sum of RGB (Red+Green+Blue) = 226+64+129=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E24081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24081 is #1DBF7E. Grayscale: #777777. Windows color (decimal): -1949567 or 8470754. OLE color: 8470754.
HSL color Cylindrical-coordinate representation of color #E24081: hue angle of 335.93º 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 #E24081 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 129 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.11 |
| HSL | 335.93º | 0.74% | 0.57% | - |
| HSV(B) | 335.93º | 0.72% | 0.89% | - |
| XYZ | 37.16 | 21.42 | 22.94 | - |
| YUV | 119.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 129 | 0 | 0.72 | 0.43 | 0.11 | 335.93 | 0.74 | 0.57 |
| Hex | E2 | 40 | 81 | 0 | 48 | 2B | B | 150 | 4A | 39 |
| Octal | 342 | 100 | 201 | 0 | 110 | 53 | 13 | 520 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10000001 | 0 | 1001000 | 101011 | 1011 | 101010000 | 1001010 | 111001 |
Color Harmonies of #E24081
Complementary color
Monochromatic Colors of #E24081
Black with #E24081
Text Example
Text Example
White with #E24081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24081; }
p { color: rgb(226,64,129); }
H1.HeaderClassName
{
color: #E24081;
}
.AnyTagClassName
{
color: #E24081;
}
</style>
background-color css
<style>
a { background-color: #E24081; }
a { background-color: rgb(226,64,129); }
div.DivClassName
{
background-color: #E24081;
}
.BgClassName
{
background-color: #E24081;
}
</style>
border-color css
<style>
span { border-color: #E24081; }
span { border-color: rgb(226,64,129); }
td.TdClassName
{
border-color: #E24081;
}
.TagClassName
{
border-color: #E24081;
}
</style>