Shades of Deep Pink #EF179D
Tints of Deep Pink #EF179D
RGB
CMYK
RGB Variations
Color information
#EF179D (or 0xEF179D) is known color: Deep Pink. HEX triplet: EF, 17 and 9D. RGB value is (239,23,157). Sum of RGB (Red+Green+Blue) = 239+23+157=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF179D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF179D is #10E862. Grayscale: #666666. Windows color (decimal): -1108067 or 10295279. OLE color: 10295279.
HSL color Cylindrical-coordinate representation of color #EF179D: hue angle of 322.78º 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 #EF179D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.06 |
| HSL | 322.78º | 0.87% | 0.51% | - |
| HSV(B) | 322.78º | 0.9% | 0.94% | - |
| XYZ | 41.99 | 21.4 | 33.82 | - |
| YUV | 102.86 | 158.56 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 157 | 0 | 0.90 | 0.34 | 0.06 | 322.78 | 0.87 | 0.51 |
| Hex | EF | 17 | 9D | 0 | 5A | 22 | 6 | 143 | 57 | 33 |
| Octal | 357 | 27 | 235 | 0 | 132 | 42 | 6 | 503 | 127 | 63 |
| Binary | 11101111 | 10111 | 10011101 | 0 | 1011010 | 100010 | 110 | 101000011 | 1010111 | 110011 |
Color Harmonies of #EF179D
Complementary color
Monochromatic Colors of #EF179D
Black with #EF179D
Text Example
Text Example
White with #EF179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF179D; }
p { color: rgb(239,23,157); }
H1.HeaderClassName
{
color: #EF179D;
}
.AnyTagClassName
{
color: #EF179D;
}
</style>
background-color css
<style>
a { background-color: #EF179D; }
a { background-color: rgb(239,23,157); }
div.DivClassName
{
background-color: #EF179D;
}
.BgClassName
{
background-color: #EF179D;
}
</style>
border-color css
<style>
span { border-color: #EF179D; }
span { border-color: rgb(239,23,157); }
td.TdClassName
{
border-color: #EF179D;
}
.TagClassName
{
border-color: #EF179D;
}
</style>