Shades of Hot Pink #E56DAB
Tints of Hot Pink #E56DAB
RGB
CMYK
RGB Variations
Color information
#E56DAB (or 0xE56DAB) is known color: Hot Pink. HEX triplet: E5, 6D and AB. RGB value is (229,109,171). Sum of RGB (Red+Green+Blue) = 229+109+171=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DAB is #1A9254. Grayscale: #979797. Windows color (decimal): -1741397 or 11234789. OLE color: 11234789.
HSL color Cylindrical-coordinate representation of color #E56DAB: hue angle of 329º 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 #E56DAB is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 171 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.10 |
| HSL | 329º | 0.7% | 0.66% | - |
| HSV(B) | 329º | 0.52% | 0.9% | - |
| XYZ | 45.13 | 30.54 | 42.04 | - |
| YUV | 151.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 171 | 0 | 0.52 | 0.25 | 0.10 | 329 | 0.7 | 0.66 |
| Hex | E5 | 6D | AB | 0 | 34 | 19 | A | 149 | 46 | 42 |
| Octal | 345 | 155 | 253 | 0 | 64 | 31 | 12 | 511 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10101011 | 0 | 110100 | 11001 | 1010 | 101001001 | 1000110 | 1000010 |
Color Harmonies of #E56DAB
Complementary color
Monochromatic Colors of #E56DAB
Black with #E56DAB
Text Example
Text Example
White with #E56DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DAB; }
p { color: rgb(229,109,171); }
H1.HeaderClassName
{
color: #E56DAB;
}
.AnyTagClassName
{
color: #E56DAB;
}
</style>
background-color css
<style>
a { background-color: #E56DAB; }
a { background-color: rgb(229,109,171); }
div.DivClassName
{
background-color: #E56DAB;
}
.BgClassName
{
background-color: #E56DAB;
}
</style>
border-color css
<style>
span { border-color: #E56DAB; }
span { border-color: rgb(229,109,171); }
td.TdClassName
{
border-color: #E56DAB;
}
.TagClassName
{
border-color: #E56DAB;
}
</style>