Shades of Hot Pink #EF64B8
Tints of Hot Pink #EF64B8
RGB
CMYK
RGB Variations
Color information
#EF64B8 (or 0xEF64B8) is known color: Hot Pink. HEX triplet: EF, 64 and B8. RGB value is (239,100,184). Sum of RGB (Red+Green+Blue) = 239+100+184=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B8 is #109B47. Grayscale: #969696. Windows color (decimal): -1088328 or 12084463. OLE color: 12084463.
HSL color Cylindrical-coordinate representation of color #EF64B8: hue angle of 323.74º 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 #EF64B8 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 184 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.06 |
| HSL | 323.74º | 0.81% | 0.66% | - |
| HSV(B) | 323.74º | 0.58% | 0.94% | - |
| XYZ | 48.81 | 30.93 | 48.74 | - |
| YUV | 151.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 184 | 0 | 0.58 | 0.23 | 0.06 | 323.74 | 0.81 | 0.66 |
| Hex | EF | 64 | B8 | 0 | 3A | 17 | 6 | 144 | 51 | 42 |
| Octal | 357 | 144 | 270 | 0 | 72 | 27 | 6 | 504 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10111000 | 0 | 111010 | 10111 | 110 | 101000100 | 1010001 | 1000010 |
Color Harmonies of #EF64B8
Complementary color
Monochromatic Colors of #EF64B8
Black with #EF64B8
Text Example
Text Example
White with #EF64B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64B8; }
p { color: rgb(239,100,184); }
H1.HeaderClassName
{
color: #EF64B8;
}
.AnyTagClassName
{
color: #EF64B8;
}
</style>
background-color css
<style>
a { background-color: #EF64B8; }
a { background-color: rgb(239,100,184); }
div.DivClassName
{
background-color: #EF64B8;
}
.BgClassName
{
background-color: #EF64B8;
}
</style>
border-color css
<style>
span { border-color: #EF64B8; }
span { border-color: rgb(239,100,184); }
td.TdClassName
{
border-color: #EF64B8;
}
.TagClassName
{
border-color: #EF64B8;
}
</style>