Shades of Cerise #EE2572
Tints of Cerise #EE2572
RGB
CMYK
RGB Variations
Color information
#EE2572 (or 0xEE2572) is known color: Cerise. HEX triplet: EE, 25 and 72. RGB value is (238,37,114). Sum of RGB (Red+Green+Blue) = 238+37+114=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2572 is #11DA8D. Grayscale: #696969. Windows color (decimal): -1170062 or 7480814. OLE color: 7480814.
HSL color Cylindrical-coordinate representation of color #EE2572: hue angle of 337.01º degrees, saturation: 0.86, 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 #EE2572 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 114 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.07 |
| HSL | 337.01º | 0.86% | 0.54% | - |
| HSV(B) | 337.01º | 0.84% | 0.93% | - |
| XYZ | 38.96 | 20.72 | 17.86 | - |
| YUV | 105.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 114 | 0 | 0.84 | 0.52 | 0.07 | 337.01 | 0.86 | 0.54 |
| Hex | EE | 25 | 72 | 0 | 54 | 34 | 7 | 151 | 56 | 36 |
| Octal | 356 | 45 | 162 | 0 | 124 | 64 | 7 | 521 | 126 | 66 |
| Binary | 11101110 | 100101 | 1110010 | 0 | 1010100 | 110100 | 111 | 101010001 | 1010110 | 110110 |
Color Harmonies of #EE2572
Complementary color
Monochromatic Colors of #EE2572
Black with #EE2572
Text Example
Text Example
White with #EE2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2572; }
p { color: rgb(238,37,114); }
H1.HeaderClassName
{
color: #EE2572;
}
.AnyTagClassName
{
color: #EE2572;
}
</style>
background-color css
<style>
a { background-color: #EE2572; }
a { background-color: rgb(238,37,114); }
div.DivClassName
{
background-color: #EE2572;
}
.BgClassName
{
background-color: #EE2572;
}
</style>
border-color css
<style>
span { border-color: #EE2572; }
span { border-color: rgb(238,37,114); }
td.TdClassName
{
border-color: #EE2572;
}
.TagClassName
{
border-color: #EE2572;
}
</style>