Shades of Hot Pink #E56FB0
Tints of Hot Pink #E56FB0
RGB
CMYK
RGB Variations
Color information
#E56FB0 (or 0xE56FB0) is known color: Hot Pink. HEX triplet: E5, 6F and B0. RGB value is (229,111,176). Sum of RGB (Red+Green+Blue) = 229+111+176=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56FB0 is #1A904F. Grayscale: #999999. Windows color (decimal): -1740880 or 11562981. OLE color: 11562981.
HSL color Cylindrical-coordinate representation of color #E56FB0: hue angle of 326.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FB0 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 176 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.10 |
| HSL | 326.95º | 0.69% | 0.67% | - |
| HSV(B) | 326.95º | 0.52% | 0.9% | - |
| XYZ | 45.83 | 31.16 | 44.67 | - |
| YUV | 153.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 176 | 0 | 0.52 | 0.23 | 0.10 | 326.95 | 0.69 | 0.67 |
| Hex | E5 | 6F | B0 | 0 | 34 | 17 | A | 147 | 45 | 43 |
| Octal | 345 | 157 | 260 | 0 | 64 | 27 | 12 | 507 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10110000 | 0 | 110100 | 10111 | 1010 | 101000111 | 1000101 | 1000011 |
Color Harmonies of #E56FB0
Complementary color
Monochromatic Colors of #E56FB0
Black with #E56FB0
Text Example
Text Example
White with #E56FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FB0; }
p { color: rgb(229,111,176); }
H1.HeaderClassName
{
color: #E56FB0;
}
.AnyTagClassName
{
color: #E56FB0;
}
</style>
background-color css
<style>
a { background-color: #E56FB0; }
a { background-color: rgb(229,111,176); }
div.DivClassName
{
background-color: #E56FB0;
}
.BgClassName
{
background-color: #E56FB0;
}
</style>
border-color css
<style>
span { border-color: #E56FB0; }
span { border-color: rgb(229,111,176); }
td.TdClassName
{
border-color: #E56FB0;
}
.TagClassName
{
border-color: #E56FB0;
}
</style>