Shades of Hot Pink #E564B6
Tints of Hot Pink #E564B6
RGB
CMYK
RGB Variations
Color information
#E564B6 (or 0xE564B6) is known color: Hot Pink. HEX triplet: E5, 64 and B6. RGB value is (229,100,182). Sum of RGB (Red+Green+Blue) = 229+100+182=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E564B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564B6 is #1A9B49. Grayscale: #939393. Windows color (decimal): -1743690 or 11953381. OLE color: 11953381.
HSL color Cylindrical-coordinate representation of color #E564B6: hue angle of 321.86º 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 #E564B6 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 182 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.10 |
| HSL | 321.86º | 0.71% | 0.65% | - |
| HSV(B) | 321.86º | 0.56% | 0.9% | - |
| XYZ | 45.31 | 29.15 | 47.49 | - |
| YUV | 147.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 182 | 0 | 0.56 | 0.21 | 0.10 | 321.86 | 0.71 | 0.65 |
| Hex | E5 | 64 | B6 | 0 | 38 | 15 | A | 142 | 47 | 41 |
| Octal | 345 | 144 | 266 | 0 | 70 | 25 | 12 | 502 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10110110 | 0 | 111000 | 10101 | 1010 | 101000010 | 1000111 | 1000001 |
Color Harmonies of #E564B6
Complementary color
Monochromatic Colors of #E564B6
Black with #E564B6
Text Example
Text Example
White with #E564B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564B6; }
p { color: rgb(229,100,182); }
H1.HeaderClassName
{
color: #E564B6;
}
.AnyTagClassName
{
color: #E564B6;
}
</style>
background-color css
<style>
a { background-color: #E564B6; }
a { background-color: rgb(229,100,182); }
div.DivClassName
{
background-color: #E564B6;
}
.BgClassName
{
background-color: #E564B6;
}
</style>
border-color css
<style>
span { border-color: #E564B6; }
span { border-color: rgb(229,100,182); }
td.TdClassName
{
border-color: #E564B6;
}
.TagClassName
{
border-color: #E564B6;
}
</style>