Shades of Deep Cerise #E03280
Tints of Deep Cerise #E03280
RGB
CMYK
RGB Variations
Color information
#E03280 (or 0xE03280) is known color: Deep Cerise. HEX triplet: E0, 32 and 80. RGB value is (224,50,128). Sum of RGB (Red+Green+Blue) = 224+50+128=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E03280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03280 is #1FCD7F. Grayscale: #6E6E6E. Windows color (decimal): -2084224 or 8401632. OLE color: 8401632.
HSL color Cylindrical-coordinate representation of color #E03280: hue angle of 333.1º 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 #E03280 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 128 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.12 |
| HSL | 333.1º | 0.74% | 0.54% | - |
| HSV(B) | 333.1º | 0.78% | 0.88% | - |
| XYZ | 35.78 | 19.69 | 22.34 | - |
| YUV | 110.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 128 | 0 | 0.78 | 0.43 | 0.12 | 333.1 | 0.74 | 0.54 |
| Hex | E0 | 32 | 80 | 0 | 4E | 2B | C | 14D | 4A | 36 |
| Octal | 340 | 62 | 200 | 0 | 116 | 53 | 14 | 515 | 112 | 66 |
| Binary | 11100000 | 110010 | 10000000 | 0 | 1001110 | 101011 | 1100 | 101001101 | 1001010 | 110110 |
Color Harmonies of #E03280
Complementary color
Monochromatic Colors of #E03280
Black with #E03280
Text Example
Text Example
White with #E03280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03280; }
p { color: rgb(224,50,128); }
H1.HeaderClassName
{
color: #E03280;
}
.AnyTagClassName
{
color: #E03280;
}
</style>
background-color css
<style>
a { background-color: #E03280; }
a { background-color: rgb(224,50,128); }
div.DivClassName
{
background-color: #E03280;
}
.BgClassName
{
background-color: #E03280;
}
</style>
border-color css
<style>
span { border-color: #E03280; }
span { border-color: rgb(224,50,128); }
td.TdClassName
{
border-color: #E03280;
}
.TagClassName
{
border-color: #E03280;
}
</style>