Shades of Deep Cerise #E24285
Tints of Deep Cerise #E24285
RGB
CMYK
RGB Variations
Color information
#E24285 (or 0xE24285) is known color: Deep Cerise. HEX triplet: E2, 42 and 85. RGB value is (226,66,133). Sum of RGB (Red+Green+Blue) = 226+66+133=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E24285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24285 is #1DBD7A. Grayscale: #797979. Windows color (decimal): -1949051 or 8733410. OLE color: 8733410.
HSL color Cylindrical-coordinate representation of color #E24285: hue angle of 334.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E24285 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 133 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.11 |
| HSL | 334.88º | 0.73% | 0.57% | - |
| HSV(B) | 334.88º | 0.71% | 0.89% | - |
| XYZ | 37.55 | 21.76 | 24.41 | - |
| YUV | 121.48 | 134.51 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 133 | 0 | 0.71 | 0.41 | 0.11 | 334.88 | 0.73 | 0.57 |
| Hex | E2 | 42 | 85 | 0 | 47 | 29 | B | 14F | 49 | 39 |
| Octal | 342 | 102 | 205 | 0 | 107 | 51 | 13 | 517 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10000101 | 0 | 1000111 | 101001 | 1011 | 101001111 | 1001001 | 111001 |
Color Harmonies of #E24285
Complementary color
Monochromatic Colors of #E24285
Black with #E24285
Text Example
Text Example
White with #E24285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24285; }
p { color: rgb(226,66,133); }
H1.HeaderClassName
{
color: #E24285;
}
.AnyTagClassName
{
color: #E24285;
}
</style>
background-color css
<style>
a { background-color: #E24285; }
a { background-color: rgb(226,66,133); }
div.DivClassName
{
background-color: #E24285;
}
.BgClassName
{
background-color: #E24285;
}
</style>
border-color css
<style>
span { border-color: #E24285; }
span { border-color: rgb(226,66,133); }
td.TdClassName
{
border-color: #E24285;
}
.TagClassName
{
border-color: #E24285;
}
</style>