Shades of Hot Pink #E460AA
Tints of Hot Pink #E460AA
RGB
CMYK
RGB Variations
Color information
#E460AA (or 0xE460AA) is known color: Hot Pink. HEX triplet: E4, 60 and AA. RGB value is (228,96,170). Sum of RGB (Red+Green+Blue) = 228+96+170=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E460AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E460AA is #1B9F55. Grayscale: #8F8F8F. Windows color (decimal): -1810262 or 11165924. OLE color: 11165924.
HSL color Cylindrical-coordinate representation of color #E460AA: hue angle of 326.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E460AA is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 170 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.11 |
| HSL | 326.36º | 0.71% | 0.64% | - |
| HSV(B) | 326.36º | 0.58% | 0.89% | - |
| XYZ | 43.43 | 27.76 | 41.1 | - |
| YUV | 143.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 170 | 0 | 0.58 | 0.25 | 0.11 | 326.36 | 0.71 | 0.64 |
| Hex | E4 | 60 | AA | 0 | 3A | 19 | B | 146 | 47 | 40 |
| Octal | 344 | 140 | 252 | 0 | 72 | 31 | 13 | 506 | 107 | 100 |
| Binary | 11100100 | 1100000 | 10101010 | 0 | 111010 | 11001 | 1011 | 101000110 | 1000111 | 1000000 |
Color Harmonies of #E460AA
Complementary color
Monochromatic Colors of #E460AA
Black with #E460AA
Text Example
Text Example
White with #E460AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E460AA; }
p { color: rgb(228,96,170); }
H1.HeaderClassName
{
color: #E460AA;
}
.AnyTagClassName
{
color: #E460AA;
}
</style>
background-color css
<style>
a { background-color: #E460AA; }
a { background-color: rgb(228,96,170); }
div.DivClassName
{
background-color: #E460AA;
}
.BgClassName
{
background-color: #E460AA;
}
</style>
border-color css
<style>
span { border-color: #E460AA; }
span { border-color: rgb(228,96,170); }
td.TdClassName
{
border-color: #E460AA;
}
.TagClassName
{
border-color: #E460AA;
}
</style>