Shades of Cerise #EF2B74
Tints of Cerise #EF2B74
RGB
CMYK
RGB Variations
Color information
#EF2B74 (or 0xEF2B74) is known color: Cerise. HEX triplet: EF, 2B and 74. RGB value is (239,43,116). Sum of RGB (Red+Green+Blue) = 239+43+116=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2B74 is #10D48B. Grayscale: #6D6D6D. Windows color (decimal): -1102988 or 7613423. OLE color: 7613423.
HSL color Cylindrical-coordinate representation of color #EF2B74: hue angle of 337.65º 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 #EF2B74 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 116 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.06 |
| HSL | 337.65º | 0.86% | 0.55% | - |
| HSV(B) | 337.65º | 0.82% | 0.94% | - |
| XYZ | 39.61 | 21.34 | 18.55 | - |
| YUV | 109.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 116 | 0 | 0.82 | 0.51 | 0.06 | 337.65 | 0.86 | 0.55 |
| Hex | EF | 2B | 74 | 0 | 52 | 33 | 6 | 152 | 56 | 37 |
| Octal | 357 | 53 | 164 | 0 | 122 | 63 | 6 | 522 | 126 | 67 |
| Binary | 11101111 | 101011 | 1110100 | 0 | 1010010 | 110011 | 110 | 101010010 | 1010110 | 110111 |
Color Harmonies of #EF2B74
Complementary color
Monochromatic Colors of #EF2B74
Black with #EF2B74
Text Example
Text Example
White with #EF2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2B74; }
p { color: rgb(239,43,116); }
H1.HeaderClassName
{
color: #EF2B74;
}
.AnyTagClassName
{
color: #EF2B74;
}
</style>
background-color css
<style>
a { background-color: #EF2B74; }
a { background-color: rgb(239,43,116); }
div.DivClassName
{
background-color: #EF2B74;
}
.BgClassName
{
background-color: #EF2B74;
}
</style>
border-color css
<style>
span { border-color: #EF2B74; }
span { border-color: rgb(239,43,116); }
td.TdClassName
{
border-color: #EF2B74;
}
.TagClassName
{
border-color: #EF2B74;
}
</style>