Shades of Cerise #EF2D5F
Tints of Cerise #EF2D5F
RGB
CMYK
RGB Variations
Color information
#EF2D5F (or 0xEF2D5F) is known color: Cerise. HEX triplet: EF, 2D and 5F. RGB value is (239,45,95). Sum of RGB (Red+Green+Blue) = 239+45+95=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D5F is #10D2A0. Grayscale: #6C6C6C. Windows color (decimal): -1102497 or 6237679. OLE color: 6237679.
HSL color Cylindrical-coordinate representation of color #EF2D5F: hue angle of 344.54º 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 #EF2D5F is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 95 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.06 |
| HSL | 344.54º | 0.86% | 0.56% | - |
| HSV(B) | 344.54º | 0.81% | 0.94% | - |
| XYZ | 38.6 | 21.05 | 12.86 | - |
| YUV | 108.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 95 | 0 | 0.81 | 0.60 | 0.06 | 344.54 | 0.86 | 0.56 |
| Hex | EF | 2D | 5F | 0 | 51 | 3C | 6 | 159 | 56 | 38 |
| Octal | 357 | 55 | 137 | 0 | 121 | 74 | 6 | 531 | 126 | 70 |
| Binary | 11101111 | 101101 | 1011111 | 0 | 1010001 | 111100 | 110 | 101011001 | 1010110 | 111000 |
Color Harmonies of #EF2D5F
Complementary color
Monochromatic Colors of #EF2D5F
Black with #EF2D5F
Text Example
Text Example
White with #EF2D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D5F; }
p { color: rgb(239,45,95); }
H1.HeaderClassName
{
color: #EF2D5F;
}
.AnyTagClassName
{
color: #EF2D5F;
}
</style>
background-color css
<style>
a { background-color: #EF2D5F; }
a { background-color: rgb(239,45,95); }
div.DivClassName
{
background-color: #EF2D5F;
}
.BgClassName
{
background-color: #EF2D5F;
}
</style>
border-color css
<style>
span { border-color: #EF2D5F; }
span { border-color: rgb(239,45,95); }
td.TdClassName
{
border-color: #EF2D5F;
}
.TagClassName
{
border-color: #EF2D5F;
}
</style>