Shades of Deep Cerise #EF2A7B
Tints of Deep Cerise #EF2A7B
RGB
CMYK
RGB Variations
Color information
#EF2A7B (or 0xEF2A7B) is known color: Deep Cerise. HEX triplet: EF, 2A and 7B. RGB value is (239,42,123). Sum of RGB (Red+Green+Blue) = 239+42+123=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A7B is #10D584. Grayscale: #6E6E6E. Windows color (decimal): -1103237 or 8071919. OLE color: 8071919.
HSL color Cylindrical-coordinate representation of color #EF2A7B: hue angle of 335.33º 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 #EF2A7B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 123 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.06 |
| HSL | 335.33º | 0.86% | 0.55% | - |
| HSV(B) | 335.33º | 0.82% | 0.94% | - |
| XYZ | 40 | 21.44 | 20.77 | - |
| YUV | 110.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 123 | 0 | 0.82 | 0.49 | 0.06 | 335.33 | 0.86 | 0.55 |
| Hex | EF | 2A | 7B | 0 | 52 | 31 | 6 | 14F | 56 | 37 |
| Octal | 357 | 52 | 173 | 0 | 122 | 61 | 6 | 517 | 126 | 67 |
| Binary | 11101111 | 101010 | 1111011 | 0 | 1010010 | 110001 | 110 | 101001111 | 1010110 | 110111 |
Color Harmonies of #EF2A7B
Complementary color
Monochromatic Colors of #EF2A7B
Black with #EF2A7B
Text Example
Text Example
White with #EF2A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A7B; }
p { color: rgb(239,42,123); }
H1.HeaderClassName
{
color: #EF2A7B;
}
.AnyTagClassName
{
color: #EF2A7B;
}
</style>
background-color css
<style>
a { background-color: #EF2A7B; }
a { background-color: rgb(239,42,123); }
div.DivClassName
{
background-color: #EF2A7B;
}
.BgClassName
{
background-color: #EF2A7B;
}
</style>
border-color css
<style>
span { border-color: #EF2A7B; }
span { border-color: rgb(239,42,123); }
td.TdClassName
{
border-color: #EF2A7B;
}
.TagClassName
{
border-color: #EF2A7B;
}
</style>