Shades of Cerise #EE2270
Tints of Cerise #EE2270
RGB
CMYK
RGB Variations
Color information
#EE2270 (or 0xEE2270) is known color: Cerise. HEX triplet: EE, 22 and 70. RGB value is (238,34,112). Sum of RGB (Red+Green+Blue) = 238+34+112=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2270 is #11DD8F. Grayscale: #676767. Windows color (decimal): -1170832 or 7348974. OLE color: 7348974.
HSL color Cylindrical-coordinate representation of color #EE2270: hue angle of 337.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2270 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 112 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.07 |
| HSL | 337.06º | 0.86% | 0.53% | - |
| HSV(B) | 337.06º | 0.86% | 0.93% | - |
| XYZ | 38.76 | 20.49 | 17.24 | - |
| YUV | 103.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 112 | 0 | 0.86 | 0.53 | 0.07 | 337.06 | 0.86 | 0.53 |
| Hex | EE | 22 | 70 | 0 | 56 | 35 | 7 | 151 | 56 | 35 |
| Octal | 356 | 42 | 160 | 0 | 126 | 65 | 7 | 521 | 126 | 65 |
| Binary | 11101110 | 100010 | 1110000 | 0 | 1010110 | 110101 | 111 | 101010001 | 1010110 | 110101 |
Color Harmonies of #EE2270
Complementary color
Monochromatic Colors of #EE2270
Black with #EE2270
Text Example
Text Example
White with #EE2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2270; }
p { color: rgb(238,34,112); }
H1.HeaderClassName
{
color: #EE2270;
}
.AnyTagClassName
{
color: #EE2270;
}
</style>
background-color css
<style>
a { background-color: #EE2270; }
a { background-color: rgb(238,34,112); }
div.DivClassName
{
background-color: #EE2270;
}
.BgClassName
{
background-color: #EE2270;
}
</style>
border-color css
<style>
span { border-color: #EE2270; }
span { border-color: rgb(238,34,112); }
td.TdClassName
{
border-color: #EE2270;
}
.TagClassName
{
border-color: #EE2270;
}
</style>