Shades of Hot Pink #E660AA
Tints of Hot Pink #E660AA
RGB
CMYK
RGB Variations
Color information
#E660AA (or 0xE660AA) is known color: Hot Pink. HEX triplet: E6, 60 and AA. RGB value is (230,96,170). Sum of RGB (Red+Green+Blue) = 230+96+170=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E660AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660AA is #199F55. Grayscale: #909090. Windows color (decimal): -1679190 or 11165926. OLE color: 11165926.
HSL color Cylindrical-coordinate representation of color #E660AA: hue angle of 326.87º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660AA is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 170 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.10 |
| HSL | 326.87º | 0.73% | 0.64% | - |
| HSV(B) | 326.87º | 0.58% | 0.9% | - |
| XYZ | 44.07 | 28.09 | 41.13 | - |
| YUV | 144.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 170 | 0 | 0.58 | 0.26 | 0.10 | 326.87 | 0.73 | 0.64 |
| Hex | E6 | 60 | AA | 0 | 3A | 1A | A | 147 | 49 | 40 |
| Octal | 346 | 140 | 252 | 0 | 72 | 32 | 12 | 507 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10101010 | 0 | 111010 | 11010 | 1010 | 101000111 | 1001001 | 1000000 |
Color Harmonies of #E660AA
Complementary color
Monochromatic Colors of #E660AA
Black with #E660AA
Text Example
Text Example
White with #E660AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660AA; }
p { color: rgb(230,96,170); }
H1.HeaderClassName
{
color: #E660AA;
}
.AnyTagClassName
{
color: #E660AA;
}
</style>
background-color css
<style>
a { background-color: #E660AA; }
a { background-color: rgb(230,96,170); }
div.DivClassName
{
background-color: #E660AA;
}
.BgClassName
{
background-color: #E660AA;
}
</style>
border-color css
<style>
span { border-color: #E660AA; }
span { border-color: rgb(230,96,170); }
td.TdClassName
{
border-color: #E660AA;
}
.TagClassName
{
border-color: #E660AA;
}
</style>