Shades of Hot Pink #E15AB5
Tints of Hot Pink #E15AB5
RGB
CMYK
RGB Variations
Color information
#E15AB5 (or 0xE15AB5) is known color: Hot Pink. HEX triplet: E1, 5A and B5. RGB value is (225,90,181). Sum of RGB (Red+Green+Blue) = 225+90+181=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15AB5 is #1EA54A. Grayscale: #8C8C8C. Windows color (decimal): -2008395 or 11885281. OLE color: 11885281.
HSL color Cylindrical-coordinate representation of color #E15AB5: hue angle of 319.56º 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 #E15AB5 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 181 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.12 |
| HSL | 319.56º | 0.69% | 0.62% | - |
| HSV(B) | 319.56º | 0.6% | 0.88% | - |
| XYZ | 43.05 | 26.66 | 46.59 | - |
| YUV | 140.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 181 | 0 | 0.60 | 0.20 | 0.12 | 319.56 | 0.69 | 0.62 |
| Hex | E1 | 5A | B5 | 0 | 3C | 14 | C | 140 | 45 | 3E |
| Octal | 341 | 132 | 265 | 0 | 74 | 24 | 14 | 500 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10110101 | 0 | 111100 | 10100 | 1100 | 101000000 | 1000101 | 111110 |
Color Harmonies of #E15AB5
Complementary color
Monochromatic Colors of #E15AB5
Black with #E15AB5
Text Example
Text Example
White with #E15AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AB5; }
p { color: rgb(225,90,181); }
H1.HeaderClassName
{
color: #E15AB5;
}
.AnyTagClassName
{
color: #E15AB5;
}
</style>
background-color css
<style>
a { background-color: #E15AB5; }
a { background-color: rgb(225,90,181); }
div.DivClassName
{
background-color: #E15AB5;
}
.BgClassName
{
background-color: #E15AB5;
}
</style>
border-color css
<style>
span { border-color: #E15AB5; }
span { border-color: rgb(225,90,181); }
td.TdClassName
{
border-color: #E15AB5;
}
.TagClassName
{
border-color: #E15AB5;
}
</style>