Shades of Deep Cerise #E03282
Tints of Deep Cerise #E03282
RGB
CMYK
RGB Variations
Color information
#E03282 (or 0xE03282) is known color: Deep Cerise. HEX triplet: E0, 32 and 82. RGB value is (224,50,130). Sum of RGB (Red+Green+Blue) = 224+50+130=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E03282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03282 is #1FCD7D. Grayscale: #6F6F6F. Windows color (decimal): -2084222 or 8532704. OLE color: 8532704.
HSL color Cylindrical-coordinate representation of color #E03282: hue angle of 332.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03282 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 130 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.12 |
| HSL | 332.41º | 0.74% | 0.54% | - |
| HSV(B) | 332.41º | 0.78% | 0.88% | - |
| XYZ | 35.91 | 19.74 | 23.04 | - |
| YUV | 111.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 130 | 0 | 0.78 | 0.42 | 0.12 | 332.41 | 0.74 | 0.54 |
| Hex | E0 | 32 | 82 | 0 | 4E | 2A | C | 14C | 4A | 36 |
| Octal | 340 | 62 | 202 | 0 | 116 | 52 | 14 | 514 | 112 | 66 |
| Binary | 11100000 | 110010 | 10000010 | 0 | 1001110 | 101010 | 1100 | 101001100 | 1001010 | 110110 |
Color Harmonies of #E03282
Complementary color
Monochromatic Colors of #E03282
Black with #E03282
Text Example
Text Example
White with #E03282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03282; }
p { color: rgb(224,50,130); }
H1.HeaderClassName
{
color: #E03282;
}
.AnyTagClassName
{
color: #E03282;
}
</style>
background-color css
<style>
a { background-color: #E03282; }
a { background-color: rgb(224,50,130); }
div.DivClassName
{
background-color: #E03282;
}
.BgClassName
{
background-color: #E03282;
}
</style>
border-color css
<style>
span { border-color: #E03282; }
span { border-color: rgb(224,50,130); }
td.TdClassName
{
border-color: #E03282;
}
.TagClassName
{
border-color: #E03282;
}
</style>