Shades of Cerise #EF3471
Tints of Cerise #EF3471
RGB
CMYK
RGB Variations
Color information
#EF3471 (or 0xEF3471) is known color: Cerise. HEX triplet: EF, 34 and 71. RGB value is (239,52,113). Sum of RGB (Red+Green+Blue) = 239+52+113=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3471 is #10CB8E. Grayscale: #727272. Windows color (decimal): -1100687 or 7419119. OLE color: 7419119.
HSL color Cylindrical-coordinate representation of color #EF3471: hue angle of 340.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3471 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 113 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.06 |
| HSL | 340.43º | 0.85% | 0.57% | - |
| HSV(B) | 340.43º | 0.78% | 0.94% | - |
| XYZ | 39.81 | 22 | 17.77 | - |
| YUV | 114.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 113 | 0 | 0.78 | 0.53 | 0.06 | 340.43 | 0.85 | 0.57 |
| Hex | EF | 34 | 71 | 0 | 4E | 35 | 6 | 154 | 55 | 39 |
| Octal | 357 | 64 | 161 | 0 | 116 | 65 | 6 | 524 | 125 | 71 |
| Binary | 11101111 | 110100 | 1110001 | 0 | 1001110 | 110101 | 110 | 101010100 | 1010101 | 111001 |
Color Harmonies of #EF3471
Complementary color
Monochromatic Colors of #EF3471
Black with #EF3471
Text Example
Text Example
White with #EF3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3471; }
p { color: rgb(239,52,113); }
H1.HeaderClassName
{
color: #EF3471;
}
.AnyTagClassName
{
color: #EF3471;
}
</style>
background-color css
<style>
a { background-color: #EF3471; }
a { background-color: rgb(239,52,113); }
div.DivClassName
{
background-color: #EF3471;
}
.BgClassName
{
background-color: #EF3471;
}
</style>
border-color css
<style>
span { border-color: #EF3471; }
span { border-color: rgb(239,52,113); }
td.TdClassName
{
border-color: #EF3471;
}
.TagClassName
{
border-color: #EF3471;
}
</style>