Shades of Deep Pink #EF058C
Tints of Deep Pink #EF058C
RGB
CMYK
RGB Variations
Color information
#EF058C (or 0xEF058C) is known color: Deep Pink. HEX triplet: EF, 05 and 8C. RGB value is (239,5,140). Sum of RGB (Red+Green+Blue) = 239+5+140=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF058C is #10FA73. Grayscale: #5A5A5A. Windows color (decimal): -1112692 or 9176559. OLE color: 9176559.
HSL color Cylindrical-coordinate representation of color #EF058C: hue angle of 325.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF058C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.06 |
| HSL | 325.38º | 0.96% | 0.48% | - |
| HSV(B) | 325.38º | 0.98% | 0.94% | - |
| XYZ | 40.38 | 20.35 | 26.61 | - |
| YUV | 90.36 | 156.02 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 140 | 0 | 0.98 | 0.41 | 0.06 | 325.38 | 0.96 | 0.48 |
| Hex | EF | 5 | 8C | 0 | 62 | 29 | 6 | 145 | 60 | 30 |
| Octal | 357 | 5 | 214 | 0 | 142 | 51 | 6 | 505 | 140 | 60 |
| Binary | 11101111 | 101 | 10001100 | 0 | 1100010 | 101001 | 110 | 101000101 | 1100000 | 110000 |
Color Harmonies of #EF058C
Complementary color
Monochromatic Colors of #EF058C
Black with #EF058C
Text Example
Text Example
White with #EF058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF058C; }
p { color: rgb(239,5,140); }
H1.HeaderClassName
{
color: #EF058C;
}
.AnyTagClassName
{
color: #EF058C;
}
</style>
background-color css
<style>
a { background-color: #EF058C; }
a { background-color: rgb(239,5,140); }
div.DivClassName
{
background-color: #EF058C;
}
.BgClassName
{
background-color: #EF058C;
}
</style>
border-color css
<style>
span { border-color: #EF058C; }
span { border-color: rgb(239,5,140); }
td.TdClassName
{
border-color: #EF058C;
}
.TagClassName
{
border-color: #EF058C;
}
</style>