Shades of Hot Pink #E964A8
Tints of Hot Pink #E964A8
RGB
CMYK
RGB Variations
Color information
#E964A8 (or 0xE964A8) is known color: Hot Pink. HEX triplet: E9, 64 and A8. RGB value is (233,100,168). Sum of RGB (Red+Green+Blue) = 233+100+168=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E964A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E964A8 is #169B57. Grayscale: #939393. Windows color (decimal): -1481560 or 11035881. OLE color: 11035881.
HSL color Cylindrical-coordinate representation of color #E964A8: hue angle of 329.32º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964A8 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 168 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.09 |
| HSL | 329.32º | 0.75% | 0.65% | - |
| HSV(B) | 329.32º | 0.57% | 0.91% | - |
| XYZ | 45.23 | 29.27 | 40.31 | - |
| YUV | 147.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 168 | 0 | 0.57 | 0.28 | 0.09 | 329.32 | 0.75 | 0.65 |
| Hex | E9 | 64 | A8 | 0 | 39 | 1C | 9 | 149 | 4B | 41 |
| Octal | 351 | 144 | 250 | 0 | 71 | 34 | 11 | 511 | 113 | 101 |
| Binary | 11101001 | 1100100 | 10101000 | 0 | 111001 | 11100 | 1001 | 101001001 | 1001011 | 1000001 |
Color Harmonies of #E964A8
Complementary color
Monochromatic Colors of #E964A8
Black with #E964A8
Text Example
Text Example
White with #E964A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964A8; }
p { color: rgb(233,100,168); }
H1.HeaderClassName
{
color: #E964A8;
}
.AnyTagClassName
{
color: #E964A8;
}
</style>
background-color css
<style>
a { background-color: #E964A8; }
a { background-color: rgb(233,100,168); }
div.DivClassName
{
background-color: #E964A8;
}
.BgClassName
{
background-color: #E964A8;
}
</style>
border-color css
<style>
span { border-color: #E964A8; }
span { border-color: rgb(233,100,168); }
td.TdClassName
{
border-color: #E964A8;
}
.TagClassName
{
border-color: #E964A8;
}
</style>