Shades of Deep Pink #EF0286
Tints of Deep Pink #EF0286
RGB
CMYK
RGB Variations
Color information
#EF0286 (or 0xEF0286) is known color: Deep Pink. HEX triplet: EF, 02 and 86. RGB value is (239,2,134). Sum of RGB (Red+Green+Blue) = 239+2+134=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0286 is #10FD79. Grayscale: #575757. Windows color (decimal): -1113466 or 8782575. OLE color: 8782575.
HSL color Cylindrical-coordinate representation of color #EF0286: hue angle of 326.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0286 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.06 |
| HSL | 326.58º | 0.98% | 0.47% | - |
| HSV(B) | 326.58º | 0.99% | 0.94% | - |
| XYZ | 39.92 | 20.12 | 24.33 | - |
| YUV | 87.91 | 154.02 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 134 | 0 | 0.99 | 0.44 | 0.06 | 326.58 | 0.98 | 0.47 |
| Hex | EF | 2 | 86 | 0 | 63 | 2C | 6 | 147 | 62 | 2F |
| Octal | 357 | 2 | 206 | 0 | 143 | 54 | 6 | 507 | 142 | 57 |
| Binary | 11101111 | 10 | 10000110 | 0 | 1100011 | 101100 | 110 | 101000111 | 1100010 | 101111 |
Color Harmonies of #EF0286
Complementary color
Monochromatic Colors of #EF0286
Black with #EF0286
Text Example
Text Example
White with #EF0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0286; }
p { color: rgb(239,2,134); }
H1.HeaderClassName
{
color: #EF0286;
}
.AnyTagClassName
{
color: #EF0286;
}
</style>
background-color css
<style>
a { background-color: #EF0286; }
a { background-color: rgb(239,2,134); }
div.DivClassName
{
background-color: #EF0286;
}
.BgClassName
{
background-color: #EF0286;
}
</style>
border-color css
<style>
span { border-color: #EF0286; }
span { border-color: rgb(239,2,134); }
td.TdClassName
{
border-color: #EF0286;
}
.TagClassName
{
border-color: #EF0286;
}
</style>