Shades of Hot Pink #EF64AB
Tints of Hot Pink #EF64AB
RGB
CMYK
RGB Variations
Color information
#EF64AB (or 0xEF64AB) is known color: Hot Pink. HEX triplet: EF, 64 and AB. RGB value is (239,100,171). Sum of RGB (Red+Green+Blue) = 239+100+171=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AB is #109B54. Grayscale: #959595. Windows color (decimal): -1088341 or 11232495. OLE color: 11232495.
HSL color Cylindrical-coordinate representation of color #EF64AB: hue angle of 329.35º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64AB is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 171 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 329.35º | 0.81% | 0.66% | - |
| HSV(B) | 329.35º | 0.58% | 0.94% | - |
| XYZ | 47.5 | 30.41 | 41.89 | - |
| YUV | 149.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 171 | 0 | 0.58 | 0.28 | 0.06 | 329.35 | 0.81 | 0.66 |
| Hex | EF | 64 | AB | 0 | 3A | 1C | 6 | 149 | 51 | 42 |
| Octal | 357 | 144 | 253 | 0 | 72 | 34 | 6 | 511 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10101011 | 0 | 111010 | 11100 | 110 | 101001001 | 1010001 | 1000010 |
Color Harmonies of #EF64AB
Complementary color
Monochromatic Colors of #EF64AB
Black with #EF64AB
Text Example
Text Example
White with #EF64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64AB; }
p { color: rgb(239,100,171); }
H1.HeaderClassName
{
color: #EF64AB;
}
.AnyTagClassName
{
color: #EF64AB;
}
</style>
background-color css
<style>
a { background-color: #EF64AB; }
a { background-color: rgb(239,100,171); }
div.DivClassName
{
background-color: #EF64AB;
}
.BgClassName
{
background-color: #EF64AB;
}
</style>
border-color css
<style>
span { border-color: #EF64AB; }
span { border-color: rgb(239,100,171); }
td.TdClassName
{
border-color: #EF64AB;
}
.TagClassName
{
border-color: #EF64AB;
}
</style>