Shades of Cerise #EE2370
Tints of Cerise #EE2370
RGB
CMYK
RGB Variations
Color information
#EE2370 (or 0xEE2370) is known color: Cerise. HEX triplet: EE, 23 and 70. RGB value is (238,35,112). Sum of RGB (Red+Green+Blue) = 238+35+112=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2370 is #11DC8F. Grayscale: #686868. Windows color (decimal): -1170576 or 7349230. OLE color: 7349230.
HSL color Cylindrical-coordinate representation of color #EE2370: hue angle of 337.24º 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 #EE2370 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 112 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.07 |
| HSL | 337.24º | 0.86% | 0.54% | - |
| HSV(B) | 337.24º | 0.85% | 0.93% | - |
| XYZ | 38.79 | 20.55 | 17.25 | - |
| YUV | 104.48 | 132.25 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 112 | 0 | 0.85 | 0.53 | 0.07 | 337.24 | 0.86 | 0.54 |
| Hex | EE | 23 | 70 | 0 | 55 | 35 | 7 | 151 | 56 | 36 |
| Octal | 356 | 43 | 160 | 0 | 125 | 65 | 7 | 521 | 126 | 66 |
| Binary | 11101110 | 100011 | 1110000 | 0 | 1010101 | 110101 | 111 | 101010001 | 1010110 | 110110 |
Color Harmonies of #EE2370
Complementary color
Monochromatic Colors of #EE2370
Black with #EE2370
Text Example
Text Example
White with #EE2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2370; }
p { color: rgb(238,35,112); }
H1.HeaderClassName
{
color: #EE2370;
}
.AnyTagClassName
{
color: #EE2370;
}
</style>
background-color css
<style>
a { background-color: #EE2370; }
a { background-color: rgb(238,35,112); }
div.DivClassName
{
background-color: #EE2370;
}
.BgClassName
{
background-color: #EE2370;
}
</style>
border-color css
<style>
span { border-color: #EE2370; }
span { border-color: rgb(238,35,112); }
td.TdClassName
{
border-color: #EE2370;
}
.TagClassName
{
border-color: #EE2370;
}
</style>