Shades of Cerise #EF2E6F
Tints of Cerise #EF2E6F
RGB
CMYK
RGB Variations
Color information
#EF2E6F (or 0xEF2E6F) is known color: Cerise. HEX triplet: EF, 2E and 6F. RGB value is (239,46,111). Sum of RGB (Red+Green+Blue) = 239+46+111=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2E6F is #10D190. Grayscale: #6F6F6F. Windows color (decimal): -1102225 or 7286511. OLE color: 7286511.
HSL color Cylindrical-coordinate representation of color #EF2E6F: hue angle of 339.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E6F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 111 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.06 |
| HSL | 339.79º | 0.86% | 0.56% | - |
| HSV(B) | 339.79º | 0.81% | 0.94% | - |
| XYZ | 39.44 | 21.45 | 17.1 | - |
| YUV | 111.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 111 | 0 | 0.81 | 0.54 | 0.06 | 339.79 | 0.86 | 0.56 |
| Hex | EF | 2E | 6F | 0 | 51 | 36 | 6 | 154 | 56 | 38 |
| Octal | 357 | 56 | 157 | 0 | 121 | 66 | 6 | 524 | 126 | 70 |
| Binary | 11101111 | 101110 | 1101111 | 0 | 1010001 | 110110 | 110 | 101010100 | 1010110 | 111000 |
Color Harmonies of #EF2E6F
Complementary color
Monochromatic Colors of #EF2E6F
Black with #EF2E6F
Text Example
Text Example
White with #EF2E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E6F; }
p { color: rgb(239,46,111); }
H1.HeaderClassName
{
color: #EF2E6F;
}
.AnyTagClassName
{
color: #EF2E6F;
}
</style>
background-color css
<style>
a { background-color: #EF2E6F; }
a { background-color: rgb(239,46,111); }
div.DivClassName
{
background-color: #EF2E6F;
}
.BgClassName
{
background-color: #EF2E6F;
}
</style>
border-color css
<style>
span { border-color: #EF2E6F; }
span { border-color: rgb(239,46,111); }
td.TdClassName
{
border-color: #EF2E6F;
}
.TagClassName
{
border-color: #EF2E6F;
}
</style>