Shades of Deep Cerise #EE237A
Tints of Deep Cerise #EE237A
RGB
CMYK
RGB Variations
Color information
#EE237A (or 0xEE237A) is known color: Deep Cerise. HEX triplet: EE, 23 and 7A. RGB value is (238,35,122). Sum of RGB (Red+Green+Blue) = 238+35+122=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE237A is #11DC85. Grayscale: #696969. Windows color (decimal): -1170566 or 8004590. OLE color: 8004590.
HSL color Cylindrical-coordinate representation of color #EE237A: hue angle of 334.29º 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 #EE237A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 122 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.07 |
| HSL | 334.29º | 0.86% | 0.54% | - |
| HSV(B) | 334.29º | 0.85% | 0.93% | - |
| XYZ | 39.37 | 20.78 | 20.35 | - |
| YUV | 105.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 122 | 0 | 0.85 | 0.49 | 0.07 | 334.29 | 0.86 | 0.54 |
| Hex | EE | 23 | 7A | 0 | 55 | 31 | 7 | 14E | 56 | 36 |
| Octal | 356 | 43 | 172 | 0 | 125 | 61 | 7 | 516 | 126 | 66 |
| Binary | 11101110 | 100011 | 1111010 | 0 | 1010101 | 110001 | 111 | 101001110 | 1010110 | 110110 |
Color Harmonies of #EE237A
Complementary color
Monochromatic Colors of #EE237A
Black with #EE237A
Text Example
Text Example
White with #EE237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE237A; }
p { color: rgb(238,35,122); }
H1.HeaderClassName
{
color: #EE237A;
}
.AnyTagClassName
{
color: #EE237A;
}
</style>
background-color css
<style>
a { background-color: #EE237A; }
a { background-color: rgb(238,35,122); }
div.DivClassName
{
background-color: #EE237A;
}
.BgClassName
{
background-color: #EE237A;
}
</style>
border-color css
<style>
span { border-color: #EE237A; }
span { border-color: rgb(238,35,122); }
td.TdClassName
{
border-color: #EE237A;
}
.TagClassName
{
border-color: #EE237A;
}
</style>