Shades of Deep Cerise #EE2484
Tints of Deep Cerise #EE2484
RGB
CMYK
RGB Variations
Color information
#EE2484 (or 0xEE2484) is known color: Deep Cerise. HEX triplet: EE, 24 and 84. RGB value is (238,36,132). Sum of RGB (Red+Green+Blue) = 238+36+132=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2484 is #11DB7B. Grayscale: #6B6B6B. Windows color (decimal): -1170300 or 8660206. OLE color: 8660206.
HSL color Cylindrical-coordinate representation of color #EE2484: hue angle of 331.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2484 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 132 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.07 |
| HSL | 331.49º | 0.86% | 0.54% | - |
| HSV(B) | 331.49º | 0.85% | 0.93% | - |
| XYZ | 40.06 | 21.1 | 23.79 | - |
| YUV | 107.34 | 141.92 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 132 | 0 | 0.85 | 0.45 | 0.07 | 331.49 | 0.86 | 0.54 |
| Hex | EE | 24 | 84 | 0 | 55 | 2D | 7 | 14B | 56 | 36 |
| Octal | 356 | 44 | 204 | 0 | 125 | 55 | 7 | 513 | 126 | 66 |
| Binary | 11101110 | 100100 | 10000100 | 0 | 1010101 | 101101 | 111 | 101001011 | 1010110 | 110110 |
Color Harmonies of #EE2484
Complementary color
Monochromatic Colors of #EE2484
Black with #EE2484
Text Example
Text Example
White with #EE2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2484; }
p { color: rgb(238,36,132); }
H1.HeaderClassName
{
color: #EE2484;
}
.AnyTagClassName
{
color: #EE2484;
}
</style>
background-color css
<style>
a { background-color: #EE2484; }
a { background-color: rgb(238,36,132); }
div.DivClassName
{
background-color: #EE2484;
}
.BgClassName
{
background-color: #EE2484;
}
</style>
border-color css
<style>
span { border-color: #EE2484; }
span { border-color: rgb(238,36,132); }
td.TdClassName
{
border-color: #EE2484;
}
.TagClassName
{
border-color: #EE2484;
}
</style>