Shades of Deep Pink #EF1196
Tints of Deep Pink #EF1196
RGB
CMYK
RGB Variations
Color information
#EF1196 (or 0xEF1196) is known color: Deep Pink. HEX triplet: EF, 11 and 96. RGB value is (239,17,150). Sum of RGB (Red+Green+Blue) = 239+17+150=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1196 is #10EE69. Grayscale: #626262. Windows color (decimal): -1109610 or 9834991. OLE color: 9834991.
HSL color Cylindrical-coordinate representation of color #EF1196: hue angle of 324.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1196 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 150 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.06 |
| HSL | 324.05º | 0.87% | 0.5% | - |
| HSV(B) | 324.05º | 0.93% | 0.94% | - |
| XYZ | 41.3 | 20.95 | 30.72 | - |
| YUV | 98.54 | 157.05 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 150 | 0 | 0.93 | 0.37 | 0.06 | 324.05 | 0.87 | 0.5 |
| Hex | EF | 11 | 96 | 0 | 5D | 25 | 6 | 144 | 57 | 32 |
| Octal | 357 | 21 | 226 | 0 | 135 | 45 | 6 | 504 | 127 | 62 |
| Binary | 11101111 | 10001 | 10010110 | 0 | 1011101 | 100101 | 110 | 101000100 | 1010111 | 110010 |
Color Harmonies of #EF1196
Complementary color
Monochromatic Colors of #EF1196
Black with #EF1196
Text Example
Text Example
White with #EF1196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1196; }
p { color: rgb(239,17,150); }
H1.HeaderClassName
{
color: #EF1196;
}
.AnyTagClassName
{
color: #EF1196;
}
</style>
background-color css
<style>
a { background-color: #EF1196; }
a { background-color: rgb(239,17,150); }
div.DivClassName
{
background-color: #EF1196;
}
.BgClassName
{
background-color: #EF1196;
}
</style>
border-color css
<style>
span { border-color: #EF1196; }
span { border-color: rgb(239,17,150); }
td.TdClassName
{
border-color: #EF1196;
}
.TagClassName
{
border-color: #EF1196;
}
</style>