Shades of Hot Pink #EF64AD
Tints of Hot Pink #EF64AD
RGB
CMYK
RGB Variations
Color information
#EF64AD (or 0xEF64AD) is known color: Hot Pink. HEX triplet: EF, 64 and AD. RGB value is (239,100,173). Sum of RGB (Red+Green+Blue) = 239+100+173=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AD is #109B52. Grayscale: #959595. Windows color (decimal): -1088339 or 11363567. OLE color: 11363567.
HSL color Cylindrical-coordinate representation of color #EF64AD: hue angle of 328.49º 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 #EF64AD is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 173 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.06 |
| HSL | 328.49º | 0.81% | 0.66% | - |
| HSV(B) | 328.49º | 0.58% | 0.94% | - |
| XYZ | 47.7 | 30.48 | 42.9 | - |
| YUV | 149.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 173 | 0 | 0.58 | 0.28 | 0.06 | 328.49 | 0.81 | 0.66 |
| Hex | EF | 64 | AD | 0 | 3A | 1C | 6 | 148 | 51 | 42 |
| Octal | 357 | 144 | 255 | 0 | 72 | 34 | 6 | 510 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10101101 | 0 | 111010 | 11100 | 110 | 101001000 | 1010001 | 1000010 |
Color Harmonies of #EF64AD
Complementary color
Monochromatic Colors of #EF64AD
Black with #EF64AD
Text Example
Text Example
White with #EF64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64AD; }
p { color: rgb(239,100,173); }
H1.HeaderClassName
{
color: #EF64AD;
}
.AnyTagClassName
{
color: #EF64AD;
}
</style>
background-color css
<style>
a { background-color: #EF64AD; }
a { background-color: rgb(239,100,173); }
div.DivClassName
{
background-color: #EF64AD;
}
.BgClassName
{
background-color: #EF64AD;
}
</style>
border-color css
<style>
span { border-color: #EF64AD; }
span { border-color: rgb(239,100,173); }
td.TdClassName
{
border-color: #EF64AD;
}
.TagClassName
{
border-color: #EF64AD;
}
</style>