Shades of Hot Pink #E56BA9
Tints of Hot Pink #E56BA9
RGB
CMYK
RGB Variations
Color information
#E56BA9 (or 0xE56BA9) is known color: Hot Pink. HEX triplet: E5, 6B and A9. RGB value is (229,107,169). Sum of RGB (Red+Green+Blue) = 229+107+169=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BA9 is #1A9456. Grayscale: #969696. Windows color (decimal): -1741911 or 11103205. OLE color: 11103205.
HSL color Cylindrical-coordinate representation of color #E56BA9: hue angle of 329.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56BA9 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 169 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 329.51º | 0.7% | 0.66% | - |
| HSV(B) | 329.51º | 0.53% | 0.9% | - |
| XYZ | 44.73 | 30.04 | 40.98 | - |
| YUV | 150.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 169 | 0 | 0.53 | 0.26 | 0.10 | 329.51 | 0.7 | 0.66 |
| Hex | E5 | 6B | A9 | 0 | 35 | 1A | A | 14A | 46 | 42 |
| Octal | 345 | 153 | 251 | 0 | 65 | 32 | 12 | 512 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10101001 | 0 | 110101 | 11010 | 1010 | 101001010 | 1000110 | 1000010 |
Color Harmonies of #E56BA9
Complementary color
Monochromatic Colors of #E56BA9
Black with #E56BA9
Text Example
Text Example
White with #E56BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BA9; }
p { color: rgb(229,107,169); }
H1.HeaderClassName
{
color: #E56BA9;
}
.AnyTagClassName
{
color: #E56BA9;
}
</style>
background-color css
<style>
a { background-color: #E56BA9; }
a { background-color: rgb(229,107,169); }
div.DivClassName
{
background-color: #E56BA9;
}
.BgClassName
{
background-color: #E56BA9;
}
</style>
border-color css
<style>
span { border-color: #E56BA9; }
span { border-color: rgb(229,107,169); }
td.TdClassName
{
border-color: #E56BA9;
}
.TagClassName
{
border-color: #E56BA9;
}
</style>