Shades of Deep Cerise #E02085
Tints of Deep Cerise #E02085
RGB
CMYK
RGB Variations
Color information
#E02085 (or 0xE02085) is known color: Deep Cerise. HEX triplet: E0, 20 and 85. RGB value is (224,32,133). Sum of RGB (Red+Green+Blue) = 224+32+133=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E02085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02085 is #1FDF7A. Grayscale: #646464. Windows color (decimal): -2088827 or 8724704. OLE color: 8724704.
HSL color Cylindrical-coordinate representation of color #E02085: hue angle of 328.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02085 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 133 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.12 |
| HSL | 328.44º | 0.76% | 0.5% | - |
| HSV(B) | 328.44º | 0.86% | 0.88% | - |
| XYZ | 35.49 | 18.57 | 23.9 | - |
| YUV | 100.92 | 146.11 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 133 | 0 | 0.86 | 0.41 | 0.12 | 328.44 | 0.76 | 0.5 |
| Hex | E0 | 20 | 85 | 0 | 56 | 29 | C | 148 | 4C | 32 |
| Octal | 340 | 40 | 205 | 0 | 126 | 51 | 14 | 510 | 114 | 62 |
| Binary | 11100000 | 100000 | 10000101 | 0 | 1010110 | 101001 | 1100 | 101001000 | 1001100 | 110010 |
Color Harmonies of #E02085
Complementary color
Monochromatic Colors of #E02085
Black with #E02085
Text Example
Text Example
White with #E02085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02085; }
p { color: rgb(224,32,133); }
H1.HeaderClassName
{
color: #E02085;
}
.AnyTagClassName
{
color: #E02085;
}
</style>
background-color css
<style>
a { background-color: #E02085; }
a { background-color: rgb(224,32,133); }
div.DivClassName
{
background-color: #E02085;
}
.BgClassName
{
background-color: #E02085;
}
</style>
border-color css
<style>
span { border-color: #E02085; }
span { border-color: rgb(224,32,133); }
td.TdClassName
{
border-color: #E02085;
}
.TagClassName
{
border-color: #E02085;
}
</style>