Shades of Hot Pink #EF64B7
Tints of Hot Pink #EF64B7
RGB
CMYK
RGB Variations
Color information
#EF64B7 (or 0xEF64B7) is known color: Hot Pink. HEX triplet: EF, 64 and B7. RGB value is (239,100,183). Sum of RGB (Red+Green+Blue) = 239+100+183=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B7 is #109B48. Grayscale: #969696. Windows color (decimal): -1088329 or 12018927. OLE color: 12018927.
HSL color Cylindrical-coordinate representation of color #EF64B7: hue angle of 324.17º 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 #EF64B7 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 183 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.06 |
| HSL | 324.17º | 0.81% | 0.66% | - |
| HSV(B) | 324.17º | 0.58% | 0.94% | - |
| XYZ | 48.7 | 30.88 | 48.19 | - |
| YUV | 151.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 183 | 0 | 0.58 | 0.23 | 0.06 | 324.17 | 0.81 | 0.66 |
| Hex | EF | 64 | B7 | 0 | 3A | 17 | 6 | 144 | 51 | 42 |
| Octal | 357 | 144 | 267 | 0 | 72 | 27 | 6 | 504 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10110111 | 0 | 111010 | 10111 | 110 | 101000100 | 1010001 | 1000010 |
Color Harmonies of #EF64B7
Complementary color
Monochromatic Colors of #EF64B7
Black with #EF64B7
Text Example
Text Example
White with #EF64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64B7; }
p { color: rgb(239,100,183); }
H1.HeaderClassName
{
color: #EF64B7;
}
.AnyTagClassName
{
color: #EF64B7;
}
</style>
background-color css
<style>
a { background-color: #EF64B7; }
a { background-color: rgb(239,100,183); }
div.DivClassName
{
background-color: #EF64B7;
}
.BgClassName
{
background-color: #EF64B7;
}
</style>
border-color css
<style>
span { border-color: #EF64B7; }
span { border-color: rgb(239,100,183); }
td.TdClassName
{
border-color: #EF64B7;
}
.TagClassName
{
border-color: #EF64B7;
}
</style>