Shades of Deep Pink #EF177F
Tints of Deep Pink #EF177F
RGB
CMYK
RGB Variations
Color information
#EF177F (or 0xEF177F) is known color: Deep Pink. HEX triplet: EF, 17 and 7F. RGB value is (239,23,127). Sum of RGB (Red+Green+Blue) = 239+23+127=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF177F is #10E880. Grayscale: #636363. Windows color (decimal): -1108097 or 8329199. OLE color: 8329199.
HSL color Cylindrical-coordinate representation of color #EF177F: hue angle of 331.11º 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 #EF177F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.06 |
| HSL | 331.11º | 0.87% | 0.51% | - |
| HSV(B) | 331.11º | 0.9% | 0.94% | - |
| XYZ | 39.73 | 20.5 | 21.94 | - |
| YUV | 99.44 | 143.56 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 127 | 0 | 0.90 | 0.47 | 0.06 | 331.11 | 0.87 | 0.51 |
| Hex | EF | 17 | 7F | 0 | 5A | 2F | 6 | 14B | 57 | 33 |
| Octal | 357 | 27 | 177 | 0 | 132 | 57 | 6 | 513 | 127 | 63 |
| Binary | 11101111 | 10111 | 1111111 | 0 | 1011010 | 101111 | 110 | 101001011 | 1010111 | 110011 |
Color Harmonies of #EF177F
Complementary color
Monochromatic Colors of #EF177F
Black with #EF177F
Text Example
Text Example
White with #EF177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF177F; }
p { color: rgb(239,23,127); }
H1.HeaderClassName
{
color: #EF177F;
}
.AnyTagClassName
{
color: #EF177F;
}
</style>
background-color css
<style>
a { background-color: #EF177F; }
a { background-color: rgb(239,23,127); }
div.DivClassName
{
background-color: #EF177F;
}
.BgClassName
{
background-color: #EF177F;
}
</style>
border-color css
<style>
span { border-color: #EF177F; }
span { border-color: rgb(239,23,127); }
td.TdClassName
{
border-color: #EF177F;
}
.TagClassName
{
border-color: #EF177F;
}
</style>