Shades of Deep Pink #EF178D
Tints of Deep Pink #EF178D
RGB
CMYK
RGB Variations
Color information
#EF178D (or 0xEF178D) is known color: Deep Pink. HEX triplet: EF, 17 and 8D. RGB value is (239,23,141). Sum of RGB (Red+Green+Blue) = 239+23+141=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF178D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF178D is #10E872. Grayscale: #646464. Windows color (decimal): -1108083 or 9246703. OLE color: 9246703.
HSL color Cylindrical-coordinate representation of color #EF178D: hue angle of 327.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 #EF178D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 141 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.06 |
| HSL | 327.22º | 0.87% | 0.51% | - |
| HSV(B) | 327.22º | 0.9% | 0.94% | - |
| XYZ | 40.71 | 20.89 | 27.09 | - |
| YUV | 101.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 141 | 0 | 0.90 | 0.41 | 0.06 | 327.22 | 0.87 | 0.51 |
| Hex | EF | 17 | 8D | 0 | 5A | 29 | 6 | 147 | 57 | 33 |
| Octal | 357 | 27 | 215 | 0 | 132 | 51 | 6 | 507 | 127 | 63 |
| Binary | 11101111 | 10111 | 10001101 | 0 | 1011010 | 101001 | 110 | 101000111 | 1010111 | 110011 |
Color Harmonies of #EF178D
Complementary color
Monochromatic Colors of #EF178D
Black with #EF178D
Text Example
Text Example
White with #EF178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF178D; }
p { color: rgb(239,23,141); }
H1.HeaderClassName
{
color: #EF178D;
}
.AnyTagClassName
{
color: #EF178D;
}
</style>
background-color css
<style>
a { background-color: #EF178D; }
a { background-color: rgb(239,23,141); }
div.DivClassName
{
background-color: #EF178D;
}
.BgClassName
{
background-color: #EF178D;
}
</style>
border-color css
<style>
span { border-color: #EF178D; }
span { border-color: rgb(239,23,141); }
td.TdClassName
{
border-color: #EF178D;
}
.TagClassName
{
border-color: #EF178D;
}
</style>