Shades of Hot Pink #E564AD
Tints of Hot Pink #E564AD
RGB
CMYK
RGB Variations
Color information
#E564AD (or 0xE564AD) is known color: Hot Pink. HEX triplet: E5, 64 and AD. RGB value is (229,100,173). Sum of RGB (Red+Green+Blue) = 229+100+173=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E564AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E564AD is #1A9B52. Grayscale: #929292. Windows color (decimal): -1743699 or 11363557. OLE color: 11363557.
HSL color Cylindrical-coordinate representation of color #E564AD: hue angle of 326.05º 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 #E564AD is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 173 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.10 |
| HSL | 326.05º | 0.71% | 0.65% | - |
| HSV(B) | 326.05º | 0.56% | 0.9% | - |
| XYZ | 44.41 | 28.79 | 42.75 | - |
| YUV | 146.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 173 | 0 | 0.56 | 0.24 | 0.10 | 326.05 | 0.71 | 0.65 |
| Hex | E5 | 64 | AD | 0 | 38 | 18 | A | 146 | 47 | 41 |
| Octal | 345 | 144 | 255 | 0 | 70 | 30 | 12 | 506 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10101101 | 0 | 111000 | 11000 | 1010 | 101000110 | 1000111 | 1000001 |
Color Harmonies of #E564AD
Complementary color
Monochromatic Colors of #E564AD
Black with #E564AD
Text Example
Text Example
White with #E564AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564AD; }
p { color: rgb(229,100,173); }
H1.HeaderClassName
{
color: #E564AD;
}
.AnyTagClassName
{
color: #E564AD;
}
</style>
background-color css
<style>
a { background-color: #E564AD; }
a { background-color: rgb(229,100,173); }
div.DivClassName
{
background-color: #E564AD;
}
.BgClassName
{
background-color: #E564AD;
}
</style>
border-color css
<style>
span { border-color: #E564AD; }
span { border-color: rgb(229,100,173); }
td.TdClassName
{
border-color: #E564AD;
}
.TagClassName
{
border-color: #E564AD;
}
</style>