Shades of Cerise #EF2272
Tints of Cerise #EF2272
RGB
CMYK
RGB Variations
Color information
#EF2272 (or 0xEF2272) is known color: Cerise. HEX triplet: EF, 22 and 72. RGB value is (239,34,114). Sum of RGB (Red+Green+Blue) = 239+34+114=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2272 is #10DD8D. Grayscale: #686868. Windows color (decimal): -1105294 or 7480047. OLE color: 7480047.
HSL color Cylindrical-coordinate representation of color #EF2272: hue angle of 336.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2272 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 114 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.06 |
| HSL | 336.59º | 0.86% | 0.54% | - |
| HSV(B) | 336.59º | 0.86% | 0.94% | - |
| XYZ | 39.21 | 20.71 | 17.85 | - |
| YUV | 104.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 114 | 0 | 0.86 | 0.52 | 0.06 | 336.59 | 0.86 | 0.54 |
| Hex | EF | 22 | 72 | 0 | 56 | 34 | 6 | 151 | 56 | 36 |
| Octal | 357 | 42 | 162 | 0 | 126 | 64 | 6 | 521 | 126 | 66 |
| Binary | 11101111 | 100010 | 1110010 | 0 | 1010110 | 110100 | 110 | 101010001 | 1010110 | 110110 |
Color Harmonies of #EF2272
Complementary color
Monochromatic Colors of #EF2272
Black with #EF2272
Text Example
Text Example
White with #EF2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2272; }
p { color: rgb(239,34,114); }
H1.HeaderClassName
{
color: #EF2272;
}
.AnyTagClassName
{
color: #EF2272;
}
</style>
background-color css
<style>
a { background-color: #EF2272; }
a { background-color: rgb(239,34,114); }
div.DivClassName
{
background-color: #EF2272;
}
.BgClassName
{
background-color: #EF2272;
}
</style>
border-color css
<style>
span { border-color: #EF2272; }
span { border-color: rgb(239,34,114); }
td.TdClassName
{
border-color: #EF2272;
}
.TagClassName
{
border-color: #EF2272;
}
</style>