Shades of Deep Pink #EF1681
Tints of Deep Pink #EF1681
RGB
CMYK
RGB Variations
Color information
#EF1681 (or 0xEF1681) is known color: Deep Pink. HEX triplet: EF, 16 and 81. RGB value is (239,22,129). Sum of RGB (Red+Green+Blue) = 239+22+129=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1681 is #10E97E. Grayscale: #626262. Windows color (decimal): -1108351 or 8460015. OLE color: 8460015.
HSL color Cylindrical-coordinate representation of color #EF1681: hue angle of 330.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1681 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 129 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.06 |
| HSL | 330.41º | 0.87% | 0.51% | - |
| HSV(B) | 330.41º | 0.91% | 0.94% | - |
| XYZ | 39.85 | 20.51 | 22.63 | - |
| YUV | 99.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 129 | 0 | 0.91 | 0.46 | 0.06 | 330.41 | 0.87 | 0.51 |
| Hex | EF | 16 | 81 | 0 | 5B | 2E | 6 | 14A | 57 | 33 |
| Octal | 357 | 26 | 201 | 0 | 133 | 56 | 6 | 512 | 127 | 63 |
| Binary | 11101111 | 10110 | 10000001 | 0 | 1011011 | 101110 | 110 | 101001010 | 1010111 | 110011 |
Color Harmonies of #EF1681
Complementary color
Monochromatic Colors of #EF1681
Black with #EF1681
Text Example
Text Example
White with #EF1681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1681; }
p { color: rgb(239,22,129); }
H1.HeaderClassName
{
color: #EF1681;
}
.AnyTagClassName
{
color: #EF1681;
}
</style>
background-color css
<style>
a { background-color: #EF1681; }
a { background-color: rgb(239,22,129); }
div.DivClassName
{
background-color: #EF1681;
}
.BgClassName
{
background-color: #EF1681;
}
</style>
border-color css
<style>
span { border-color: #EF1681; }
span { border-color: rgb(239,22,129); }
td.TdClassName
{
border-color: #EF1681;
}
.TagClassName
{
border-color: #EF1681;
}
</style>