Shades of Deep Cerise #EE247D
Tints of Deep Cerise #EE247D
RGB
CMYK
RGB Variations
Color information
#EE247D (or 0xEE247D) is known color: Deep Cerise. HEX triplet: EE, 24 and 7D. RGB value is (238,36,125). Sum of RGB (Red+Green+Blue) = 238+36+125=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE247D is #11DB82. Grayscale: #6A6A6A. Windows color (decimal): -1170307 or 8201454. OLE color: 8201454.
HSL color Cylindrical-coordinate representation of color #EE247D: hue angle of 333.56º 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 #EE247D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 125 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333.56º | 0.86% | 0.54% | - |
| HSV(B) | 333.56º | 0.85% | 0.93% | - |
| XYZ | 39.59 | 20.92 | 21.35 | - |
| YUV | 106.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 125 | 0 | 0.85 | 0.47 | 0.07 | 333.56 | 0.86 | 0.54 |
| Hex | EE | 24 | 7D | 0 | 55 | 2F | 7 | 14E | 56 | 36 |
| Octal | 356 | 44 | 175 | 0 | 125 | 57 | 7 | 516 | 126 | 66 |
| Binary | 11101110 | 100100 | 1111101 | 0 | 1010101 | 101111 | 111 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EE247D
Complementary color
Monochromatic Colors of #EE247D
Black with #EE247D
Text Example
Text Example
White with #EE247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE247D; }
p { color: rgb(238,36,125); }
H1.HeaderClassName
{
color: #EE247D;
}
.AnyTagClassName
{
color: #EE247D;
}
</style>
background-color css
<style>
a { background-color: #EE247D; }
a { background-color: rgb(238,36,125); }
div.DivClassName
{
background-color: #EE247D;
}
.BgClassName
{
background-color: #EE247D;
}
</style>
border-color css
<style>
span { border-color: #EE247D; }
span { border-color: rgb(238,36,125); }
td.TdClassName
{
border-color: #EE247D;
}
.TagClassName
{
border-color: #EE247D;
}
</style>