Shades of Hot Pink #EF60AD
Tints of Hot Pink #EF60AD
RGB
CMYK
RGB Variations
Color information
#EF60AD (or 0xEF60AD) is known color: Hot Pink. HEX triplet: EF, 60 and AD. RGB value is (239,96,173). Sum of RGB (Red+Green+Blue) = 239+96+173=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60AD is #109F52. Grayscale: #939393. Windows color (decimal): -1089363 or 11362543. OLE color: 11362543.
HSL color Cylindrical-coordinate representation of color #EF60AD: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60AD is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 173 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.06 |
| HSL | 327.69º | 0.82% | 0.66% | - |
| HSV(B) | 327.69º | 0.6% | 0.94% | - |
| XYZ | 47.32 | 29.73 | 42.78 | - |
| YUV | 147.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 173 | 0 | 0.60 | 0.28 | 0.06 | 327.69 | 0.82 | 0.66 |
| Hex | EF | 60 | AD | 0 | 3C | 1C | 6 | 148 | 52 | 42 |
| Octal | 357 | 140 | 255 | 0 | 74 | 34 | 6 | 510 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10101101 | 0 | 111100 | 11100 | 110 | 101001000 | 1010010 | 1000010 |
Color Harmonies of #EF60AD
Complementary color
Monochromatic Colors of #EF60AD
Black with #EF60AD
Text Example
Text Example
White with #EF60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60AD; }
p { color: rgb(239,96,173); }
H1.HeaderClassName
{
color: #EF60AD;
}
.AnyTagClassName
{
color: #EF60AD;
}
</style>
background-color css
<style>
a { background-color: #EF60AD; }
a { background-color: rgb(239,96,173); }
div.DivClassName
{
background-color: #EF60AD;
}
.BgClassName
{
background-color: #EF60AD;
}
</style>
border-color css
<style>
span { border-color: #EF60AD; }
span { border-color: rgb(239,96,173); }
td.TdClassName
{
border-color: #EF60AD;
}
.TagClassName
{
border-color: #EF60AD;
}
</style>