Shades of Deep Cerise #EF2A7A
Tints of Deep Cerise #EF2A7A
RGB
CMYK
RGB Variations
Color information
#EF2A7A (or 0xEF2A7A) is known color: Deep Cerise. HEX triplet: EF, 2A and 7A. RGB value is (239,42,122). Sum of RGB (Red+Green+Blue) = 239+42+122=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A7A is #10D585. Grayscale: #6D6D6D. Windows color (decimal): -1103238 or 8006383. OLE color: 8006383.
HSL color Cylindrical-coordinate representation of color #EF2A7A: hue angle of 335.63º 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 #EF2A7A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 122 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.06 |
| HSL | 335.63º | 0.86% | 0.55% | - |
| HSV(B) | 335.63º | 0.82% | 0.94% | - |
| XYZ | 39.94 | 21.41 | 20.44 | - |
| YUV | 110.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 122 | 0 | 0.82 | 0.49 | 0.06 | 335.63 | 0.86 | 0.55 |
| Hex | EF | 2A | 7A | 0 | 52 | 31 | 6 | 150 | 56 | 37 |
| Octal | 357 | 52 | 172 | 0 | 122 | 61 | 6 | 520 | 126 | 67 |
| Binary | 11101111 | 101010 | 1111010 | 0 | 1010010 | 110001 | 110 | 101010000 | 1010110 | 110111 |
Color Harmonies of #EF2A7A
Complementary color
Monochromatic Colors of #EF2A7A
Black with #EF2A7A
Text Example
Text Example
White with #EF2A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2A7A; }
p { color: rgb(239,42,122); }
H1.HeaderClassName
{
color: #EF2A7A;
}
.AnyTagClassName
{
color: #EF2A7A;
}
</style>
background-color css
<style>
a { background-color: #EF2A7A; }
a { background-color: rgb(239,42,122); }
div.DivClassName
{
background-color: #EF2A7A;
}
.BgClassName
{
background-color: #EF2A7A;
}
</style>
border-color css
<style>
span { border-color: #EF2A7A; }
span { border-color: rgb(239,42,122); }
td.TdClassName
{
border-color: #EF2A7A;
}
.TagClassName
{
border-color: #EF2A7A;
}
</style>