Shades of Deep Pink #EF0085
Tints of Deep Pink #EF0085
RGB
CMYK
RGB Variations
Color information
#EF0085 (or 0xEF0085) is known color: Deep Pink. HEX triplet: EF, 00 and 85. RGB value is (239,0,133). Sum of RGB (Red+Green+Blue) = 239+0+133=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0085 is #10FF7A. Grayscale: #565656. Windows color (decimal): -1113979 or 8716527. OLE color: 8716527.
HSL color Cylindrical-coordinate representation of color #EF0085: hue angle of 326.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0085 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.44 | 0.06 |
| HSL | 326.61º | 1% | 0.47% | - |
| HSV(B) | 326.61º | 1% | 0.94% | - |
| XYZ | 39.83 | 20.04 | 23.96 | - |
| YUV | 86.62 | 154.18 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 133 | 0 | 1 | 0.44 | 0.06 | 326.61 | 1 | 0.47 |
| Hex | EF | 0 | 85 | 0 | 64 | 2C | 6 | 147 | 64 | 2F |
| Octal | 357 | 0 | 205 | 0 | 144 | 54 | 6 | 507 | 144 | 57 |
| Binary | 11101111 | 0 | 10000101 | 0 | 1100100 | 101100 | 110 | 101000111 | 1100100 | 101111 |
Color Harmonies of #EF0085
Complementary color
Monochromatic Colors of #EF0085
Black with #EF0085
Text Example
Text Example
White with #EF0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0085; }
p { color: rgb(239,0,133); }
H1.HeaderClassName
{
color: #EF0085;
}
.AnyTagClassName
{
color: #EF0085;
}
</style>
background-color css
<style>
a { background-color: #EF0085; }
a { background-color: rgb(239,0,133); }
div.DivClassName
{
background-color: #EF0085;
}
.BgClassName
{
background-color: #EF0085;
}
</style>
border-color css
<style>
span { border-color: #EF0085; }
span { border-color: rgb(239,0,133); }
td.TdClassName
{
border-color: #EF0085;
}
.TagClassName
{
border-color: #EF0085;
}
</style>