Shades of Hot Pink #E564A8
Tints of Hot Pink #E564A8
RGB
CMYK
RGB Variations
Color information
#E564A8 (or 0xE564A8) is known color: Hot Pink. HEX triplet: E5, 64 and A8. RGB value is (229,100,168). Sum of RGB (Red+Green+Blue) = 229+100+168=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E564A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E564A8 is #1A9B57. Grayscale: #929292. Windows color (decimal): -1743704 or 11035877. OLE color: 11035877.
HSL color Cylindrical-coordinate representation of color #E564A8: hue angle of 328.37º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E564A8 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 168 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.10 |
| HSL | 328.37º | 0.71% | 0.65% | - |
| HSV(B) | 328.37º | 0.56% | 0.9% | - |
| XYZ | 43.94 | 28.6 | 40.25 | - |
| YUV | 146.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 168 | 0 | 0.56 | 0.27 | 0.10 | 328.37 | 0.71 | 0.65 |
| Hex | E5 | 64 | A8 | 0 | 38 | 1B | A | 148 | 47 | 41 |
| Octal | 345 | 144 | 250 | 0 | 70 | 33 | 12 | 510 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10101000 | 0 | 111000 | 11011 | 1010 | 101001000 | 1000111 | 1000001 |
Color Harmonies of #E564A8
Complementary color
Monochromatic Colors of #E564A8
Black with #E564A8
Text Example
Text Example
White with #E564A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564A8; }
p { color: rgb(229,100,168); }
H1.HeaderClassName
{
color: #E564A8;
}
.AnyTagClassName
{
color: #E564A8;
}
</style>
background-color css
<style>
a { background-color: #E564A8; }
a { background-color: rgb(229,100,168); }
div.DivClassName
{
background-color: #E564A8;
}
.BgClassName
{
background-color: #E564A8;
}
</style>
border-color css
<style>
span { border-color: #E564A8; }
span { border-color: rgb(229,100,168); }
td.TdClassName
{
border-color: #E564A8;
}
.TagClassName
{
border-color: #E564A8;
}
</style>