Shades of Cerise #EF2A75
Tints of Cerise #EF2A75
RGB
CMYK
RGB Variations
Color information
#EF2A75 (or 0xEF2A75) is known color: Cerise. HEX triplet: EF, 2A and 75. RGB value is (239,42,117). Sum of RGB (Red+Green+Blue) = 239+42+117=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A75 is #10D58A. Grayscale: #6D6D6D. Windows color (decimal): -1103243 or 7678703. OLE color: 7678703.
HSL color Cylindrical-coordinate representation of color #EF2A75: hue angle of 337.16º 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 #EF2A75 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 117 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.06 |
| HSL | 337.16º | 0.86% | 0.55% | - |
| HSV(B) | 337.16º | 0.82% | 0.94% | - |
| XYZ | 39.64 | 21.29 | 18.85 | - |
| YUV | 109.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 117 | 0 | 0.82 | 0.51 | 0.06 | 337.16 | 0.86 | 0.55 |
| Hex | EF | 2A | 75 | 0 | 52 | 33 | 6 | 151 | 56 | 37 |
| Octal | 357 | 52 | 165 | 0 | 122 | 63 | 6 | 521 | 126 | 67 |
| Binary | 11101111 | 101010 | 1110101 | 0 | 1010010 | 110011 | 110 | 101010001 | 1010110 | 110111 |
Color Harmonies of #EF2A75
Complementary color
Monochromatic Colors of #EF2A75
Black with #EF2A75
Text Example
Text Example
White with #EF2A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A75; }
p { color: rgb(239,42,117); }
H1.HeaderClassName
{
color: #EF2A75;
}
.AnyTagClassName
{
color: #EF2A75;
}
</style>
background-color css
<style>
a { background-color: #EF2A75; }
a { background-color: rgb(239,42,117); }
div.DivClassName
{
background-color: #EF2A75;
}
.BgClassName
{
background-color: #EF2A75;
}
</style>
border-color css
<style>
span { border-color: #EF2A75; }
span { border-color: rgb(239,42,117); }
td.TdClassName
{
border-color: #EF2A75;
}
.TagClassName
{
border-color: #EF2A75;
}
</style>