Shades of Hot Pink #E55FB0
Tints of Hot Pink #E55FB0
RGB
CMYK
RGB Variations
Color information
#E55FB0 (or 0xE55FB0) is known color: Hot Pink. HEX triplet: E5, 5F and B0. RGB value is (229,95,176). Sum of RGB (Red+Green+Blue) = 229+95+176=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55FB0 is #1AA04F. Grayscale: #909090. Windows color (decimal): -1744976 or 11558885. OLE color: 11558885.
HSL color Cylindrical-coordinate representation of color #E55FB0: hue angle of 323.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FB0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 176 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.10 |
| HSL | 323.73º | 0.72% | 0.64% | - |
| HSV(B) | 323.73º | 0.59% | 0.9% | - |
| XYZ | 44.24 | 27.98 | 44.14 | - |
| YUV | 144.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 176 | 0 | 0.59 | 0.23 | 0.10 | 323.73 | 0.72 | 0.64 |
| Hex | E5 | 5F | B0 | 0 | 3B | 17 | A | 144 | 48 | 40 |
| Octal | 345 | 137 | 260 | 0 | 73 | 27 | 12 | 504 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10110000 | 0 | 111011 | 10111 | 1010 | 101000100 | 1001000 | 1000000 |
Color Harmonies of #E55FB0
Complementary color
Monochromatic Colors of #E55FB0
Black with #E55FB0
Text Example
Text Example
White with #E55FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FB0; }
p { color: rgb(229,95,176); }
H1.HeaderClassName
{
color: #E55FB0;
}
.AnyTagClassName
{
color: #E55FB0;
}
</style>
background-color css
<style>
a { background-color: #E55FB0; }
a { background-color: rgb(229,95,176); }
div.DivClassName
{
background-color: #E55FB0;
}
.BgClassName
{
background-color: #E55FB0;
}
</style>
border-color css
<style>
span { border-color: #E55FB0; }
span { border-color: rgb(229,95,176); }
td.TdClassName
{
border-color: #E55FB0;
}
.TagClassName
{
border-color: #E55FB0;
}
</style>