Shades of Deep Cerise #EE2982
Tints of Deep Cerise #EE2982
RGB
CMYK
RGB Variations
Color information
#EE2982 (or 0xEE2982) is known color: Deep Cerise. HEX triplet: EE, 29 and 82. RGB value is (238,41,130). Sum of RGB (Red+Green+Blue) = 238+41+130=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2982 is #11D67D. Grayscale: #6D6D6D. Windows color (decimal): -1169022 or 8530414. OLE color: 8530414.
HSL color Cylindrical-coordinate representation of color #EE2982: hue angle of 332.89º 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 #EE2982 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 130 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.07 |
| HSL | 332.89º | 0.85% | 0.55% | - |
| HSV(B) | 332.89º | 0.83% | 0.93% | - |
| XYZ | 40.08 | 21.37 | 23.13 | - |
| YUV | 110.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 130 | 0 | 0.83 | 0.45 | 0.07 | 332.89 | 0.85 | 0.55 |
| Hex | EE | 29 | 82 | 0 | 53 | 2D | 7 | 14D | 55 | 37 |
| Octal | 356 | 51 | 202 | 0 | 123 | 55 | 7 | 515 | 125 | 67 |
| Binary | 11101110 | 101001 | 10000010 | 0 | 1010011 | 101101 | 111 | 101001101 | 1010101 | 110111 |
Color Harmonies of #EE2982
Complementary color
Monochromatic Colors of #EE2982
Black with #EE2982
Text Example
Text Example
White with #EE2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2982; }
p { color: rgb(238,41,130); }
H1.HeaderClassName
{
color: #EE2982;
}
.AnyTagClassName
{
color: #EE2982;
}
</style>
background-color css
<style>
a { background-color: #EE2982; }
a { background-color: rgb(238,41,130); }
div.DivClassName
{
background-color: #EE2982;
}
.BgClassName
{
background-color: #EE2982;
}
</style>
border-color css
<style>
span { border-color: #EE2982; }
span { border-color: rgb(238,41,130); }
td.TdClassName
{
border-color: #EE2982;
}
.TagClassName
{
border-color: #EE2982;
}
</style>