Shades of Deep Pink #EF179F
Tints of Deep Pink #EF179F
RGB
CMYK
RGB Variations
Color information
#EF179F (or 0xEF179F) is known color: Deep Pink. HEX triplet: EF, 17 and 9F. RGB value is (239,23,159). Sum of RGB (Red+Green+Blue) = 239+23+159=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF179F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF179F is #10E860. Grayscale: #666666. Windows color (decimal): -1108065 or 10426351. OLE color: 10426351.
HSL color Cylindrical-coordinate representation of color #EF179F: hue angle of 322.22º 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 #EF179F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 159 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.06 |
| HSL | 322.22º | 0.87% | 0.51% | - |
| HSV(B) | 322.22º | 0.9% | 0.94% | - |
| XYZ | 42.16 | 21.47 | 34.72 | - |
| YUV | 103.09 | 159.56 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 159 | 0 | 0.90 | 0.33 | 0.06 | 322.22 | 0.87 | 0.51 |
| Hex | EF | 17 | 9F | 0 | 5A | 21 | 6 | 142 | 57 | 33 |
| Octal | 357 | 27 | 237 | 0 | 132 | 41 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10111 | 10011111 | 0 | 1011010 | 100001 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF179F
Complementary color
Monochromatic Colors of #EF179F
Black with #EF179F
Text Example
Text Example
White with #EF179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF179F; }
p { color: rgb(239,23,159); }
H1.HeaderClassName
{
color: #EF179F;
}
.AnyTagClassName
{
color: #EF179F;
}
</style>
background-color css
<style>
a { background-color: #EF179F; }
a { background-color: rgb(239,23,159); }
div.DivClassName
{
background-color: #EF179F;
}
.BgClassName
{
background-color: #EF179F;
}
</style>
border-color css
<style>
span { border-color: #EF179F; }
span { border-color: rgb(239,23,159); }
td.TdClassName
{
border-color: #EF179F;
}
.TagClassName
{
border-color: #EF179F;
}
</style>