Shades of Deep Pink #EF1981
Tints of Deep Pink #EF1981
RGB
CMYK
RGB Variations
Color information
#EF1981 (or 0xEF1981) is known color: Deep Pink. HEX triplet: EF, 19 and 81. RGB value is (239,25,129). Sum of RGB (Red+Green+Blue) = 239+25+129=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1981 is #10E67E. Grayscale: #646464. Windows color (decimal): -1107583 or 8460783. OLE color: 8460783.
HSL color Cylindrical-coordinate representation of color #EF1981: hue angle of 330.84º 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 #EF1981 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 129 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.06 |
| HSL | 330.84º | 0.87% | 0.52% | - |
| HSV(B) | 330.84º | 0.9% | 0.94% | - |
| XYZ | 39.91 | 20.63 | 22.65 | - |
| YUV | 100.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 129 | 0 | 0.90 | 0.46 | 0.06 | 330.84 | 0.87 | 0.52 |
| Hex | EF | 19 | 81 | 0 | 5A | 2E | 6 | 14B | 57 | 34 |
| Octal | 357 | 31 | 201 | 0 | 132 | 56 | 6 | 513 | 127 | 64 |
| Binary | 11101111 | 11001 | 10000001 | 0 | 1011010 | 101110 | 110 | 101001011 | 1010111 | 110100 |
Color Harmonies of #EF1981
Complementary color
Monochromatic Colors of #EF1981
Black with #EF1981
Text Example
Text Example
White with #EF1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1981; }
p { color: rgb(239,25,129); }
H1.HeaderClassName
{
color: #EF1981;
}
.AnyTagClassName
{
color: #EF1981;
}
</style>
background-color css
<style>
a { background-color: #EF1981; }
a { background-color: rgb(239,25,129); }
div.DivClassName
{
background-color: #EF1981;
}
.BgClassName
{
background-color: #EF1981;
}
</style>
border-color css
<style>
span { border-color: #EF1981; }
span { border-color: rgb(239,25,129); }
td.TdClassName
{
border-color: #EF1981;
}
.TagClassName
{
border-color: #EF1981;
}
</style>