Shades of Cerise #EF2572
Tints of Cerise #EF2572
RGB
CMYK
RGB Variations
Color information
#EF2572 (or 0xEF2572) is known color: Cerise. HEX triplet: EF, 25 and 72. RGB value is (239,37,114). Sum of RGB (Red+Green+Blue) = 239+37+114=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2572 is #10DA8D. Grayscale: #6A6A6A. Windows color (decimal): -1104526 or 7480815. OLE color: 7480815.
HSL color Cylindrical-coordinate representation of color #EF2572: hue angle of 337.13º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2572 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 114 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.06 |
| HSL | 337.13º | 0.86% | 0.54% | - |
| HSV(B) | 337.13º | 0.85% | 0.94% | - |
| XYZ | 39.3 | 20.89 | 17.88 | - |
| YUV | 106.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 114 | 0 | 0.85 | 0.52 | 0.06 | 337.13 | 0.86 | 0.54 |
| Hex | EF | 25 | 72 | 0 | 55 | 34 | 6 | 151 | 56 | 36 |
| Octal | 357 | 45 | 162 | 0 | 125 | 64 | 6 | 521 | 126 | 66 |
| Binary | 11101111 | 100101 | 1110010 | 0 | 1010101 | 110100 | 110 | 101010001 | 1010110 | 110110 |
Color Harmonies of #EF2572
Complementary color
Monochromatic Colors of #EF2572
Black with #EF2572
Text Example
Text Example
White with #EF2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2572; }
p { color: rgb(239,37,114); }
H1.HeaderClassName
{
color: #EF2572;
}
.AnyTagClassName
{
color: #EF2572;
}
</style>
background-color css
<style>
a { background-color: #EF2572; }
a { background-color: rgb(239,37,114); }
div.DivClassName
{
background-color: #EF2572;
}
.BgClassName
{
background-color: #EF2572;
}
</style>
border-color css
<style>
span { border-color: #EF2572; }
span { border-color: rgb(239,37,114); }
td.TdClassName
{
border-color: #EF2572;
}
.TagClassName
{
border-color: #EF2572;
}
</style>