Shades of Deep Cerise #EF2D7B
Tints of Deep Cerise #EF2D7B
RGB
CMYK
RGB Variations
Color information
#EF2D7B (or 0xEF2D7B) is known color: Deep Cerise. HEX triplet: EF, 2D and 7B. RGB value is (239,45,123). Sum of RGB (Red+Green+Blue) = 239+45+123=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D7B is #10D284. Grayscale: #6F6F6F. Windows color (decimal): -1102469 or 8072687. OLE color: 8072687.
HSL color Cylindrical-coordinate representation of color #EF2D7B: hue angle of 335.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D7B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 123 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.06 |
| HSL | 335.88º | 0.86% | 0.56% | - |
| HSV(B) | 335.88º | 0.81% | 0.94% | - |
| XYZ | 40.11 | 21.66 | 20.81 | - |
| YUV | 111.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 123 | 0 | 0.81 | 0.49 | 0.06 | 335.88 | 0.86 | 0.56 |
| Hex | EF | 2D | 7B | 0 | 51 | 31 | 6 | 150 | 56 | 38 |
| Octal | 357 | 55 | 173 | 0 | 121 | 61 | 6 | 520 | 126 | 70 |
| Binary | 11101111 | 101101 | 1111011 | 0 | 1010001 | 110001 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #EF2D7B
Complementary color
Monochromatic Colors of #EF2D7B
Black with #EF2D7B
Text Example
Text Example
White with #EF2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D7B; }
p { color: rgb(239,45,123); }
H1.HeaderClassName
{
color: #EF2D7B;
}
.AnyTagClassName
{
color: #EF2D7B;
}
</style>
background-color css
<style>
a { background-color: #EF2D7B; }
a { background-color: rgb(239,45,123); }
div.DivClassName
{
background-color: #EF2D7B;
}
.BgClassName
{
background-color: #EF2D7B;
}
</style>
border-color css
<style>
span { border-color: #EF2D7B; }
span { border-color: rgb(239,45,123); }
td.TdClassName
{
border-color: #EF2D7B;
}
.TagClassName
{
border-color: #EF2D7B;
}
</style>