Shades of Hot Pink #E56FAE
Tints of Hot Pink #E56FAE
RGB
CMYK
RGB Variations
Color information
#E56FAE (or 0xE56FAE) is known color: Hot Pink. HEX triplet: E5, 6F and AE. RGB value is (229,111,174). Sum of RGB (Red+Green+Blue) = 229+111+174=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56FAE is #1A9051. Grayscale: #999999. Windows color (decimal): -1740882 or 11431909. OLE color: 11431909.
HSL color Cylindrical-coordinate representation of color #E56FAE: hue angle of 327.97º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FAE is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 174 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.10 |
| HSL | 327.97º | 0.69% | 0.67% | - |
| HSV(B) | 327.97º | 0.52% | 0.9% | - |
| XYZ | 45.64 | 31.08 | 43.64 | - |
| YUV | 153.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 174 | 0 | 0.52 | 0.24 | 0.10 | 327.97 | 0.69 | 0.67 |
| Hex | E5 | 6F | AE | 0 | 34 | 18 | A | 148 | 45 | 43 |
| Octal | 345 | 157 | 256 | 0 | 64 | 30 | 12 | 510 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10101110 | 0 | 110100 | 11000 | 1010 | 101001000 | 1000101 | 1000011 |
Color Harmonies of #E56FAE
Complementary color
Monochromatic Colors of #E56FAE
Black with #E56FAE
Text Example
Text Example
White with #E56FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FAE; }
p { color: rgb(229,111,174); }
H1.HeaderClassName
{
color: #E56FAE;
}
.AnyTagClassName
{
color: #E56FAE;
}
</style>
background-color css
<style>
a { background-color: #E56FAE; }
a { background-color: rgb(229,111,174); }
div.DivClassName
{
background-color: #E56FAE;
}
.BgClassName
{
background-color: #E56FAE;
}
</style>
border-color css
<style>
span { border-color: #E56FAE; }
span { border-color: rgb(229,111,174); }
td.TdClassName
{
border-color: #E56FAE;
}
.TagClassName
{
border-color: #E56FAE;
}
</style>