Shades of Deep Pink #EF177C
Tints of Deep Pink #EF177C
RGB
CMYK
RGB Variations
Color information
#EF177C (or 0xEF177C) is known color: Deep Pink. HEX triplet: EF, 17 and 7C. RGB value is (239,23,124). Sum of RGB (Red+Green+Blue) = 239+23+124=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF177C is #10E883. Grayscale: #626262. Windows color (decimal): -1108100 or 8132591. OLE color: 8132591.
HSL color Cylindrical-coordinate representation of color #EF177C: hue angle of 331.94º 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 #EF177C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.06 |
| HSL | 331.94º | 0.87% | 0.51% | - |
| HSV(B) | 331.94º | 0.9% | 0.94% | - |
| XYZ | 39.54 | 20.42 | 20.93 | - |
| YUV | 99.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 124 | 0 | 0.90 | 0.48 | 0.06 | 331.94 | 0.87 | 0.51 |
| Hex | EF | 17 | 7C | 0 | 5A | 30 | 6 | 14C | 57 | 33 |
| Octal | 357 | 27 | 174 | 0 | 132 | 60 | 6 | 514 | 127 | 63 |
| Binary | 11101111 | 10111 | 1111100 | 0 | 1011010 | 110000 | 110 | 101001100 | 1010111 | 110011 |
Color Harmonies of #EF177C
Complementary color
Monochromatic Colors of #EF177C
Black with #EF177C
Text Example
Text Example
White with #EF177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF177C; }
p { color: rgb(239,23,124); }
H1.HeaderClassName
{
color: #EF177C;
}
.AnyTagClassName
{
color: #EF177C;
}
</style>
background-color css
<style>
a { background-color: #EF177C; }
a { background-color: rgb(239,23,124); }
div.DivClassName
{
background-color: #EF177C;
}
.BgClassName
{
background-color: #EF177C;
}
</style>
border-color css
<style>
span { border-color: #EF177C; }
span { border-color: rgb(239,23,124); }
td.TdClassName
{
border-color: #EF177C;
}
.TagClassName
{
border-color: #EF177C;
}
</style>