Shades of Hot Pink #E56CAA
Tints of Hot Pink #E56CAA
RGB
CMYK
RGB Variations
Color information
#E56CAA (or 0xE56CAA) is known color: Hot Pink. HEX triplet: E5, 6C and AA. RGB value is (229,108,170). Sum of RGB (Red+Green+Blue) = 229+108+170=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56CAA is #1A9355. Grayscale: #979797. Windows color (decimal): -1741654 or 11168997. OLE color: 11168997.
HSL color Cylindrical-coordinate representation of color #E56CAA: hue angle of 329.26º 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 #E56CAA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 170 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.10 |
| HSL | 329.26º | 0.7% | 0.66% | - |
| HSV(B) | 329.26º | 0.53% | 0.9% | - |
| XYZ | 44.93 | 30.29 | 41.51 | - |
| YUV | 151.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 170 | 0 | 0.53 | 0.26 | 0.10 | 329.26 | 0.7 | 0.66 |
| Hex | E5 | 6C | AA | 0 | 35 | 1A | A | 149 | 46 | 42 |
| Octal | 345 | 154 | 252 | 0 | 65 | 32 | 12 | 511 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10101010 | 0 | 110101 | 11010 | 1010 | 101001001 | 1000110 | 1000010 |
Color Harmonies of #E56CAA
Complementary color
Monochromatic Colors of #E56CAA
Black with #E56CAA
Text Example
Text Example
White with #E56CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CAA; }
p { color: rgb(229,108,170); }
H1.HeaderClassName
{
color: #E56CAA;
}
.AnyTagClassName
{
color: #E56CAA;
}
</style>
background-color css
<style>
a { background-color: #E56CAA; }
a { background-color: rgb(229,108,170); }
div.DivClassName
{
background-color: #E56CAA;
}
.BgClassName
{
background-color: #E56CAA;
}
</style>
border-color css
<style>
span { border-color: #E56CAA; }
span { border-color: rgb(229,108,170); }
td.TdClassName
{
border-color: #E56CAA;
}
.TagClassName
{
border-color: #E56CAA;
}
</style>