Shades of Hot Pink #E15AB1
Tints of Hot Pink #E15AB1
RGB
CMYK
RGB Variations
Color information
#E15AB1 (or 0xE15AB1) is known color: Hot Pink. HEX triplet: E1, 5A and B1. RGB value is (225,90,177). Sum of RGB (Red+Green+Blue) = 225+90+177=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AB1 is #1EA54E. Grayscale: #8C8C8C. Windows color (decimal): -2008399 or 11623137. OLE color: 11623137.
HSL color Cylindrical-coordinate representation of color #E15AB1: hue angle of 321.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 177 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.12 |
| HSL | 321.33º | 0.69% | 0.62% | - |
| HSV(B) | 321.33º | 0.6% | 0.88% | - |
| XYZ | 42.64 | 26.49 | 44.46 | - |
| YUV | 140.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 177 | 0 | 0.60 | 0.21 | 0.12 | 321.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | B1 | 0 | 3C | 15 | C | 141 | 45 | 3E |
| Octal | 341 | 132 | 261 | 0 | 74 | 25 | 14 | 501 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10110001 | 0 | 111100 | 10101 | 1100 | 101000001 | 1000101 | 111110 |
Color Harmonies of #E15AB1
Complementary color
Monochromatic Colors of #E15AB1
Black with #E15AB1
Text Example
Text Example
White with #E15AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AB1; }
p { color: rgb(225,90,177); }
H1.HeaderClassName
{
color: #E15AB1;
}
.AnyTagClassName
{
color: #E15AB1;
}
</style>
background-color css
<style>
a { background-color: #E15AB1; }
a { background-color: rgb(225,90,177); }
div.DivClassName
{
background-color: #E15AB1;
}
.BgClassName
{
background-color: #E15AB1;
}
</style>
border-color css
<style>
span { border-color: #E15AB1; }
span { border-color: rgb(225,90,177); }
td.TdClassName
{
border-color: #E15AB1;
}
.TagClassName
{
border-color: #E15AB1;
}
</style>