Shades of Deep Cerise #EF2F7B
Tints of Deep Cerise #EF2F7B
RGB
CMYK
RGB Variations
Color information
#EF2F7B (or 0xEF2F7B) is known color: Deep Cerise. HEX triplet: EF, 2F and 7B. RGB value is (239,47,123). Sum of RGB (Red+Green+Blue) = 239+47+123=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2F7B is #10D084. Grayscale: #707070. Windows color (decimal): -1101957 or 8073199. OLE color: 8073199.
HSL color Cylindrical-coordinate representation of color #EF2F7B: hue angle of 336.25º 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 #EF2F7B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 123 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.06 |
| HSL | 336.25º | 0.86% | 0.56% | - |
| HSV(B) | 336.25º | 0.8% | 0.94% | - |
| XYZ | 40.19 | 21.81 | 20.83 | - |
| YUV | 113.07 | 133.61 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 123 | 0 | 0.80 | 0.49 | 0.06 | 336.25 | 0.86 | 0.56 |
| Hex | EF | 2F | 7B | 0 | 50 | 31 | 6 | 150 | 56 | 38 |
| Octal | 357 | 57 | 173 | 0 | 120 | 61 | 6 | 520 | 126 | 70 |
| Binary | 11101111 | 101111 | 1111011 | 0 | 1010000 | 110001 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #EF2F7B
Complementary color
Monochromatic Colors of #EF2F7B
Black with #EF2F7B
Text Example
Text Example
White with #EF2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F7B; }
p { color: rgb(239,47,123); }
H1.HeaderClassName
{
color: #EF2F7B;
}
.AnyTagClassName
{
color: #EF2F7B;
}
</style>
background-color css
<style>
a { background-color: #EF2F7B; }
a { background-color: rgb(239,47,123); }
div.DivClassName
{
background-color: #EF2F7B;
}
.BgClassName
{
background-color: #EF2F7B;
}
</style>
border-color css
<style>
span { border-color: #EF2F7B; }
span { border-color: rgb(239,47,123); }
td.TdClassName
{
border-color: #EF2F7B;
}
.TagClassName
{
border-color: #EF2F7B;
}
</style>