Shades of Cerise #EF3072
Tints of Cerise #EF3072
RGB
CMYK
RGB Variations
Color information
#EF3072 (or 0xEF3072) is known color: Cerise. HEX triplet: EF, 30 and 72. RGB value is (239,48,114). Sum of RGB (Red+Green+Blue) = 239+48+114=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3072 is #10CF8D. Grayscale: #707070. Windows color (decimal): -1101710 or 7483631. OLE color: 7483631.
HSL color Cylindrical-coordinate representation of color #EF3072: hue angle of 339.27º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF3072 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 114 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.06 |
| HSL | 339.27º | 0.86% | 0.56% | - |
| HSV(B) | 339.27º | 0.8% | 0.94% | - |
| XYZ | 39.69 | 21.68 | 18.01 | - |
| YUV | 112.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 114 | 0 | 0.80 | 0.52 | 0.06 | 339.27 | 0.86 | 0.56 |
| Hex | EF | 30 | 72 | 0 | 50 | 34 | 6 | 153 | 56 | 38 |
| Octal | 357 | 60 | 162 | 0 | 120 | 64 | 6 | 523 | 126 | 70 |
| Binary | 11101111 | 110000 | 1110010 | 0 | 1010000 | 110100 | 110 | 101010011 | 1010110 | 111000 |
Color Harmonies of #EF3072
Complementary color
Monochromatic Colors of #EF3072
Black with #EF3072
Text Example
Text Example
White with #EF3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3072; }
p { color: rgb(239,48,114); }
H1.HeaderClassName
{
color: #EF3072;
}
.AnyTagClassName
{
color: #EF3072;
}
</style>
background-color css
<style>
a { background-color: #EF3072; }
a { background-color: rgb(239,48,114); }
div.DivClassName
{
background-color: #EF3072;
}
.BgClassName
{
background-color: #EF3072;
}
</style>
border-color css
<style>
span { border-color: #EF3072; }
span { border-color: rgb(239,48,114); }
td.TdClassName
{
border-color: #EF3072;
}
.TagClassName
{
border-color: #EF3072;
}
</style>