Shades of Deep Cerise #E04598
Tints of Deep Cerise #E04598
RGB
CMYK
RGB Variations
Color information
#E04598 (or 0xE04598) is known color: Deep Cerise. HEX triplet: E0, 45 and 98. RGB value is (224,69,152). Sum of RGB (Red+Green+Blue) = 224+69+152=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E04598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04598 is #1FBA67. Grayscale: #7C7C7C. Windows color (decimal): -2079336 or 9979360. OLE color: 9979360.
HSL color Cylindrical-coordinate representation of color #E04598: hue angle of 327.87º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04598 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 152 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.12 |
| HSL | 327.87º | 0.71% | 0.57% | - |
| HSV(B) | 327.87º | 0.69% | 0.88% | - |
| XYZ | 38.54 | 22.37 | 31.99 | - |
| YUV | 124.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 152 | 0 | 0.69 | 0.32 | 0.12 | 327.87 | 0.71 | 0.57 |
| Hex | E0 | 45 | 98 | 0 | 45 | 20 | C | 148 | 47 | 39 |
| Octal | 340 | 105 | 230 | 0 | 105 | 40 | 14 | 510 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10011000 | 0 | 1000101 | 100000 | 1100 | 101001000 | 1000111 | 111001 |
Color Harmonies of #E04598
Complementary color
Monochromatic Colors of #E04598
Black with #E04598
Text Example
Text Example
White with #E04598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04598; }
p { color: rgb(224,69,152); }
H1.HeaderClassName
{
color: #E04598;
}
.AnyTagClassName
{
color: #E04598;
}
</style>
background-color css
<style>
a { background-color: #E04598; }
a { background-color: rgb(224,69,152); }
div.DivClassName
{
background-color: #E04598;
}
.BgClassName
{
background-color: #E04598;
}
</style>
border-color css
<style>
span { border-color: #E04598; }
span { border-color: rgb(224,69,152); }
td.TdClassName
{
border-color: #E04598;
}
.TagClassName
{
border-color: #E04598;
}
</style>