Shades of Hot Pink #E56CB4
Tints of Hot Pink #E56CB4
RGB
CMYK
RGB Variations
Color information
#E56CB4 (or 0xE56CB4) is known color: Hot Pink. HEX triplet: E5, 6C and B4. RGB value is (229,108,180). Sum of RGB (Red+Green+Blue) = 229+108+180=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CB4 is #1A934B. Grayscale: #989898. Windows color (decimal): -1741644 or 11824357. OLE color: 11824357.
HSL color Cylindrical-coordinate representation of color #E56CB4: hue angle of 324.3º 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 #E56CB4 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 180 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.10 |
| HSL | 324.3º | 0.7% | 0.66% | - |
| HSV(B) | 324.3º | 0.53% | 0.9% | - |
| XYZ | 45.91 | 30.68 | 46.68 | - |
| YUV | 152.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 180 | 0 | 0.53 | 0.21 | 0.10 | 324.3 | 0.7 | 0.66 |
| Hex | E5 | 6C | B4 | 0 | 35 | 15 | A | 144 | 46 | 42 |
| Octal | 345 | 154 | 264 | 0 | 65 | 25 | 12 | 504 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10110100 | 0 | 110101 | 10101 | 1010 | 101000100 | 1000110 | 1000010 |
Color Harmonies of #E56CB4
Complementary color
Monochromatic Colors of #E56CB4
Black with #E56CB4
Text Example
Text Example
White with #E56CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CB4; }
p { color: rgb(229,108,180); }
H1.HeaderClassName
{
color: #E56CB4;
}
.AnyTagClassName
{
color: #E56CB4;
}
</style>
background-color css
<style>
a { background-color: #E56CB4; }
a { background-color: rgb(229,108,180); }
div.DivClassName
{
background-color: #E56CB4;
}
.BgClassName
{
background-color: #E56CB4;
}
</style>
border-color css
<style>
span { border-color: #E56CB4; }
span { border-color: rgb(229,108,180); }
td.TdClassName
{
border-color: #E56CB4;
}
.TagClassName
{
border-color: #E56CB4;
}
</style>