Shades of Deep Cerise #E04384
Tints of Deep Cerise #E04384
RGB
CMYK
RGB Variations
Color information
#E04384 (or 0xE04384) is known color: Deep Cerise. HEX triplet: E0, 43 and 84. RGB value is (224,67,132). Sum of RGB (Red+Green+Blue) = 224+67+132=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E04384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04384 is #1FBC7B. Grayscale: #797979. Windows color (decimal): -2079868 or 8668128. OLE color: 8668128.
HSL color Cylindrical-coordinate representation of color #E04384: hue angle of 335.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04384 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 132 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.12 |
| HSL | 335.16º | 0.72% | 0.57% | - |
| HSV(B) | 335.16º | 0.7% | 0.88% | - |
| XYZ | 36.91 | 21.53 | 24.04 | - |
| YUV | 121.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 132 | 0 | 0.70 | 0.41 | 0.12 | 335.16 | 0.72 | 0.57 |
| Hex | E0 | 43 | 84 | 0 | 46 | 29 | C | 14F | 48 | 39 |
| Octal | 340 | 103 | 204 | 0 | 106 | 51 | 14 | 517 | 110 | 71 |
| Binary | 11100000 | 1000011 | 10000100 | 0 | 1000110 | 101001 | 1100 | 101001111 | 1001000 | 111001 |
Color Harmonies of #E04384
Complementary color
Monochromatic Colors of #E04384
Black with #E04384
Text Example
Text Example
White with #E04384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04384; }
p { color: rgb(224,67,132); }
H1.HeaderClassName
{
color: #E04384;
}
.AnyTagClassName
{
color: #E04384;
}
</style>
background-color css
<style>
a { background-color: #E04384; }
a { background-color: rgb(224,67,132); }
div.DivClassName
{
background-color: #E04384;
}
.BgClassName
{
background-color: #E04384;
}
</style>
border-color css
<style>
span { border-color: #E04384; }
span { border-color: rgb(224,67,132); }
td.TdClassName
{
border-color: #E04384;
}
.TagClassName
{
border-color: #E04384;
}
</style>