Shades of Deep Pink #EF1796
Tints of Deep Pink #EF1796
RGB
CMYK
RGB Variations
Color information
#EF1796 (or 0xEF1796) is known color: Deep Pink. HEX triplet: EF, 17 and 96. RGB value is (239,23,150). Sum of RGB (Red+Green+Blue) = 239+23+150=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1796 is #10E869. Grayscale: #656565. Windows color (decimal): -1108074 or 9836527. OLE color: 9836527.
HSL color Cylindrical-coordinate representation of color #EF1796: hue angle of 324.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1796 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.06 |
| HSL | 324.72º | 0.87% | 0.51% | - |
| HSV(B) | 324.72º | 0.9% | 0.94% | - |
| XYZ | 41.41 | 21.17 | 30.76 | - |
| YUV | 102.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 150 | 0 | 0.90 | 0.37 | 0.06 | 324.72 | 0.87 | 0.51 |
| Hex | EF | 17 | 96 | 0 | 5A | 25 | 6 | 145 | 57 | 33 |
| Octal | 357 | 27 | 226 | 0 | 132 | 45 | 6 | 505 | 127 | 63 |
| Binary | 11101111 | 10111 | 10010110 | 0 | 1011010 | 100101 | 110 | 101000101 | 1010111 | 110011 |
Color Harmonies of #EF1796
Complementary color
Monochromatic Colors of #EF1796
Black with #EF1796
Text Example
Text Example
White with #EF1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1796; }
p { color: rgb(239,23,150); }
H1.HeaderClassName
{
color: #EF1796;
}
.AnyTagClassName
{
color: #EF1796;
}
</style>
background-color css
<style>
a { background-color: #EF1796; }
a { background-color: rgb(239,23,150); }
div.DivClassName
{
background-color: #EF1796;
}
.BgClassName
{
background-color: #EF1796;
}
</style>
border-color css
<style>
span { border-color: #EF1796; }
span { border-color: rgb(239,23,150); }
td.TdClassName
{
border-color: #EF1796;
}
.TagClassName
{
border-color: #EF1796;
}
</style>