Shades of Hot Pink #E564B9
Tints of Hot Pink #E564B9
RGB
CMYK
RGB Variations
Color information
#E564B9 (or 0xE564B9) is known color: Hot Pink. HEX triplet: E5, 64 and B9. RGB value is (229,100,185). Sum of RGB (Red+Green+Blue) = 229+100+185=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E564B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564B9 is #1A9B46. Grayscale: #949494. Windows color (decimal): -1743687 or 12149989. OLE color: 12149989.
HSL color Cylindrical-coordinate representation of color #E564B9: hue angle of 320.47º 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 #E564B9 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 185 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.10 |
| HSL | 320.47º | 0.71% | 0.65% | - |
| HSV(B) | 320.47º | 0.56% | 0.9% | - |
| XYZ | 45.63 | 29.28 | 49.14 | - |
| YUV | 148.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 185 | 0 | 0.56 | 0.19 | 0.10 | 320.47 | 0.71 | 0.65 |
| Hex | E5 | 64 | B9 | 0 | 38 | 13 | A | 140 | 47 | 41 |
| Octal | 345 | 144 | 271 | 0 | 70 | 23 | 12 | 500 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10111001 | 0 | 111000 | 10011 | 1010 | 101000000 | 1000111 | 1000001 |
Color Harmonies of #E564B9
Complementary color
Monochromatic Colors of #E564B9
Black with #E564B9
Text Example
Text Example
White with #E564B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564B9; }
p { color: rgb(229,100,185); }
H1.HeaderClassName
{
color: #E564B9;
}
.AnyTagClassName
{
color: #E564B9;
}
</style>
background-color css
<style>
a { background-color: #E564B9; }
a { background-color: rgb(229,100,185); }
div.DivClassName
{
background-color: #E564B9;
}
.BgClassName
{
background-color: #E564B9;
}
</style>
border-color css
<style>
span { border-color: #E564B9; }
span { border-color: rgb(229,100,185); }
td.TdClassName
{
border-color: #E564B9;
}
.TagClassName
{
border-color: #E564B9;
}
</style>