Shades of Deep Cerise #EE2080
Tints of Deep Cerise #EE2080
RGB
CMYK
RGB Variations
Color information
#EE2080 (or 0xEE2080) is known color: Deep Cerise. HEX triplet: EE, 20 and 80. RGB value is (238,32,128). Sum of RGB (Red+Green+Blue) = 238+32+128=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2080 is #11DF7F. Grayscale: #686868. Windows color (decimal): -1171328 or 8397038. OLE color: 8397038.
HSL color Cylindrical-coordinate representation of color #EE2080: hue angle of 332.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2080 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 128 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.07 |
| HSL | 332.04º | 0.86% | 0.53% | - |
| HSV(B) | 332.04º | 0.87% | 0.93% | - |
| XYZ | 39.67 | 20.77 | 22.34 | - |
| YUV | 104.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 128 | 0 | 0.87 | 0.46 | 0.07 | 332.04 | 0.86 | 0.53 |
| Hex | EE | 20 | 80 | 0 | 57 | 2E | 7 | 14C | 56 | 35 |
| Octal | 356 | 40 | 200 | 0 | 127 | 56 | 7 | 514 | 126 | 65 |
| Binary | 11101110 | 100000 | 10000000 | 0 | 1010111 | 101110 | 111 | 101001100 | 1010110 | 110101 |
Color Harmonies of #EE2080
Complementary color
Monochromatic Colors of #EE2080
Black with #EE2080
Text Example
Text Example
White with #EE2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2080; }
p { color: rgb(238,32,128); }
H1.HeaderClassName
{
color: #EE2080;
}
.AnyTagClassName
{
color: #EE2080;
}
</style>
background-color css
<style>
a { background-color: #EE2080; }
a { background-color: rgb(238,32,128); }
div.DivClassName
{
background-color: #EE2080;
}
.BgClassName
{
background-color: #EE2080;
}
</style>
border-color css
<style>
span { border-color: #EE2080; }
span { border-color: rgb(238,32,128); }
td.TdClassName
{
border-color: #EE2080;
}
.TagClassName
{
border-color: #EE2080;
}
</style>