Shades of Hot Pink #E062AF
Tints of Hot Pink #E062AF
RGB
CMYK
RGB Variations
Color information
#E062AF (or 0xE062AF) is known color: Hot Pink. HEX triplet: E0, 62 and AF. RGB value is (224,98,175). Sum of RGB (Red+Green+Blue) = 224+98+175=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E062AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062AF is #1F9D50. Grayscale: #909090. Windows color (decimal): -2071889 or 11494112. OLE color: 11494112.
HSL color Cylindrical-coordinate representation of color #E062AF: hue angle of 323.33º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062AF is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 175 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.12 |
| HSL | 323.33º | 0.67% | 0.63% | - |
| HSV(B) | 323.33º | 0.56% | 0.88% | - |
| XYZ | 42.85 | 27.68 | 43.64 | - |
| YUV | 144.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 175 | 0 | 0.56 | 0.22 | 0.12 | 323.33 | 0.67 | 0.63 |
| Hex | E0 | 62 | AF | 0 | 38 | 16 | C | 143 | 43 | 3F |
| Octal | 340 | 142 | 257 | 0 | 70 | 26 | 14 | 503 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10101111 | 0 | 111000 | 10110 | 1100 | 101000011 | 1000011 | 111111 |
Color Harmonies of #E062AF
Complementary color
Monochromatic Colors of #E062AF
Black with #E062AF
Text Example
Text Example
White with #E062AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062AF; }
p { color: rgb(224,98,175); }
H1.HeaderClassName
{
color: #E062AF;
}
.AnyTagClassName
{
color: #E062AF;
}
</style>
background-color css
<style>
a { background-color: #E062AF; }
a { background-color: rgb(224,98,175); }
div.DivClassName
{
background-color: #E062AF;
}
.BgClassName
{
background-color: #E062AF;
}
</style>
border-color css
<style>
span { border-color: #E062AF; }
span { border-color: rgb(224,98,175); }
td.TdClassName
{
border-color: #E062AF;
}
.TagClassName
{
border-color: #E062AF;
}
</style>