Shades of Hot Pink #EF64B0
Tints of Hot Pink #EF64B0
RGB
CMYK
RGB Variations
Color information
#EF64B0 (or 0xEF64B0) is known color: Hot Pink. HEX triplet: EF, 64 and B0. RGB value is (239,100,176). Sum of RGB (Red+Green+Blue) = 239+100+176=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64B0 is #109B4F. Grayscale: #969696. Windows color (decimal): -1088336 or 11560175. OLE color: 11560175.
HSL color Cylindrical-coordinate representation of color #EF64B0: hue angle of 327.19º 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 #EF64B0 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 176 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.06 |
| HSL | 327.19º | 0.81% | 0.66% | - |
| HSV(B) | 327.19º | 0.58% | 0.94% | - |
| XYZ | 47.99 | 30.6 | 44.45 | - |
| YUV | 150.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 176 | 0 | 0.58 | 0.26 | 0.06 | 327.19 | 0.81 | 0.66 |
| Hex | EF | 64 | B0 | 0 | 3A | 1A | 6 | 147 | 51 | 42 |
| Octal | 357 | 144 | 260 | 0 | 72 | 32 | 6 | 507 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10110000 | 0 | 111010 | 11010 | 110 | 101000111 | 1010001 | 1000010 |
Color Harmonies of #EF64B0
Complementary color
Monochromatic Colors of #EF64B0
Black with #EF64B0
Text Example
Text Example
White with #EF64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64B0; }
p { color: rgb(239,100,176); }
H1.HeaderClassName
{
color: #EF64B0;
}
.AnyTagClassName
{
color: #EF64B0;
}
</style>
background-color css
<style>
a { background-color: #EF64B0; }
a { background-color: rgb(239,100,176); }
div.DivClassName
{
background-color: #EF64B0;
}
.BgClassName
{
background-color: #EF64B0;
}
</style>
border-color css
<style>
span { border-color: #EF64B0; }
span { border-color: rgb(239,100,176); }
td.TdClassName
{
border-color: #EF64B0;
}
.TagClassName
{
border-color: #EF64B0;
}
</style>