Shades of Cerise #EF2A6D
Tints of Cerise #EF2A6D
RGB
CMYK
RGB Variations
Color information
#EF2A6D (or 0xEF2A6D) is known color: Cerise. HEX triplet: EF, 2A and 6D. RGB value is (239,42,109). Sum of RGB (Red+Green+Blue) = 239+42+109=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A6D is #10D592. Grayscale: #6C6C6C. Windows color (decimal): -1103251 or 7154415. OLE color: 7154415.
HSL color Cylindrical-coordinate representation of color #EF2A6D: hue angle of 339.59º 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 #EF2A6D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 109 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.06 |
| HSL | 339.59º | 0.86% | 0.55% | - |
| HSV(B) | 339.59º | 0.82% | 0.94% | - |
| XYZ | 39.18 | 21.11 | 16.48 | - |
| YUV | 108.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 109 | 0 | 0.82 | 0.54 | 0.06 | 339.59 | 0.86 | 0.55 |
| Hex | EF | 2A | 6D | 0 | 52 | 36 | 6 | 154 | 56 | 37 |
| Octal | 357 | 52 | 155 | 0 | 122 | 66 | 6 | 524 | 126 | 67 |
| Binary | 11101111 | 101010 | 1101101 | 0 | 1010010 | 110110 | 110 | 101010100 | 1010110 | 110111 |
Color Harmonies of #EF2A6D
Complementary color
Monochromatic Colors of #EF2A6D
Black with #EF2A6D
Text Example
Text Example
White with #EF2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A6D; }
p { color: rgb(239,42,109); }
H1.HeaderClassName
{
color: #EF2A6D;
}
.AnyTagClassName
{
color: #EF2A6D;
}
</style>
background-color css
<style>
a { background-color: #EF2A6D; }
a { background-color: rgb(239,42,109); }
div.DivClassName
{
background-color: #EF2A6D;
}
.BgClassName
{
background-color: #EF2A6D;
}
</style>
border-color css
<style>
span { border-color: #EF2A6D; }
span { border-color: rgb(239,42,109); }
td.TdClassName
{
border-color: #EF2A6D;
}
.TagClassName
{
border-color: #EF2A6D;
}
</style>