Shades of Hot Pink #E864A7
Tints of Hot Pink #E864A7
RGB
CMYK
RGB Variations
Color information
#E864A7 (or 0xE864A7) is known color: Hot Pink. HEX triplet: E8, 64 and A7. RGB value is (232,100,167). Sum of RGB (Red+Green+Blue) = 232+100+167=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E864A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E864A7 is #179B58. Grayscale: #929292. Windows color (decimal): -1547097 or 10970344. OLE color: 10970344.
HSL color Cylindrical-coordinate representation of color #E864A7: hue angle of 329.55º degrees, saturation: 0.74, 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 #E864A7 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 167 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.09 |
| HSL | 329.55º | 0.74% | 0.65% | - |
| HSV(B) | 329.55º | 0.57% | 0.91% | - |
| XYZ | 44.81 | 29.06 | 39.81 | - |
| YUV | 147.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 167 | 0 | 0.57 | 0.28 | 0.09 | 329.55 | 0.74 | 0.65 |
| Hex | E8 | 64 | A7 | 0 | 39 | 1C | 9 | 14A | 4A | 41 |
| Octal | 350 | 144 | 247 | 0 | 71 | 34 | 11 | 512 | 112 | 101 |
| Binary | 11101000 | 1100100 | 10100111 | 0 | 111001 | 11100 | 1001 | 101001010 | 1001010 | 1000001 |
Color Harmonies of #E864A7
Complementary color
Monochromatic Colors of #E864A7
Black with #E864A7
Text Example
Text Example
White with #E864A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864A7; }
p { color: rgb(232,100,167); }
H1.HeaderClassName
{
color: #E864A7;
}
.AnyTagClassName
{
color: #E864A7;
}
</style>
background-color css
<style>
a { background-color: #E864A7; }
a { background-color: rgb(232,100,167); }
div.DivClassName
{
background-color: #E864A7;
}
.BgClassName
{
background-color: #E864A7;
}
</style>
border-color css
<style>
span { border-color: #E864A7; }
span { border-color: rgb(232,100,167); }
td.TdClassName
{
border-color: #E864A7;
}
.TagClassName
{
border-color: #E864A7;
}
</style>