Shades of Deep Pink #EF0885
Tints of Deep Pink #EF0885
RGB
CMYK
RGB Variations
Color information
#EF0885 (or 0xEF0885) is known color: Deep Pink. HEX triplet: EF, 08 and 85. RGB value is (239,8,133). Sum of RGB (Red+Green+Blue) = 239+8+133=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0885 is #10F77A. Grayscale: #5B5B5B. Windows color (decimal): -1111931 or 8718575. OLE color: 8718575.
HSL color Cylindrical-coordinate representation of color #EF0885: hue angle of 327.53º 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 #EF0885 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 133 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 327.53º | 0.94% | 0.48% | - |
| HSV(B) | 327.53º | 0.97% | 0.94% | - |
| XYZ | 39.92 | 20.22 | 23.99 | - |
| YUV | 91.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 133 | 0 | 0.97 | 0.44 | 0.06 | 327.53 | 0.94 | 0.48 |
| Hex | EF | 8 | 85 | 0 | 61 | 2C | 6 | 148 | 5E | 30 |
| Octal | 357 | 10 | 205 | 0 | 141 | 54 | 6 | 510 | 136 | 60 |
| Binary | 11101111 | 1000 | 10000101 | 0 | 1100001 | 101100 | 110 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EF0885
Complementary color
Monochromatic Colors of #EF0885
Black with #EF0885
Text Example
Text Example
White with #EF0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0885; }
p { color: rgb(239,8,133); }
H1.HeaderClassName
{
color: #EF0885;
}
.AnyTagClassName
{
color: #EF0885;
}
</style>
background-color css
<style>
a { background-color: #EF0885; }
a { background-color: rgb(239,8,133); }
div.DivClassName
{
background-color: #EF0885;
}
.BgClassName
{
background-color: #EF0885;
}
</style>
border-color css
<style>
span { border-color: #EF0885; }
span { border-color: rgb(239,8,133); }
td.TdClassName
{
border-color: #EF0885;
}
.TagClassName
{
border-color: #EF0885;
}
</style>