Shades of Hot Pink #E564B3
Tints of Hot Pink #E564B3
RGB
CMYK
RGB Variations
Color information
#E564B3 (or 0xE564B3) is known color: Hot Pink. HEX triplet: E5, 64 and B3. RGB value is (229,100,179). Sum of RGB (Red+Green+Blue) = 229+100+179=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E564B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564B3 is #1A9B4C. Grayscale: #939393. Windows color (decimal): -1743693 or 11756773. OLE color: 11756773.
HSL color Cylindrical-coordinate representation of color #E564B3: hue angle of 323.26º 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 #E564B3 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 179 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.10 |
| HSL | 323.26º | 0.71% | 0.65% | - |
| HSV(B) | 323.26º | 0.56% | 0.9% | - |
| XYZ | 45.01 | 29.03 | 45.88 | - |
| YUV | 147.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 179 | 0 | 0.56 | 0.22 | 0.10 | 323.26 | 0.71 | 0.65 |
| Hex | E5 | 64 | B3 | 0 | 38 | 16 | A | 143 | 47 | 41 |
| Octal | 345 | 144 | 263 | 0 | 70 | 26 | 12 | 503 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10110011 | 0 | 111000 | 10110 | 1010 | 101000011 | 1000111 | 1000001 |
Color Harmonies of #E564B3
Complementary color
Monochromatic Colors of #E564B3
Black with #E564B3
Text Example
Text Example
White with #E564B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564B3; }
p { color: rgb(229,100,179); }
H1.HeaderClassName
{
color: #E564B3;
}
.AnyTagClassName
{
color: #E564B3;
}
</style>
background-color css
<style>
a { background-color: #E564B3; }
a { background-color: rgb(229,100,179); }
div.DivClassName
{
background-color: #E564B3;
}
.BgClassName
{
background-color: #E564B3;
}
</style>
border-color css
<style>
span { border-color: #E564B3; }
span { border-color: rgb(229,100,179); }
td.TdClassName
{
border-color: #E564B3;
}
.TagClassName
{
border-color: #E564B3;
}
</style>