Shades of Deep Pink #EF178F
Tints of Deep Pink #EF178F
RGB
CMYK
RGB Variations
Color information
#EF178F (or 0xEF178F) is known color: Deep Pink. HEX triplet: EF, 17 and 8F. RGB value is (239,23,143). Sum of RGB (Red+Green+Blue) = 239+23+143=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF178F is #10E870. Grayscale: #656565. Windows color (decimal): -1108081 or 9377775. OLE color: 9377775.
HSL color Cylindrical-coordinate representation of color #EF178F: hue angle of 326.67º 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 #EF178F is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 143 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.06 |
| HSL | 326.67º | 0.87% | 0.51% | - |
| HSV(B) | 326.67º | 0.9% | 0.94% | - |
| XYZ | 40.86 | 20.95 | 27.88 | - |
| YUV | 101.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 143 | 0 | 0.90 | 0.40 | 0.06 | 326.67 | 0.87 | 0.51 |
| Hex | EF | 17 | 8F | 0 | 5A | 28 | 6 | 147 | 57 | 33 |
| Octal | 357 | 27 | 217 | 0 | 132 | 50 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10111 | 10001111 | 0 | 1011010 | 101000 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF178F
Complementary color
Monochromatic Colors of #EF178F
Black with #EF178F
Text Example
Text Example
White with #EF178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF178F; }
p { color: rgb(239,23,143); }
H1.HeaderClassName
{
color: #EF178F;
}
.AnyTagClassName
{
color: #EF178F;
}
</style>
background-color css
<style>
a { background-color: #EF178F; }
a { background-color: rgb(239,23,143); }
div.DivClassName
{
background-color: #EF178F;
}
.BgClassName
{
background-color: #EF178F;
}
</style>
border-color css
<style>
span { border-color: #EF178F; }
span { border-color: rgb(239,23,143); }
td.TdClassName
{
border-color: #EF178F;
}
.TagClassName
{
border-color: #EF178F;
}
</style>