Shades of Cerise #EE2772
Tints of Cerise #EE2772
RGB
CMYK
RGB Variations
Color information
#EE2772 (or 0xEE2772) is known color: Cerise. HEX triplet: EE, 27 and 72. RGB value is (238,39,114). Sum of RGB (Red+Green+Blue) = 238+39+114=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2772 is #11D88D. Grayscale: #6A6A6A. Windows color (decimal): -1169550 or 7481326. OLE color: 7481326.
HSL color Cylindrical-coordinate representation of color #EE2772: hue angle of 337.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2772 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 114 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.07 |
| HSL | 337.39º | 0.85% | 0.54% | - |
| HSV(B) | 337.39º | 0.84% | 0.93% | - |
| XYZ | 39.02 | 20.84 | 17.89 | - |
| YUV | 107.05 | 131.93 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 114 | 0 | 0.84 | 0.52 | 0.07 | 337.39 | 0.85 | 0.54 |
| Hex | EE | 27 | 72 | 0 | 54 | 34 | 7 | 151 | 55 | 36 |
| Octal | 356 | 47 | 162 | 0 | 124 | 64 | 7 | 521 | 125 | 66 |
| Binary | 11101110 | 100111 | 1110010 | 0 | 1010100 | 110100 | 111 | 101010001 | 1010101 | 110110 |
Color Harmonies of #EE2772
Complementary color
Monochromatic Colors of #EE2772
Black with #EE2772
Text Example
Text Example
White with #EE2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2772; }
p { color: rgb(238,39,114); }
H1.HeaderClassName
{
color: #EE2772;
}
.AnyTagClassName
{
color: #EE2772;
}
</style>
background-color css
<style>
a { background-color: #EE2772; }
a { background-color: rgb(238,39,114); }
div.DivClassName
{
background-color: #EE2772;
}
.BgClassName
{
background-color: #EE2772;
}
</style>
border-color css
<style>
span { border-color: #EE2772; }
span { border-color: rgb(238,39,114); }
td.TdClassName
{
border-color: #EE2772;
}
.TagClassName
{
border-color: #EE2772;
}
</style>