Shades of Hot Pink #E15FAA
Tints of Hot Pink #E15FAA
RGB
CMYK
RGB Variations
Color information
#E15FAA (or 0xE15FAA) is known color: Hot Pink. HEX triplet: E1, 5F and AA. RGB value is (225,95,170). Sum of RGB (Red+Green+Blue) = 225+95+170=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15FAA is #1EA055. Grayscale: #8E8E8E. Windows color (decimal): -2007126 or 11165665. OLE color: 11165665.
HSL color Cylindrical-coordinate representation of color #E15FAA: hue angle of 325.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FAA is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 170 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.12 |
| HSL | 325.38º | 0.68% | 0.63% | - |
| HSV(B) | 325.38º | 0.58% | 0.88% | - |
| XYZ | 42.4 | 27.09 | 41.03 | - |
| YUV | 142.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 170 | 0 | 0.58 | 0.24 | 0.12 | 325.38 | 0.68 | 0.63 |
| Hex | E1 | 5F | AA | 0 | 3A | 18 | C | 145 | 44 | 3F |
| Octal | 341 | 137 | 252 | 0 | 72 | 30 | 14 | 505 | 104 | 77 |
| Binary | 11100001 | 1011111 | 10101010 | 0 | 111010 | 11000 | 1100 | 101000101 | 1000100 | 111111 |
Color Harmonies of #E15FAA
Complementary color
Monochromatic Colors of #E15FAA
Black with #E15FAA
Text Example
Text Example
White with #E15FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FAA; }
p { color: rgb(225,95,170); }
H1.HeaderClassName
{
color: #E15FAA;
}
.AnyTagClassName
{
color: #E15FAA;
}
</style>
background-color css
<style>
a { background-color: #E15FAA; }
a { background-color: rgb(225,95,170); }
div.DivClassName
{
background-color: #E15FAA;
}
.BgClassName
{
background-color: #E15FAA;
}
</style>
border-color css
<style>
span { border-color: #E15FAA; }
span { border-color: rgb(225,95,170); }
td.TdClassName
{
border-color: #E15FAA;
}
.TagClassName
{
border-color: #E15FAA;
}
</style>