Shades of Deep Pink #EF1386
Tints of Deep Pink #EF1386
RGB
CMYK
RGB Variations
Color information
#EF1386 (or 0xEF1386) is known color: Deep Pink. HEX triplet: EF, 13 and 86. RGB value is (239,19,134). Sum of RGB (Red+Green+Blue) = 239+19+134=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1386 is #10EC79. Grayscale: #616161. Windows color (decimal): -1109114 or 8786927. OLE color: 8786927.
HSL color Cylindrical-coordinate representation of color #EF1386: hue angle of 328.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1386 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 134 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.06 |
| HSL | 328.64º | 0.87% | 0.51% | - |
| HSV(B) | 328.64º | 0.92% | 0.94% | - |
| XYZ | 40.13 | 20.54 | 24.4 | - |
| YUV | 97.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 134 | 0 | 0.92 | 0.44 | 0.06 | 328.64 | 0.87 | 0.51 |
| Hex | EF | 13 | 86 | 0 | 5C | 2C | 6 | 149 | 57 | 33 |
| Octal | 357 | 23 | 206 | 0 | 134 | 54 | 6 | 511 | 127 | 63 |
| Binary | 11101111 | 10011 | 10000110 | 0 | 1011100 | 101100 | 110 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EF1386
Complementary color
Monochromatic Colors of #EF1386
Black with #EF1386
Text Example
Text Example
White with #EF1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1386; }
p { color: rgb(239,19,134); }
H1.HeaderClassName
{
color: #EF1386;
}
.AnyTagClassName
{
color: #EF1386;
}
</style>
background-color css
<style>
a { background-color: #EF1386; }
a { background-color: rgb(239,19,134); }
div.DivClassName
{
background-color: #EF1386;
}
.BgClassName
{
background-color: #EF1386;
}
</style>
border-color css
<style>
span { border-color: #EF1386; }
span { border-color: rgb(239,19,134); }
td.TdClassName
{
border-color: #EF1386;
}
.TagClassName
{
border-color: #EF1386;
}
</style>