Shades of Deep Pink #EF0E7B
Tints of Deep Pink #EF0E7B
RGB
CMYK
RGB Variations
Color information
#EF0E7B (or 0xEF0E7B) is known color: Deep Pink. HEX triplet: EF, 0E and 7B. RGB value is (239,14,123). Sum of RGB (Red+Green+Blue) = 239+14+123=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E7B is #10F184. Grayscale: #5D5D5D. Windows color (decimal): -1110405 or 8064751. OLE color: 8064751.
HSL color Cylindrical-coordinate representation of color #EF0E7B: hue angle of 330.93º 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 #EF0E7B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 123 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.06 |
| HSL | 330.93º | 0.89% | 0.5% | - |
| HSV(B) | 330.93º | 0.94% | 0.94% | - |
| XYZ | 39.33 | 20.09 | 20.54 | - |
| YUV | 93.7 | 144.54 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 123 | 0 | 0.94 | 0.49 | 0.06 | 330.93 | 0.89 | 0.5 |
| Hex | EF | E | 7B | 0 | 5E | 31 | 6 | 14B | 59 | 32 |
| Octal | 357 | 16 | 173 | 0 | 136 | 61 | 6 | 513 | 131 | 62 |
| Binary | 11101111 | 1110 | 1111011 | 0 | 1011110 | 110001 | 110 | 101001011 | 1011001 | 110010 |
Color Harmonies of #EF0E7B
Complementary color
Monochromatic Colors of #EF0E7B
Black with #EF0E7B
Text Example
Text Example
White with #EF0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E7B; }
p { color: rgb(239,14,123); }
H1.HeaderClassName
{
color: #EF0E7B;
}
.AnyTagClassName
{
color: #EF0E7B;
}
</style>
background-color css
<style>
a { background-color: #EF0E7B; }
a { background-color: rgb(239,14,123); }
div.DivClassName
{
background-color: #EF0E7B;
}
.BgClassName
{
background-color: #EF0E7B;
}
</style>
border-color css
<style>
span { border-color: #EF0E7B; }
span { border-color: rgb(239,14,123); }
td.TdClassName
{
border-color: #EF0E7B;
}
.TagClassName
{
border-color: #EF0E7B;
}
</style>