Shades of Cerise #EF2973
Tints of Cerise #EF2973
RGB
CMYK
RGB Variations
Color information
#EF2973 (or 0xEF2973) is known color: Cerise. HEX triplet: EF, 29 and 73. RGB value is (239,41,115). Sum of RGB (Red+Green+Blue) = 239+41+115=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2973 is #10D68C. Grayscale: #6C6C6C. Windows color (decimal): -1103501 or 7547375. OLE color: 7547375.
HSL color Cylindrical-coordinate representation of color #EF2973: hue angle of 337.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2973 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 115 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.06 |
| HSL | 337.58º | 0.86% | 0.55% | - |
| HSV(B) | 337.58º | 0.83% | 0.94% | - |
| XYZ | 39.48 | 21.17 | 18.23 | - |
| YUV | 108.64 | 131.6 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 115 | 0 | 0.83 | 0.52 | 0.06 | 337.58 | 0.86 | 0.55 |
| Hex | EF | 29 | 73 | 0 | 53 | 34 | 6 | 152 | 56 | 37 |
| Octal | 357 | 51 | 163 | 0 | 123 | 64 | 6 | 522 | 126 | 67 |
| Binary | 11101111 | 101001 | 1110011 | 0 | 1010011 | 110100 | 110 | 101010010 | 1010110 | 110111 |
Color Harmonies of #EF2973
Complementary color
Monochromatic Colors of #EF2973
Black with #EF2973
Text Example
Text Example
White with #EF2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2973; }
p { color: rgb(239,41,115); }
H1.HeaderClassName
{
color: #EF2973;
}
.AnyTagClassName
{
color: #EF2973;
}
</style>
background-color css
<style>
a { background-color: #EF2973; }
a { background-color: rgb(239,41,115); }
div.DivClassName
{
background-color: #EF2973;
}
.BgClassName
{
background-color: #EF2973;
}
</style>
border-color css
<style>
span { border-color: #EF2973; }
span { border-color: rgb(239,41,115); }
td.TdClassName
{
border-color: #EF2973;
}
.TagClassName
{
border-color: #EF2973;
}
</style>