Shades of Deep Cerise #EE2483
Tints of Deep Cerise #EE2483
RGB
CMYK
RGB Variations
Color information
#EE2483 (or 0xEE2483) is known color: Deep Cerise. HEX triplet: EE, 24 and 83. RGB value is (238,36,131). Sum of RGB (Red+Green+Blue) = 238+36+131=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2483 is #11DB7C. Grayscale: #6B6B6B. Windows color (decimal): -1170301 or 8594670. OLE color: 8594670.
HSL color Cylindrical-coordinate representation of color #EE2483: hue angle of 331.78º 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 #EE2483 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 131 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.07 |
| HSL | 331.78º | 0.86% | 0.54% | - |
| HSV(B) | 331.78º | 0.85% | 0.93% | - |
| XYZ | 39.99 | 21.08 | 23.43 | - |
| YUV | 107.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 131 | 0 | 0.85 | 0.45 | 0.07 | 331.78 | 0.86 | 0.54 |
| Hex | EE | 24 | 83 | 0 | 55 | 2D | 7 | 14C | 56 | 36 |
| Octal | 356 | 44 | 203 | 0 | 125 | 55 | 7 | 514 | 126 | 66 |
| Binary | 11101110 | 100100 | 10000011 | 0 | 1010101 | 101101 | 111 | 101001100 | 1010110 | 110110 |
Color Harmonies of #EE2483
Complementary color
Monochromatic Colors of #EE2483
Black with #EE2483
Text Example
Text Example
White with #EE2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2483; }
p { color: rgb(238,36,131); }
H1.HeaderClassName
{
color: #EE2483;
}
.AnyTagClassName
{
color: #EE2483;
}
</style>
background-color css
<style>
a { background-color: #EE2483; }
a { background-color: rgb(238,36,131); }
div.DivClassName
{
background-color: #EE2483;
}
.BgClassName
{
background-color: #EE2483;
}
</style>
border-color css
<style>
span { border-color: #EE2483; }
span { border-color: rgb(238,36,131); }
td.TdClassName
{
border-color: #EE2483;
}
.TagClassName
{
border-color: #EE2483;
}
</style>