Shades of Deep Cerise #EE2988
Tints of Deep Cerise #EE2988
RGB
CMYK
RGB Variations
Color information
#EE2988 (or 0xEE2988) is known color: Deep Cerise. HEX triplet: EE, 29 and 88. RGB value is (238,41,136). Sum of RGB (Red+Green+Blue) = 238+41+136=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2988 is #11D677. Grayscale: #6E6E6E. Windows color (decimal): -1169016 or 8923630. OLE color: 8923630.
HSL color Cylindrical-coordinate representation of color #EE2988: hue angle of 331.07º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2988 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 136 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.07 |
| HSL | 331.07º | 0.85% | 0.55% | - |
| HSV(B) | 331.07º | 0.83% | 0.93% | - |
| XYZ | 40.5 | 21.54 | 25.32 | - |
| YUV | 110.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 136 | 0 | 0.83 | 0.43 | 0.07 | 331.07 | 0.85 | 0.55 |
| Hex | EE | 29 | 88 | 0 | 53 | 2B | 7 | 14B | 55 | 37 |
| Octal | 356 | 51 | 210 | 0 | 123 | 53 | 7 | 513 | 125 | 67 |
| Binary | 11101110 | 101001 | 10001000 | 0 | 1010011 | 101011 | 111 | 101001011 | 1010101 | 110111 |
Color Harmonies of #EE2988
Complementary color
Monochromatic Colors of #EE2988
Black with #EE2988
Text Example
Text Example
White with #EE2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2988; }
p { color: rgb(238,41,136); }
H1.HeaderClassName
{
color: #EE2988;
}
.AnyTagClassName
{
color: #EE2988;
}
</style>
background-color css
<style>
a { background-color: #EE2988; }
a { background-color: rgb(238,41,136); }
div.DivClassName
{
background-color: #EE2988;
}
.BgClassName
{
background-color: #EE2988;
}
</style>
border-color css
<style>
span { border-color: #EE2988; }
span { border-color: rgb(238,41,136); }
td.TdClassName
{
border-color: #EE2988;
}
.TagClassName
{
border-color: #EE2988;
}
</style>