Shades of Cerise #EF2A6F
Tints of Cerise #EF2A6F
RGB
CMYK
RGB Variations
Color information
#EF2A6F (or 0xEF2A6F) is known color: Cerise. HEX triplet: EF, 2A and 6F. RGB value is (239,42,111). Sum of RGB (Red+Green+Blue) = 239+42+111=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A6F is #10D590. Grayscale: #6C6C6C. Windows color (decimal): -1103249 or 7285487. OLE color: 7285487.
HSL color Cylindrical-coordinate representation of color #EF2A6F: hue angle of 338.98º 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 #EF2A6F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 111 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.06 |
| HSL | 338.98º | 0.86% | 0.55% | - |
| HSV(B) | 338.98º | 0.82% | 0.94% | - |
| XYZ | 39.29 | 21.15 | 17.05 | - |
| YUV | 108.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 111 | 0 | 0.82 | 0.54 | 0.06 | 338.98 | 0.86 | 0.55 |
| Hex | EF | 2A | 6F | 0 | 52 | 36 | 6 | 153 | 56 | 37 |
| Octal | 357 | 52 | 157 | 0 | 122 | 66 | 6 | 523 | 126 | 67 |
| Binary | 11101111 | 101010 | 1101111 | 0 | 1010010 | 110110 | 110 | 101010011 | 1010110 | 110111 |
Color Harmonies of #EF2A6F
Complementary color
Monochromatic Colors of #EF2A6F
Black with #EF2A6F
Text Example
Text Example
White with #EF2A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A6F; }
p { color: rgb(239,42,111); }
H1.HeaderClassName
{
color: #EF2A6F;
}
.AnyTagClassName
{
color: #EF2A6F;
}
</style>
background-color css
<style>
a { background-color: #EF2A6F; }
a { background-color: rgb(239,42,111); }
div.DivClassName
{
background-color: #EF2A6F;
}
.BgClassName
{
background-color: #EF2A6F;
}
</style>
border-color css
<style>
span { border-color: #EF2A6F; }
span { border-color: rgb(239,42,111); }
td.TdClassName
{
border-color: #EF2A6F;
}
.TagClassName
{
border-color: #EF2A6F;
}
</style>