Shades of Deep Cerise #E04298
Tints of Deep Cerise #E04298
RGB
CMYK
RGB Variations
Color information
#E04298 (or 0xE04298) is known color: Deep Cerise. HEX triplet: E0, 42 and 98. RGB value is (224,66,152). Sum of RGB (Red+Green+Blue) = 224+66+152=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04298 is #1FBD67. Grayscale: #7A7A7A. Windows color (decimal): -2080104 or 9978592. OLE color: 9978592.
HSL color Cylindrical-coordinate representation of color #E04298: hue angle of 327.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04298 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 152 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.12 |
| HSL | 327.34º | 0.72% | 0.57% | - |
| HSV(B) | 327.34º | 0.71% | 0.88% | - |
| XYZ | 38.36 | 22.01 | 31.93 | - |
| YUV | 123.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 152 | 0 | 0.71 | 0.32 | 0.12 | 327.34 | 0.72 | 0.57 |
| Hex | E0 | 42 | 98 | 0 | 47 | 20 | C | 147 | 48 | 39 |
| Octal | 340 | 102 | 230 | 0 | 107 | 40 | 14 | 507 | 110 | 71 |
| Binary | 11100000 | 1000010 | 10011000 | 0 | 1000111 | 100000 | 1100 | 101000111 | 1001000 | 111001 |
Color Harmonies of #E04298
Complementary color
Monochromatic Colors of #E04298
Black with #E04298
Text Example
Text Example
White with #E04298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04298; }
p { color: rgb(224,66,152); }
H1.HeaderClassName
{
color: #E04298;
}
.AnyTagClassName
{
color: #E04298;
}
</style>
background-color css
<style>
a { background-color: #E04298; }
a { background-color: rgb(224,66,152); }
div.DivClassName
{
background-color: #E04298;
}
.BgClassName
{
background-color: #E04298;
}
</style>
border-color css
<style>
span { border-color: #E04298; }
span { border-color: rgb(224,66,152); }
td.TdClassName
{
border-color: #E04298;
}
.TagClassName
{
border-color: #E04298;
}
</style>