Shades of Deep Cerise #E24295
Tints of Deep Cerise #E24295
RGB
CMYK
RGB Variations
Color information
#E24295 (or 0xE24295) is known color: Deep Cerise. HEX triplet: E2, 42 and 95. RGB value is (226,66,149). Sum of RGB (Red+Green+Blue) = 226+66+149=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E24295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24295 is #1DBD6A. Grayscale: #7B7B7B. Windows color (decimal): -1949035 or 9781986. OLE color: 9781986.
HSL color Cylindrical-coordinate representation of color #E24295: hue angle of 328.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 #E24295 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 149 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.11 |
| HSL | 328.88º | 0.73% | 0.57% | - |
| HSV(B) | 328.88º | 0.71% | 0.89% | - |
| XYZ | 38.74 | 22.24 | 30.68 | - |
| YUV | 123.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 149 | 0 | 0.71 | 0.34 | 0.11 | 328.88 | 0.73 | 0.57 |
| Hex | E2 | 42 | 95 | 0 | 47 | 22 | B | 149 | 49 | 39 |
| Octal | 342 | 102 | 225 | 0 | 107 | 42 | 13 | 511 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10010101 | 0 | 1000111 | 100010 | 1011 | 101001001 | 1001001 | 111001 |
Color Harmonies of #E24295
Complementary color
Monochromatic Colors of #E24295
Black with #E24295
Text Example
Text Example
White with #E24295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24295; }
p { color: rgb(226,66,149); }
H1.HeaderClassName
{
color: #E24295;
}
.AnyTagClassName
{
color: #E24295;
}
</style>
background-color css
<style>
a { background-color: #E24295; }
a { background-color: rgb(226,66,149); }
div.DivClassName
{
background-color: #E24295;
}
.BgClassName
{
background-color: #E24295;
}
</style>
border-color css
<style>
span { border-color: #E24295; }
span { border-color: rgb(226,66,149); }
td.TdClassName
{
border-color: #E24295;
}
.TagClassName
{
border-color: #E24295;
}
</style>