Shades of Hot Pink #E564B8
Tints of Hot Pink #E564B8
RGB
CMYK
RGB Variations
Color information
#E564B8 (or 0xE564B8) is known color: Hot Pink. HEX triplet: E5, 64 and B8. RGB value is (229,100,184). Sum of RGB (Red+Green+Blue) = 229+100+184=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E564B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564B8 is #1A9B47. Grayscale: #939393. Windows color (decimal): -1743688 or 12084453. OLE color: 12084453.
HSL color Cylindrical-coordinate representation of color #E564B8: hue angle of 320.93º 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 #E564B8 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 184 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.10 |
| HSL | 320.93º | 0.71% | 0.65% | - |
| HSV(B) | 320.93º | 0.56% | 0.9% | - |
| XYZ | 45.52 | 29.23 | 48.59 | - |
| YUV | 148.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 184 | 0 | 0.56 | 0.20 | 0.10 | 320.93 | 0.71 | 0.65 |
| Hex | E5 | 64 | B8 | 0 | 38 | 14 | A | 141 | 47 | 41 |
| Octal | 345 | 144 | 270 | 0 | 70 | 24 | 12 | 501 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10111000 | 0 | 111000 | 10100 | 1010 | 101000001 | 1000111 | 1000001 |
Color Harmonies of #E564B8
Complementary color
Monochromatic Colors of #E564B8
Black with #E564B8
Text Example
Text Example
White with #E564B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564B8; }
p { color: rgb(229,100,184); }
H1.HeaderClassName
{
color: #E564B8;
}
.AnyTagClassName
{
color: #E564B8;
}
</style>
background-color css
<style>
a { background-color: #E564B8; }
a { background-color: rgb(229,100,184); }
div.DivClassName
{
background-color: #E564B8;
}
.BgClassName
{
background-color: #E564B8;
}
</style>
border-color css
<style>
span { border-color: #E564B8; }
span { border-color: rgb(229,100,184); }
td.TdClassName
{
border-color: #E564B8;
}
.TagClassName
{
border-color: #E564B8;
}
</style>