Shades of Cerise #EF2A6E
Tints of Cerise #EF2A6E
RGB
CMYK
RGB Variations
Color information
#EF2A6E (or 0xEF2A6E) is known color: Cerise. HEX triplet: EF, 2A and 6E. RGB value is (239,42,110). Sum of RGB (Red+Green+Blue) = 239+42+110=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A6E is #10D591. Grayscale: #6C6C6C. Windows color (decimal): -1103250 or 7219951. OLE color: 7219951.
HSL color Cylindrical-coordinate representation of color #EF2A6E: hue angle of 339.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A6E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 110 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.06 |
| HSL | 339.29º | 0.86% | 0.55% | - |
| HSV(B) | 339.29º | 0.82% | 0.94% | - |
| XYZ | 39.24 | 21.13 | 16.76 | - |
| YUV | 108.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 110 | 0 | 0.82 | 0.54 | 0.06 | 339.29 | 0.86 | 0.55 |
| Hex | EF | 2A | 6E | 0 | 52 | 36 | 6 | 153 | 56 | 37 |
| Octal | 357 | 52 | 156 | 0 | 122 | 66 | 6 | 523 | 126 | 67 |
| Binary | 11101111 | 101010 | 1101110 | 0 | 1010010 | 110110 | 110 | 101010011 | 1010110 | 110111 |
Color Harmonies of #EF2A6E
Complementary color
Monochromatic Colors of #EF2A6E
Black with #EF2A6E
Text Example
Text Example
White with #EF2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A6E; }
p { color: rgb(239,42,110); }
H1.HeaderClassName
{
color: #EF2A6E;
}
.AnyTagClassName
{
color: #EF2A6E;
}
</style>
background-color css
<style>
a { background-color: #EF2A6E; }
a { background-color: rgb(239,42,110); }
div.DivClassName
{
background-color: #EF2A6E;
}
.BgClassName
{
background-color: #EF2A6E;
}
</style>
border-color css
<style>
span { border-color: #EF2A6E; }
span { border-color: rgb(239,42,110); }
td.TdClassName
{
border-color: #EF2A6E;
}
.TagClassName
{
border-color: #EF2A6E;
}
</style>