Shades of Cerise #EF2D74
Tints of Cerise #EF2D74
RGB
CMYK
RGB Variations
Color information
#EF2D74 (or 0xEF2D74) is known color: Cerise. HEX triplet: EF, 2D and 74. RGB value is (239,45,116). Sum of RGB (Red+Green+Blue) = 239+45+116=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D74 is #10D28B. Grayscale: #6F6F6F. Windows color (decimal): -1102476 or 7613935. OLE color: 7613935.
HSL color Cylindrical-coordinate representation of color #EF2D74: hue angle of 338.04º 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 #EF2D74 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 116 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.06 |
| HSL | 338.04º | 0.86% | 0.56% | - |
| HSV(B) | 338.04º | 0.81% | 0.94% | - |
| XYZ | 39.69 | 21.49 | 18.58 | - |
| YUV | 111.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 116 | 0 | 0.81 | 0.51 | 0.06 | 338.04 | 0.86 | 0.56 |
| Hex | EF | 2D | 74 | 0 | 51 | 33 | 6 | 152 | 56 | 38 |
| Octal | 357 | 55 | 164 | 0 | 121 | 63 | 6 | 522 | 126 | 70 |
| Binary | 11101111 | 101101 | 1110100 | 0 | 1010001 | 110011 | 110 | 101010010 | 1010110 | 111000 |
Color Harmonies of #EF2D74
Complementary color
Monochromatic Colors of #EF2D74
Black with #EF2D74
Text Example
Text Example
White with #EF2D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D74; }
p { color: rgb(239,45,116); }
H1.HeaderClassName
{
color: #EF2D74;
}
.AnyTagClassName
{
color: #EF2D74;
}
</style>
background-color css
<style>
a { background-color: #EF2D74; }
a { background-color: rgb(239,45,116); }
div.DivClassName
{
background-color: #EF2D74;
}
.BgClassName
{
background-color: #EF2D74;
}
</style>
border-color css
<style>
span { border-color: #EF2D74; }
span { border-color: rgb(239,45,116); }
td.TdClassName
{
border-color: #EF2D74;
}
.TagClassName
{
border-color: #EF2D74;
}
</style>