Shades of Hot Pink #E260AA
Tints of Hot Pink #E260AA
RGB
CMYK
RGB Variations
Color information
#E260AA (or 0xE260AA) is known color: Hot Pink. HEX triplet: E2, 60 and AA. RGB value is (226,96,170). Sum of RGB (Red+Green+Blue) = 226+96+170=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E260AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E260AA is #1D9F55. Grayscale: #8F8F8F. Windows color (decimal): -1941334 or 11165922. OLE color: 11165922.
HSL color Cylindrical-coordinate representation of color #E260AA: hue angle of 325.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260AA is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 170 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.11 |
| HSL | 325.85º | 0.69% | 0.63% | - |
| HSV(B) | 325.85º | 0.58% | 0.89% | - |
| XYZ | 42.8 | 27.44 | 41.07 | - |
| YUV | 143.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 170 | 0 | 0.58 | 0.25 | 0.11 | 325.85 | 0.69 | 0.63 |
| Hex | E2 | 60 | AA | 0 | 3A | 19 | B | 146 | 45 | 3F |
| Octal | 342 | 140 | 252 | 0 | 72 | 31 | 13 | 506 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10101010 | 0 | 111010 | 11001 | 1011 | 101000110 | 1000101 | 111111 |
Color Harmonies of #E260AA
Complementary color
Monochromatic Colors of #E260AA
Black with #E260AA
Text Example
Text Example
White with #E260AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260AA; }
p { color: rgb(226,96,170); }
H1.HeaderClassName
{
color: #E260AA;
}
.AnyTagClassName
{
color: #E260AA;
}
</style>
background-color css
<style>
a { background-color: #E260AA; }
a { background-color: rgb(226,96,170); }
div.DivClassName
{
background-color: #E260AA;
}
.BgClassName
{
background-color: #E260AA;
}
</style>
border-color css
<style>
span { border-color: #E260AA; }
span { border-color: rgb(226,96,170); }
td.TdClassName
{
border-color: #E260AA;
}
.TagClassName
{
border-color: #E260AA;
}
</style>