Shades of Hot Pink #EF64AA
Tints of Hot Pink #EF64AA
RGB
CMYK
RGB Variations
Color information
#EF64AA (or 0xEF64AA) is known color: Hot Pink. HEX triplet: EF, 64 and AA. RGB value is (239,100,170). Sum of RGB (Red+Green+Blue) = 239+100+170=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AA is #109B55. Grayscale: #959595. Windows color (decimal): -1088342 or 11166959. OLE color: 11166959.
HSL color Cylindrical-coordinate representation of color #EF64AA: hue angle of 329.78º 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 #EF64AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 170 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.06 |
| HSL | 329.78º | 0.81% | 0.66% | - |
| HSV(B) | 329.78º | 0.58% | 0.94% | - |
| XYZ | 47.41 | 30.37 | 41.39 | - |
| YUV | 149.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 170 | 0 | 0.58 | 0.29 | 0.06 | 329.78 | 0.81 | 0.66 |
| Hex | EF | 64 | AA | 0 | 3A | 1D | 6 | 14A | 51 | 42 |
| Octal | 357 | 144 | 252 | 0 | 72 | 35 | 6 | 512 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10101010 | 0 | 111010 | 11101 | 110 | 101001010 | 1010001 | 1000010 |
Color Harmonies of #EF64AA
Complementary color
Monochromatic Colors of #EF64AA
Black with #EF64AA
Text Example
Text Example
White with #EF64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64AA; }
p { color: rgb(239,100,170); }
H1.HeaderClassName
{
color: #EF64AA;
}
.AnyTagClassName
{
color: #EF64AA;
}
</style>
background-color css
<style>
a { background-color: #EF64AA; }
a { background-color: rgb(239,100,170); }
div.DivClassName
{
background-color: #EF64AA;
}
.BgClassName
{
background-color: #EF64AA;
}
</style>
border-color css
<style>
span { border-color: #EF64AA; }
span { border-color: rgb(239,100,170); }
td.TdClassName
{
border-color: #EF64AA;
}
.TagClassName
{
border-color: #EF64AA;
}
</style>