Shades of Hot Pink #E56DB2
Tints of Hot Pink #E56DB2
RGB
CMYK
RGB Variations
Color information
#E56DB2 (or 0xE56DB2) is known color: Hot Pink. HEX triplet: E5, 6D and B2. RGB value is (229,109,178). Sum of RGB (Red+Green+Blue) = 229+109+178=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DB2 is #1A924D. Grayscale: #989898. Windows color (decimal): -1741390 or 11693541. OLE color: 11693541.
HSL color Cylindrical-coordinate representation of color #E56DB2: hue angle of 325.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DB2 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 178 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.10 |
| HSL | 325.5º | 0.7% | 0.66% | - |
| HSV(B) | 325.5º | 0.52% | 0.9% | - |
| XYZ | 45.82 | 30.81 | 45.65 | - |
| YUV | 152.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 178 | 0 | 0.52 | 0.22 | 0.10 | 325.5 | 0.7 | 0.66 |
| Hex | E5 | 6D | B2 | 0 | 34 | 16 | A | 146 | 46 | 42 |
| Octal | 345 | 155 | 262 | 0 | 64 | 26 | 12 | 506 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10110010 | 0 | 110100 | 10110 | 1010 | 101000110 | 1000110 | 1000010 |
Color Harmonies of #E56DB2
Complementary color
Monochromatic Colors of #E56DB2
Black with #E56DB2
Text Example
Text Example
White with #E56DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DB2; }
p { color: rgb(229,109,178); }
H1.HeaderClassName
{
color: #E56DB2;
}
.AnyTagClassName
{
color: #E56DB2;
}
</style>
background-color css
<style>
a { background-color: #E56DB2; }
a { background-color: rgb(229,109,178); }
div.DivClassName
{
background-color: #E56DB2;
}
.BgClassName
{
background-color: #E56DB2;
}
</style>
border-color css
<style>
span { border-color: #E56DB2; }
span { border-color: rgb(229,109,178); }
td.TdClassName
{
border-color: #E56DB2;
}
.TagClassName
{
border-color: #E56DB2;
}
</style>