Shades of Cerise #EE2F71
Tints of Cerise #EE2F71
RGB
CMYK
RGB Variations
Color information
#EE2F71 (or 0xEE2F71) is known color: Cerise. HEX triplet: EE, 2F and 71. RGB value is (238,47,113). Sum of RGB (Red+Green+Blue) = 238+47+113=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2F71 is #11D08E. Grayscale: #6F6F6F. Windows color (decimal): -1167503 or 7417838. OLE color: 7417838.
HSL color Cylindrical-coordinate representation of color #EE2F71: hue angle of 339.27º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F71 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 113 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.07 |
| HSL | 339.27º | 0.85% | 0.56% | - |
| HSV(B) | 339.27º | 0.8% | 0.93% | - |
| XYZ | 39.26 | 21.4 | 17.68 | - |
| YUV | 111.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 113 | 0 | 0.80 | 0.53 | 0.07 | 339.27 | 0.85 | 0.56 |
| Hex | EE | 2F | 71 | 0 | 50 | 35 | 7 | 153 | 55 | 38 |
| Octal | 356 | 57 | 161 | 0 | 120 | 65 | 7 | 523 | 125 | 70 |
| Binary | 11101110 | 101111 | 1110001 | 0 | 1010000 | 110101 | 111 | 101010011 | 1010101 | 111000 |
Color Harmonies of #EE2F71
Complementary color
Monochromatic Colors of #EE2F71
Black with #EE2F71
Text Example
Text Example
White with #EE2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F71; }
p { color: rgb(238,47,113); }
H1.HeaderClassName
{
color: #EE2F71;
}
.AnyTagClassName
{
color: #EE2F71;
}
</style>
background-color css
<style>
a { background-color: #EE2F71; }
a { background-color: rgb(238,47,113); }
div.DivClassName
{
background-color: #EE2F71;
}
.BgClassName
{
background-color: #EE2F71;
}
</style>
border-color css
<style>
span { border-color: #EE2F71; }
span { border-color: rgb(238,47,113); }
td.TdClassName
{
border-color: #EE2F71;
}
.TagClassName
{
border-color: #EE2F71;
}
</style>