Shades of Deep Pink #EF0E7A
Tints of Deep Pink #EF0E7A
RGB
CMYK
RGB Variations
Color information
#EF0E7A (or 0xEF0E7A) is known color: Deep Pink. HEX triplet: EF, 0E and 7A. RGB value is (239,14,122). Sum of RGB (Red+Green+Blue) = 239+14+122=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E7A is #10F185. Grayscale: #5D5D5D. Windows color (decimal): -1110406 or 7999215. OLE color: 7999215.
HSL color Cylindrical-coordinate representation of color #EF0E7A: hue angle of 331.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E7A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.06 |
| HSL | 331.2º | 0.89% | 0.5% | - |
| HSV(B) | 331.2º | 0.94% | 0.94% | - |
| XYZ | 39.27 | 20.07 | 20.22 | - |
| YUV | 93.59 | 144.04 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 122 | 0 | 0.94 | 0.49 | 0.06 | 331.2 | 0.89 | 0.5 |
| Hex | EF | E | 7A | 0 | 5E | 31 | 6 | 14B | 59 | 32 |
| Octal | 357 | 16 | 172 | 0 | 136 | 61 | 6 | 513 | 131 | 62 |
| Binary | 11101111 | 1110 | 1111010 | 0 | 1011110 | 110001 | 110 | 101001011 | 1011001 | 110010 |
Color Harmonies of #EF0E7A
Complementary color
Monochromatic Colors of #EF0E7A
Black with #EF0E7A
Text Example
Text Example
White with #EF0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E7A; }
p { color: rgb(239,14,122); }
H1.HeaderClassName
{
color: #EF0E7A;
}
.AnyTagClassName
{
color: #EF0E7A;
}
</style>
background-color css
<style>
a { background-color: #EF0E7A; }
a { background-color: rgb(239,14,122); }
div.DivClassName
{
background-color: #EF0E7A;
}
.BgClassName
{
background-color: #EF0E7A;
}
</style>
border-color css
<style>
span { border-color: #EF0E7A; }
span { border-color: rgb(239,14,122); }
td.TdClassName
{
border-color: #EF0E7A;
}
.TagClassName
{
border-color: #EF0E7A;
}
</style>