Shades of Hot Pink #E55AB4
Tints of Hot Pink #E55AB4
RGB
CMYK
RGB Variations
Color information
#E55AB4 (or 0xE55AB4) is known color: Hot Pink. HEX triplet: E5, 5A and B4. RGB value is (229,90,180). Sum of RGB (Red+Green+Blue) = 229+90+180=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AB4 is #1AA54B. Grayscale: #8D8D8D. Windows color (decimal): -1746252 or 11819749. OLE color: 11819749.
HSL color Cylindrical-coordinate representation of color #E55AB4: hue angle of 321.15º 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 #E55AB4 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 180 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.10 |
| HSL | 321.15º | 0.73% | 0.63% | - |
| HSV(B) | 321.15º | 0.61% | 0.9% | - |
| XYZ | 44.21 | 27.27 | 46.11 | - |
| YUV | 141.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 180 | 0 | 0.61 | 0.21 | 0.10 | 321.15 | 0.73 | 0.63 |
| Hex | E5 | 5A | B4 | 0 | 3D | 15 | A | 141 | 49 | 3F |
| Octal | 345 | 132 | 264 | 0 | 75 | 25 | 12 | 501 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10110100 | 0 | 111101 | 10101 | 1010 | 101000001 | 1001001 | 111111 |
Color Harmonies of #E55AB4
Complementary color
Monochromatic Colors of #E55AB4
Black with #E55AB4
Text Example
Text Example
White with #E55AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AB4; }
p { color: rgb(229,90,180); }
H1.HeaderClassName
{
color: #E55AB4;
}
.AnyTagClassName
{
color: #E55AB4;
}
</style>
background-color css
<style>
a { background-color: #E55AB4; }
a { background-color: rgb(229,90,180); }
div.DivClassName
{
background-color: #E55AB4;
}
.BgClassName
{
background-color: #E55AB4;
}
</style>
border-color css
<style>
span { border-color: #E55AB4; }
span { border-color: rgb(229,90,180); }
td.TdClassName
{
border-color: #E55AB4;
}
.TagClassName
{
border-color: #E55AB4;
}
</style>