Shades of Deep Cerise #EE2182
Tints of Deep Cerise #EE2182
RGB
CMYK
RGB Variations
Color information
#EE2182 (or 0xEE2182) is known color: Deep Cerise. HEX triplet: EE, 21 and 82. RGB value is (238,33,130). Sum of RGB (Red+Green+Blue) = 238+33+130=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2182 is #11DE7D. Grayscale: #696969. Windows color (decimal): -1171070 or 8528366. OLE color: 8528366.
HSL color Cylindrical-coordinate representation of color #EE2182: hue angle of 331.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2182 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 130 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.07 |
| HSL | 331.61º | 0.86% | 0.53% | - |
| HSV(B) | 331.61º | 0.86% | 0.93% | - |
| XYZ | 39.83 | 20.88 | 23.05 | - |
| YUV | 105.35 | 141.92 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 130 | 0 | 0.86 | 0.45 | 0.07 | 331.61 | 0.86 | 0.53 |
| Hex | EE | 21 | 82 | 0 | 56 | 2D | 7 | 14C | 56 | 35 |
| Octal | 356 | 41 | 202 | 0 | 126 | 55 | 7 | 514 | 126 | 65 |
| Binary | 11101110 | 100001 | 10000010 | 0 | 1010110 | 101101 | 111 | 101001100 | 1010110 | 110101 |
Color Harmonies of #EE2182
Complementary color
Monochromatic Colors of #EE2182
Black with #EE2182
Text Example
Text Example
White with #EE2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2182; }
p { color: rgb(238,33,130); }
H1.HeaderClassName
{
color: #EE2182;
}
.AnyTagClassName
{
color: #EE2182;
}
</style>
background-color css
<style>
a { background-color: #EE2182; }
a { background-color: rgb(238,33,130); }
div.DivClassName
{
background-color: #EE2182;
}
.BgClassName
{
background-color: #EE2182;
}
</style>
border-color css
<style>
span { border-color: #EE2182; }
span { border-color: rgb(238,33,130); }
td.TdClassName
{
border-color: #EE2182;
}
.TagClassName
{
border-color: #EE2182;
}
</style>