Shades of Hot Pink #E56BAC
Tints of Hot Pink #E56BAC
RGB
CMYK
RGB Variations
Color information
#E56BAC (or 0xE56BAC) is known color: Hot Pink. HEX triplet: E5, 6B and AC. RGB value is (229,107,172). Sum of RGB (Red+Green+Blue) = 229+107+172=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BAC is #1A9453. Grayscale: #969696. Windows color (decimal): -1741908 or 11299813. OLE color: 11299813.
HSL color Cylindrical-coordinate representation of color #E56BAC: hue angle of 328.03º 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 #E56BAC is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 172 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.10 |
| HSL | 328.03º | 0.7% | 0.66% | - |
| HSV(B) | 328.03º | 0.53% | 0.9% | - |
| XYZ | 45.02 | 30.15 | 42.48 | - |
| YUV | 150.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 172 | 0 | 0.53 | 0.25 | 0.10 | 328.03 | 0.7 | 0.66 |
| Hex | E5 | 6B | AC | 0 | 35 | 19 | A | 148 | 46 | 42 |
| Octal | 345 | 153 | 254 | 0 | 65 | 31 | 12 | 510 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10101100 | 0 | 110101 | 11001 | 1010 | 101001000 | 1000110 | 1000010 |
Color Harmonies of #E56BAC
Complementary color
Monochromatic Colors of #E56BAC
Black with #E56BAC
Text Example
Text Example
White with #E56BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BAC; }
p { color: rgb(229,107,172); }
H1.HeaderClassName
{
color: #E56BAC;
}
.AnyTagClassName
{
color: #E56BAC;
}
</style>
background-color css
<style>
a { background-color: #E56BAC; }
a { background-color: rgb(229,107,172); }
div.DivClassName
{
background-color: #E56BAC;
}
.BgClassName
{
background-color: #E56BAC;
}
</style>
border-color css
<style>
span { border-color: #E56BAC; }
span { border-color: rgb(229,107,172); }
td.TdClassName
{
border-color: #E56BAC;
}
.TagClassName
{
border-color: #E56BAC;
}
</style>