Shades of Hot Pink #E55AB1
Tints of Hot Pink #E55AB1
RGB
CMYK
RGB Variations
Color information
#E55AB1 (or 0xE55AB1) is known color: Hot Pink. HEX triplet: E5, 5A and B1. RGB value is (229,90,177). Sum of RGB (Red+Green+Blue) = 229+90+177=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55AB1 is #1AA54E. Grayscale: #8D8D8D. Windows color (decimal): -1746255 or 11623141. OLE color: 11623141.
HSL color Cylindrical-coordinate representation of color #E55AB1: hue angle of 322.45º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AB1 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 177 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.10 |
| HSL | 322.45º | 0.73% | 0.63% | - |
| HSV(B) | 322.45º | 0.61% | 0.9% | - |
| XYZ | 43.91 | 27.14 | 44.52 | - |
| YUV | 141.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 177 | 0 | 0.61 | 0.23 | 0.10 | 322.45 | 0.73 | 0.63 |
| Hex | E5 | 5A | B1 | 0 | 3D | 17 | A | 142 | 49 | 3F |
| Octal | 345 | 132 | 261 | 0 | 75 | 27 | 12 | 502 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10110001 | 0 | 111101 | 10111 | 1010 | 101000010 | 1001001 | 111111 |
Color Harmonies of #E55AB1
Complementary color
Monochromatic Colors of #E55AB1
Black with #E55AB1
Text Example
Text Example
White with #E55AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AB1; }
p { color: rgb(229,90,177); }
H1.HeaderClassName
{
color: #E55AB1;
}
.AnyTagClassName
{
color: #E55AB1;
}
</style>
background-color css
<style>
a { background-color: #E55AB1; }
a { background-color: rgb(229,90,177); }
div.DivClassName
{
background-color: #E55AB1;
}
.BgClassName
{
background-color: #E55AB1;
}
</style>
border-color css
<style>
span { border-color: #E55AB1; }
span { border-color: rgb(229,90,177); }
td.TdClassName
{
border-color: #E55AB1;
}
.TagClassName
{
border-color: #E55AB1;
}
</style>