Shades of Cerise #EF2D75
Tints of Cerise #EF2D75
RGB
CMYK
RGB Variations
Color information
#EF2D75 (or 0xEF2D75) is known color: Cerise. HEX triplet: EF, 2D and 75. RGB value is (239,45,117). Sum of RGB (Red+Green+Blue) = 239+45+117=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D75 is #10D28A. Grayscale: #6F6F6F. Windows color (decimal): -1102475 or 7679471. OLE color: 7679471.
HSL color Cylindrical-coordinate representation of color #EF2D75: hue angle of 337.73º 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 #EF2D75 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 117 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.06 |
| HSL | 337.73º | 0.86% | 0.56% | - |
| HSV(B) | 337.73º | 0.81% | 0.94% | - |
| XYZ | 39.75 | 21.51 | 18.89 | - |
| YUV | 111.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 117 | 0 | 0.81 | 0.51 | 0.06 | 337.73 | 0.86 | 0.56 |
| Hex | EF | 2D | 75 | 0 | 51 | 33 | 6 | 152 | 56 | 38 |
| Octal | 357 | 55 | 165 | 0 | 121 | 63 | 6 | 522 | 126 | 70 |
| Binary | 11101111 | 101101 | 1110101 | 0 | 1010001 | 110011 | 110 | 101010010 | 1010110 | 111000 |
Color Harmonies of #EF2D75
Complementary color
Monochromatic Colors of #EF2D75
Black with #EF2D75
Text Example
Text Example
White with #EF2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D75; }
p { color: rgb(239,45,117); }
H1.HeaderClassName
{
color: #EF2D75;
}
.AnyTagClassName
{
color: #EF2D75;
}
</style>
background-color css
<style>
a { background-color: #EF2D75; }
a { background-color: rgb(239,45,117); }
div.DivClassName
{
background-color: #EF2D75;
}
.BgClassName
{
background-color: #EF2D75;
}
</style>
border-color css
<style>
span { border-color: #EF2D75; }
span { border-color: rgb(239,45,117); }
td.TdClassName
{
border-color: #EF2D75;
}
.TagClassName
{
border-color: #EF2D75;
}
</style>