Shades of Hot Pink #E56CB5
Tints of Hot Pink #E56CB5
RGB
CMYK
RGB Variations
Color information
#E56CB5 (or 0xE56CB5) is known color: Hot Pink. HEX triplet: E5, 6C and B5. RGB value is (229,108,181). Sum of RGB (Red+Green+Blue) = 229+108+181=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CB5 is #1A934A. Grayscale: #989898. Windows color (decimal): -1741643 or 11889893. OLE color: 11889893.
HSL color Cylindrical-coordinate representation of color #E56CB5: hue angle of 323.8º 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 #E56CB5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 181 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.10 |
| HSL | 323.8º | 0.7% | 0.66% | - |
| HSV(B) | 323.8º | 0.53% | 0.9% | - |
| XYZ | 46.02 | 30.72 | 47.22 | - |
| YUV | 152.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 181 | 0 | 0.53 | 0.21 | 0.10 | 323.8 | 0.7 | 0.66 |
| Hex | E5 | 6C | B5 | 0 | 35 | 15 | A | 144 | 46 | 42 |
| Octal | 345 | 154 | 265 | 0 | 65 | 25 | 12 | 504 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10110101 | 0 | 110101 | 10101 | 1010 | 101000100 | 1000110 | 1000010 |
Color Harmonies of #E56CB5
Complementary color
Monochromatic Colors of #E56CB5
Black with #E56CB5
Text Example
Text Example
White with #E56CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CB5; }
p { color: rgb(229,108,181); }
H1.HeaderClassName
{
color: #E56CB5;
}
.AnyTagClassName
{
color: #E56CB5;
}
</style>
background-color css
<style>
a { background-color: #E56CB5; }
a { background-color: rgb(229,108,181); }
div.DivClassName
{
background-color: #E56CB5;
}
.BgClassName
{
background-color: #E56CB5;
}
</style>
border-color css
<style>
span { border-color: #E56CB5; }
span { border-color: rgb(229,108,181); }
td.TdClassName
{
border-color: #E56CB5;
}
.TagClassName
{
border-color: #E56CB5;
}
</style>