Shades of Hot Pink #E060AF
Tints of Hot Pink #E060AF
RGB
CMYK
RGB Variations
Color information
#E060AF (or 0xE060AF) is known color: Hot Pink. HEX triplet: E0, 60 and AF. RGB value is (224,96,175). Sum of RGB (Red+Green+Blue) = 224+96+175=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E060AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E060AF is #1F9F50. Grayscale: #8F8F8F. Windows color (decimal): -2072401 or 11493600. OLE color: 11493600.
HSL color Cylindrical-coordinate representation of color #E060AF: hue angle of 322.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E060AF is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 175 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.12 |
| HSL | 322.97º | 0.67% | 0.63% | - |
| HSV(B) | 322.97º | 0.57% | 0.88% | - |
| XYZ | 42.66 | 27.31 | 43.58 | - |
| YUV | 143.28 | 145.91 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 175 | 0 | 0.57 | 0.22 | 0.12 | 322.97 | 0.67 | 0.63 |
| Hex | E0 | 60 | AF | 0 | 39 | 16 | C | 143 | 43 | 3F |
| Octal | 340 | 140 | 257 | 0 | 71 | 26 | 14 | 503 | 103 | 77 |
| Binary | 11100000 | 1100000 | 10101111 | 0 | 111001 | 10110 | 1100 | 101000011 | 1000011 | 111111 |
Color Harmonies of #E060AF
Complementary color
Monochromatic Colors of #E060AF
Black with #E060AF
Text Example
Text Example
White with #E060AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060AF; }
p { color: rgb(224,96,175); }
H1.HeaderClassName
{
color: #E060AF;
}
.AnyTagClassName
{
color: #E060AF;
}
</style>
background-color css
<style>
a { background-color: #E060AF; }
a { background-color: rgb(224,96,175); }
div.DivClassName
{
background-color: #E060AF;
}
.BgClassName
{
background-color: #E060AF;
}
</style>
border-color css
<style>
span { border-color: #E060AF; }
span { border-color: rgb(224,96,175); }
td.TdClassName
{
border-color: #E060AF;
}
.TagClassName
{
border-color: #E060AF;
}
</style>