Shades of Deep Pink #EF087B
Tints of Deep Pink #EF087B
RGB
CMYK
RGB Variations
Color information
#EF087B (or 0xEF087B) is known color: Deep Pink. HEX triplet: EF, 08 and 7B. RGB value is (239,8,123). Sum of RGB (Red+Green+Blue) = 239+8+123=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF087B is #10F784. Grayscale: #595959. Windows color (decimal): -1111941 or 8063215. OLE color: 8063215.
HSL color Cylindrical-coordinate representation of color #EF087B: hue angle of 330.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF087B is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 123 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.06 |
| HSL | 330.13º | 0.94% | 0.48% | - |
| HSV(B) | 330.13º | 0.97% | 0.94% | - |
| XYZ | 39.26 | 19.95 | 20.52 | - |
| YUV | 90.18 | 146.53 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 123 | 0 | 0.97 | 0.49 | 0.06 | 330.13 | 0.94 | 0.48 |
| Hex | EF | 8 | 7B | 0 | 61 | 31 | 6 | 14A | 5E | 30 |
| Octal | 357 | 10 | 173 | 0 | 141 | 61 | 6 | 512 | 136 | 60 |
| Binary | 11101111 | 1000 | 1111011 | 0 | 1100001 | 110001 | 110 | 101001010 | 1011110 | 110000 |
Color Harmonies of #EF087B
Complementary color
Monochromatic Colors of #EF087B
Black with #EF087B
Text Example
Text Example
White with #EF087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF087B; }
p { color: rgb(239,8,123); }
H1.HeaderClassName
{
color: #EF087B;
}
.AnyTagClassName
{
color: #EF087B;
}
</style>
background-color css
<style>
a { background-color: #EF087B; }
a { background-color: rgb(239,8,123); }
div.DivClassName
{
background-color: #EF087B;
}
.BgClassName
{
background-color: #EF087B;
}
</style>
border-color css
<style>
span { border-color: #EF087B; }
span { border-color: rgb(239,8,123); }
td.TdClassName
{
border-color: #EF087B;
}
.TagClassName
{
border-color: #EF087B;
}
</style>