Shades of Deep Cerise #E03582
Tints of Deep Cerise #E03582
RGB
CMYK
RGB Variations
Color information
#E03582 (or 0xE03582) is known color: Deep Cerise. HEX triplet: E0, 35 and 82. RGB value is (224,53,130). Sum of RGB (Red+Green+Blue) = 224+53+130=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E03582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03582 is #1FCA7D. Grayscale: #707070. Windows color (decimal): -2083454 or 8533472. OLE color: 8533472.
HSL color Cylindrical-coordinate representation of color #E03582: hue angle of 332.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03582 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 130 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.12 |
| HSL | 332.98º | 0.73% | 0.54% | - |
| HSV(B) | 332.98º | 0.76% | 0.88% | - |
| XYZ | 36.04 | 20.01 | 23.08 | - |
| YUV | 112.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 130 | 0 | 0.76 | 0.42 | 0.12 | 332.98 | 0.73 | 0.54 |
| Hex | E0 | 35 | 82 | 0 | 4C | 2A | C | 14D | 49 | 36 |
| Octal | 340 | 65 | 202 | 0 | 114 | 52 | 14 | 515 | 111 | 66 |
| Binary | 11100000 | 110101 | 10000010 | 0 | 1001100 | 101010 | 1100 | 101001101 | 1001001 | 110110 |
Color Harmonies of #E03582
Complementary color
Monochromatic Colors of #E03582
Black with #E03582
Text Example
Text Example
White with #E03582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03582; }
p { color: rgb(224,53,130); }
H1.HeaderClassName
{
color: #E03582;
}
.AnyTagClassName
{
color: #E03582;
}
</style>
background-color css
<style>
a { background-color: #E03582; }
a { background-color: rgb(224,53,130); }
div.DivClassName
{
background-color: #E03582;
}
.BgClassName
{
background-color: #E03582;
}
</style>
border-color css
<style>
span { border-color: #E03582; }
span { border-color: rgb(224,53,130); }
td.TdClassName
{
border-color: #E03582;
}
.TagClassName
{
border-color: #E03582;
}
</style>