Shades of Deep Pink #EF1886
Tints of Deep Pink #EF1886
RGB
CMYK
RGB Variations
Color information
#EF1886 (or 0xEF1886) is known color: Deep Pink. HEX triplet: EF, 18 and 86. RGB value is (239,24,134). Sum of RGB (Red+Green+Blue) = 239+24+134=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1886 is #10E779. Grayscale: #646464. Windows color (decimal): -1107834 or 8788207. OLE color: 8788207.
HSL color Cylindrical-coordinate representation of color #EF1886: hue angle of 329.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1886 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 134 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.06 |
| HSL | 329.3º | 0.87% | 0.52% | - |
| HSV(B) | 329.3º | 0.9% | 0.94% | - |
| XYZ | 40.23 | 20.73 | 24.43 | - |
| YUV | 100.83 | 146.73 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 134 | 0 | 0.90 | 0.44 | 0.06 | 329.3 | 0.87 | 0.52 |
| Hex | EF | 18 | 86 | 0 | 5A | 2C | 6 | 149 | 57 | 34 |
| Octal | 357 | 30 | 206 | 0 | 132 | 54 | 6 | 511 | 127 | 64 |
| Binary | 11101111 | 11000 | 10000110 | 0 | 1011010 | 101100 | 110 | 101001001 | 1010111 | 110100 |
Color Harmonies of #EF1886
Complementary color
Monochromatic Colors of #EF1886
Black with #EF1886
Text Example
Text Example
White with #EF1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1886; }
p { color: rgb(239,24,134); }
H1.HeaderClassName
{
color: #EF1886;
}
.AnyTagClassName
{
color: #EF1886;
}
</style>
background-color css
<style>
a { background-color: #EF1886; }
a { background-color: rgb(239,24,134); }
div.DivClassName
{
background-color: #EF1886;
}
.BgClassName
{
background-color: #EF1886;
}
</style>
border-color css
<style>
span { border-color: #EF1886; }
span { border-color: rgb(239,24,134); }
td.TdClassName
{
border-color: #EF1886;
}
.TagClassName
{
border-color: #EF1886;
}
</style>