Shades of Deep Cerise #EF2F8A
Tints of Deep Cerise #EF2F8A
RGB
CMYK
RGB Variations
Color information
#EF2F8A (or 0xEF2F8A) is known color: Deep Cerise. HEX triplet: EF, 2F and 8A. RGB value is (239,47,138). Sum of RGB (Red+Green+Blue) = 239+47+138=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2F8A is #10D075. Grayscale: #727272. Windows color (decimal): -1101942 or 9056239. OLE color: 9056239.
HSL color Cylindrical-coordinate representation of color #EF2F8A: hue angle of 331.56º 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 #EF2F8A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 138 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.06 |
| HSL | 331.56º | 0.86% | 0.56% | - |
| HSV(B) | 331.56º | 0.8% | 0.94% | - |
| XYZ | 41.2 | 22.22 | 26.16 | - |
| YUV | 114.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 138 | 0 | 0.80 | 0.42 | 0.06 | 331.56 | 0.86 | 0.56 |
| Hex | EF | 2F | 8A | 0 | 50 | 2A | 6 | 14C | 56 | 38 |
| Octal | 357 | 57 | 212 | 0 | 120 | 52 | 6 | 514 | 126 | 70 |
| Binary | 11101111 | 101111 | 10001010 | 0 | 1010000 | 101010 | 110 | 101001100 | 1010110 | 111000 |
Color Harmonies of #EF2F8A
Complementary color
Monochromatic Colors of #EF2F8A
Black with #EF2F8A
Text Example
Text Example
White with #EF2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F8A; }
p { color: rgb(239,47,138); }
H1.HeaderClassName
{
color: #EF2F8A;
}
.AnyTagClassName
{
color: #EF2F8A;
}
</style>
background-color css
<style>
a { background-color: #EF2F8A; }
a { background-color: rgb(239,47,138); }
div.DivClassName
{
background-color: #EF2F8A;
}
.BgClassName
{
background-color: #EF2F8A;
}
</style>
border-color css
<style>
span { border-color: #EF2F8A; }
span { border-color: rgb(239,47,138); }
td.TdClassName
{
border-color: #EF2F8A;
}
.TagClassName
{
border-color: #EF2F8A;
}
</style>