Shades of Hot Pink #E56DAF
Tints of Hot Pink #E56DAF
RGB
CMYK
RGB Variations
Color information
#E56DAF (or 0xE56DAF) is known color: Hot Pink. HEX triplet: E5, 6D and AF. RGB value is (229,109,175). Sum of RGB (Red+Green+Blue) = 229+109+175=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DAF is #1A9250. Grayscale: #989898. Windows color (decimal): -1741393 or 11496933. OLE color: 11496933.
HSL color Cylindrical-coordinate representation of color #E56DAF: hue angle of 327º 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 #E56DAF is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 175 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.10 |
| HSL | 327º | 0.7% | 0.66% | - |
| HSV(B) | 327º | 0.52% | 0.9% | - |
| XYZ | 45.52 | 30.69 | 44.08 | - |
| YUV | 152.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 175 | 0 | 0.52 | 0.24 | 0.10 | 327 | 0.7 | 0.66 |
| Hex | E5 | 6D | AF | 0 | 34 | 18 | A | 147 | 46 | 42 |
| Octal | 345 | 155 | 257 | 0 | 64 | 30 | 12 | 507 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10101111 | 0 | 110100 | 11000 | 1010 | 101000111 | 1000110 | 1000010 |
Color Harmonies of #E56DAF
Complementary color
Monochromatic Colors of #E56DAF
Black with #E56DAF
Text Example
Text Example
White with #E56DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DAF; }
p { color: rgb(229,109,175); }
H1.HeaderClassName
{
color: #E56DAF;
}
.AnyTagClassName
{
color: #E56DAF;
}
</style>
background-color css
<style>
a { background-color: #E56DAF; }
a { background-color: rgb(229,109,175); }
div.DivClassName
{
background-color: #E56DAF;
}
.BgClassName
{
background-color: #E56DAF;
}
</style>
border-color css
<style>
span { border-color: #E56DAF; }
span { border-color: rgb(229,109,175); }
td.TdClassName
{
border-color: #E56DAF;
}
.TagClassName
{
border-color: #E56DAF;
}
</style>