Shades of Hot Pink #E565A8
Tints of Hot Pink #E565A8
RGB
CMYK
RGB Variations
Color information
#E565A8 (or 0xE565A8) is known color: Hot Pink. HEX triplet: E5, 65 and A8. RGB value is (229,101,168). Sum of RGB (Red+Green+Blue) = 229+101+168=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E565A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E565A8 is #1A9A57. Grayscale: #929292. Windows color (decimal): -1743448 or 11036133. OLE color: 11036133.
HSL color Cylindrical-coordinate representation of color #E565A8: hue angle of 328.59º 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 #E565A8 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 168 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.10 |
| HSL | 328.59º | 0.71% | 0.65% | - |
| HSV(B) | 328.59º | 0.56% | 0.9% | - |
| XYZ | 44.03 | 28.79 | 40.28 | - |
| YUV | 146.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 168 | 0 | 0.56 | 0.27 | 0.10 | 328.59 | 0.71 | 0.65 |
| Hex | E5 | 65 | A8 | 0 | 38 | 1B | A | 149 | 47 | 41 |
| Octal | 345 | 145 | 250 | 0 | 70 | 33 | 12 | 511 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10101000 | 0 | 111000 | 11011 | 1010 | 101001001 | 1000111 | 1000001 |
Color Harmonies of #E565A8
Complementary color
Monochromatic Colors of #E565A8
Black with #E565A8
Text Example
Text Example
White with #E565A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565A8; }
p { color: rgb(229,101,168); }
H1.HeaderClassName
{
color: #E565A8;
}
.AnyTagClassName
{
color: #E565A8;
}
</style>
background-color css
<style>
a { background-color: #E565A8; }
a { background-color: rgb(229,101,168); }
div.DivClassName
{
background-color: #E565A8;
}
.BgClassName
{
background-color: #E565A8;
}
</style>
border-color css
<style>
span { border-color: #E565A8; }
span { border-color: rgb(229,101,168); }
td.TdClassName
{
border-color: #E565A8;
}
.TagClassName
{
border-color: #E565A8;
}
</style>