Shades of Hot Pink #E56EB1
Tints of Hot Pink #E56EB1
RGB
CMYK
RGB Variations
Color information
#E56EB1 (or 0xE56EB1) is known color: Hot Pink. HEX triplet: E5, 6E and B1. RGB value is (229,110,177). Sum of RGB (Red+Green+Blue) = 229+110+177=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56EB1 is #1A914E. Grayscale: #999999. Windows color (decimal): -1741135 or 11628261. OLE color: 11628261.
HSL color Cylindrical-coordinate representation of color #E56EB1: hue angle of 326.22º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56EB1 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 177 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.10 |
| HSL | 326.22º | 0.7% | 0.66% | - |
| HSV(B) | 326.22º | 0.52% | 0.9% | - |
| XYZ | 45.82 | 30.98 | 45.16 | - |
| YUV | 153.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 177 | 0 | 0.52 | 0.23 | 0.10 | 326.22 | 0.7 | 0.66 |
| Hex | E5 | 6E | B1 | 0 | 34 | 17 | A | 146 | 46 | 42 |
| Octal | 345 | 156 | 261 | 0 | 64 | 27 | 12 | 506 | 106 | 102 |
| Binary | 11100101 | 1101110 | 10110001 | 0 | 110100 | 10111 | 1010 | 101000110 | 1000110 | 1000010 |
Color Harmonies of #E56EB1
Complementary color
Monochromatic Colors of #E56EB1
Black with #E56EB1
Text Example
Text Example
White with #E56EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56EB1; }
p { color: rgb(229,110,177); }
H1.HeaderClassName
{
color: #E56EB1;
}
.AnyTagClassName
{
color: #E56EB1;
}
</style>
background-color css
<style>
a { background-color: #E56EB1; }
a { background-color: rgb(229,110,177); }
div.DivClassName
{
background-color: #E56EB1;
}
.BgClassName
{
background-color: #E56EB1;
}
</style>
border-color css
<style>
span { border-color: #E56EB1; }
span { border-color: rgb(229,110,177); }
td.TdClassName
{
border-color: #E56EB1;
}
.TagClassName
{
border-color: #E56EB1;
}
</style>