Shades of Hot Pink #EF64AF
Tints of Hot Pink #EF64AF
RGB
CMYK
RGB Variations
Color information
#EF64AF (or 0xEF64AF) is known color: Hot Pink. HEX triplet: EF, 64 and AF. RGB value is (239,100,175). Sum of RGB (Red+Green+Blue) = 239+100+175=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AF is #109B50. Grayscale: #959595. Windows color (decimal): -1088337 or 11494639. OLE color: 11494639.
HSL color Cylindrical-coordinate representation of color #EF64AF: hue angle of 327.63º 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 #EF64AF is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 175 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.06 |
| HSL | 327.63º | 0.81% | 0.66% | - |
| HSV(B) | 327.63º | 0.58% | 0.94% | - |
| XYZ | 47.89 | 30.56 | 43.93 | - |
| YUV | 150.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 175 | 0 | 0.58 | 0.27 | 0.06 | 327.63 | 0.81 | 0.66 |
| Hex | EF | 64 | AF | 0 | 3A | 1B | 6 | 148 | 51 | 42 |
| Octal | 357 | 144 | 257 | 0 | 72 | 33 | 6 | 510 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10101111 | 0 | 111010 | 11011 | 110 | 101001000 | 1010001 | 1000010 |
Color Harmonies of #EF64AF
Complementary color
Monochromatic Colors of #EF64AF
Black with #EF64AF
Text Example
Text Example
White with #EF64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64AF; }
p { color: rgb(239,100,175); }
H1.HeaderClassName
{
color: #EF64AF;
}
.AnyTagClassName
{
color: #EF64AF;
}
</style>
background-color css
<style>
a { background-color: #EF64AF; }
a { background-color: rgb(239,100,175); }
div.DivClassName
{
background-color: #EF64AF;
}
.BgClassName
{
background-color: #EF64AF;
}
</style>
border-color css
<style>
span { border-color: #EF64AF; }
span { border-color: rgb(239,100,175); }
td.TdClassName
{
border-color: #EF64AF;
}
.TagClassName
{
border-color: #EF64AF;
}
</style>