Shades of Deep Cerise #EE237E
Tints of Deep Cerise #EE237E
RGB
CMYK
RGB Variations
Color information
#EE237E (or 0xEE237E) is known color: Deep Cerise. HEX triplet: EE, 23 and 7E. RGB value is (238,35,126). Sum of RGB (Red+Green+Blue) = 238+35+126=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE237E is #11DC81. Grayscale: #696969. Windows color (decimal): -1170562 or 8266734. OLE color: 8266734.
HSL color Cylindrical-coordinate representation of color #EE237E: hue angle of 333.1º 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 #EE237E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333.1º | 0.86% | 0.54% | - |
| HSV(B) | 333.1º | 0.85% | 0.93% | - |
| XYZ | 39.63 | 20.89 | 21.68 | - |
| YUV | 106.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 126 | 0 | 0.85 | 0.47 | 0.07 | 333.1 | 0.86 | 0.54 |
| Hex | EE | 23 | 7E | 0 | 55 | 2F | 7 | 14D | 56 | 36 |
| Octal | 356 | 43 | 176 | 0 | 125 | 57 | 7 | 515 | 126 | 66 |
| Binary | 11101110 | 100011 | 1111110 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010110 | 110110 |
Color Harmonies of #EE237E
Complementary color
Monochromatic Colors of #EE237E
Black with #EE237E
Text Example
Text Example
White with #EE237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE237E; }
p { color: rgb(238,35,126); }
H1.HeaderClassName
{
color: #EE237E;
}
.AnyTagClassName
{
color: #EE237E;
}
</style>
background-color css
<style>
a { background-color: #EE237E; }
a { background-color: rgb(238,35,126); }
div.DivClassName
{
background-color: #EE237E;
}
.BgClassName
{
background-color: #EE237E;
}
</style>
border-color css
<style>
span { border-color: #EE237E; }
span { border-color: rgb(238,35,126); }
td.TdClassName
{
border-color: #EE237E;
}
.TagClassName
{
border-color: #EE237E;
}
</style>