Shades of Hot Pink #E56BAE
Tints of Hot Pink #E56BAE
RGB
CMYK
RGB Variations
Color information
#E56BAE (or 0xE56BAE) is known color: Hot Pink. HEX triplet: E5, 6B and AE. RGB value is (229,107,174). Sum of RGB (Red+Green+Blue) = 229+107+174=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BAE is #1A9451. Grayscale: #969696. Windows color (decimal): -1741906 or 11430885. OLE color: 11430885.
HSL color Cylindrical-coordinate representation of color #E56BAE: hue angle of 327.05º 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 #E56BAE is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 174 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.10 |
| HSL | 327.05º | 0.7% | 0.66% | - |
| HSV(B) | 327.05º | 0.53% | 0.9% | - |
| XYZ | 45.21 | 30.23 | 43.5 | - |
| YUV | 151.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 174 | 0 | 0.53 | 0.24 | 0.10 | 327.05 | 0.7 | 0.66 |
| Hex | E5 | 6B | AE | 0 | 35 | 18 | A | 147 | 46 | 42 |
| Octal | 345 | 153 | 256 | 0 | 65 | 30 | 12 | 507 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10101110 | 0 | 110101 | 11000 | 1010 | 101000111 | 1000110 | 1000010 |
Color Harmonies of #E56BAE
Complementary color
Monochromatic Colors of #E56BAE
Black with #E56BAE
Text Example
Text Example
White with #E56BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BAE; }
p { color: rgb(229,107,174); }
H1.HeaderClassName
{
color: #E56BAE;
}
.AnyTagClassName
{
color: #E56BAE;
}
</style>
background-color css
<style>
a { background-color: #E56BAE; }
a { background-color: rgb(229,107,174); }
div.DivClassName
{
background-color: #E56BAE;
}
.BgClassName
{
background-color: #E56BAE;
}
</style>
border-color css
<style>
span { border-color: #E56BAE; }
span { border-color: rgb(229,107,174); }
td.TdClassName
{
border-color: #E56BAE;
}
.TagClassName
{
border-color: #E56BAE;
}
</style>