Shades of Hot Pink #EF64B9
Tints of Hot Pink #EF64B9
RGB
CMYK
RGB Variations
Color information
#EF64B9 (or 0xEF64B9) is known color: Hot Pink. HEX triplet: EF, 64 and B9. RGB value is (239,100,185). Sum of RGB (Red+Green+Blue) = 239+100+185=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B9 is #109B46. Grayscale: #979797. Windows color (decimal): -1088327 or 12149999. OLE color: 12149999.
HSL color Cylindrical-coordinate representation of color #EF64B9: hue angle of 323.31º 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 #EF64B9 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 185 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.06 |
| HSL | 323.31º | 0.81% | 0.66% | - |
| HSV(B) | 323.31º | 0.58% | 0.94% | - |
| XYZ | 48.91 | 30.97 | 49.3 | - |
| YUV | 151.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 185 | 0 | 0.58 | 0.23 | 0.06 | 323.31 | 0.81 | 0.66 |
| Hex | EF | 64 | B9 | 0 | 3A | 17 | 6 | 143 | 51 | 42 |
| Octal | 357 | 144 | 271 | 0 | 72 | 27 | 6 | 503 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10111001 | 0 | 111010 | 10111 | 110 | 101000011 | 1010001 | 1000010 |
Color Harmonies of #EF64B9
Complementary color
Monochromatic Colors of #EF64B9
Black with #EF64B9
Text Example
Text Example
White with #EF64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64B9; }
p { color: rgb(239,100,185); }
H1.HeaderClassName
{
color: #EF64B9;
}
.AnyTagClassName
{
color: #EF64B9;
}
</style>
background-color css
<style>
a { background-color: #EF64B9; }
a { background-color: rgb(239,100,185); }
div.DivClassName
{
background-color: #EF64B9;
}
.BgClassName
{
background-color: #EF64B9;
}
</style>
border-color css
<style>
span { border-color: #EF64B9; }
span { border-color: rgb(239,100,185); }
td.TdClassName
{
border-color: #EF64B9;
}
.TagClassName
{
border-color: #EF64B9;
}
</style>