Shades of Cerise #EE2272
Tints of Cerise #EE2272
RGB
CMYK
RGB Variations
Color information
#EE2272 (or 0xEE2272) is known color: Cerise. HEX triplet: EE, 22 and 72. RGB value is (238,34,114). Sum of RGB (Red+Green+Blue) = 238+34+114=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2272 is #11DD8D. Grayscale: #686868. Windows color (decimal): -1170830 or 7480046. OLE color: 7480046.
HSL color Cylindrical-coordinate representation of color #EE2272: hue angle of 336.47º 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 #EE2272 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 114 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.07 |
| HSL | 336.47º | 0.86% | 0.53% | - |
| HSV(B) | 336.47º | 0.86% | 0.93% | - |
| XYZ | 38.87 | 20.54 | 17.83 | - |
| YUV | 104.12 | 133.59 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 114 | 0 | 0.86 | 0.52 | 0.07 | 336.47 | 0.86 | 0.53 |
| Hex | EE | 22 | 72 | 0 | 56 | 34 | 7 | 150 | 56 | 35 |
| Octal | 356 | 42 | 162 | 0 | 126 | 64 | 7 | 520 | 126 | 65 |
| Binary | 11101110 | 100010 | 1110010 | 0 | 1010110 | 110100 | 111 | 101010000 | 1010110 | 110101 |
Color Harmonies of #EE2272
Complementary color
Monochromatic Colors of #EE2272
Black with #EE2272
Text Example
Text Example
White with #EE2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2272; }
p { color: rgb(238,34,114); }
H1.HeaderClassName
{
color: #EE2272;
}
.AnyTagClassName
{
color: #EE2272;
}
</style>
background-color css
<style>
a { background-color: #EE2272; }
a { background-color: rgb(238,34,114); }
div.DivClassName
{
background-color: #EE2272;
}
.BgClassName
{
background-color: #EE2272;
}
</style>
border-color css
<style>
span { border-color: #EE2272; }
span { border-color: rgb(238,34,114); }
td.TdClassName
{
border-color: #EE2272;
}
.TagClassName
{
border-color: #EE2272;
}
</style>