Shades of Deep Cerise #EF2D7A
Tints of Deep Cerise #EF2D7A
RGB
CMYK
RGB Variations
Color information
#EF2D7A (or 0xEF2D7A) is known color: Deep Cerise. HEX triplet: EF, 2D and 7A. RGB value is (239,45,122). Sum of RGB (Red+Green+Blue) = 239+45+122=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D7A is #10D285. Grayscale: #6F6F6F. Windows color (decimal): -1102470 or 8007151. OLE color: 8007151.
HSL color Cylindrical-coordinate representation of color #EF2D7A: hue angle of 336.19º 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 #EF2D7A is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 45 | 122 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.06 |
| HSL | 336.19º | 0.86% | 0.56% | - |
| HSV(B) | 336.19º | 0.81% | 0.94% | - |
| XYZ | 40.05 | 21.63 | 20.48 | - |
| YUV | 111.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 122 | 0 | 0.81 | 0.49 | 0.06 | 336.19 | 0.86 | 0.56 |
| Hex | EF | 2D | 7A | 0 | 51 | 31 | 6 | 150 | 56 | 38 |
| Octal | 357 | 55 | 172 | 0 | 121 | 61 | 6 | 520 | 126 | 70 |
| Binary | 11101111 | 101101 | 1111010 | 0 | 1010001 | 110001 | 110 | 101010000 | 1010110 | 111000 |
Color Harmonies of #EF2D7A
Complementary color
Monochromatic Colors of #EF2D7A
Black with #EF2D7A
Text Example
Text Example
White with #EF2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2D7A; }
p { color: rgb(239,45,122); }
H1.HeaderClassName
{
color: #EF2D7A;
}
.AnyTagClassName
{
color: #EF2D7A;
}
</style>
background-color css
<style>
a { background-color: #EF2D7A; }
a { background-color: rgb(239,45,122); }
div.DivClassName
{
background-color: #EF2D7A;
}
.BgClassName
{
background-color: #EF2D7A;
}
</style>
border-color css
<style>
span { border-color: #EF2D7A; }
span { border-color: rgb(239,45,122); }
td.TdClassName
{
border-color: #EF2D7A;
}
.TagClassName
{
border-color: #EF2D7A;
}
</style>