Shades of Hot Pink #E062AD
Tints of Hot Pink #E062AD
RGB
CMYK
RGB Variations
Color information
#E062AD (or 0xE062AD) is known color: Hot Pink. HEX triplet: E0, 62 and AD. RGB value is (224,98,173). Sum of RGB (Red+Green+Blue) = 224+98+173=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E062AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062AD is #1F9D52. Grayscale: #909090. Windows color (decimal): -2071891 or 11363040. OLE color: 11363040.
HSL color Cylindrical-coordinate representation of color #E062AD: hue angle of 324.29º 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 #E062AD is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 173 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.12 |
| HSL | 324.29º | 0.67% | 0.63% | - |
| HSV(B) | 324.29º | 0.56% | 0.88% | - |
| XYZ | 42.65 | 27.6 | 42.61 | - |
| YUV | 144.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 173 | 0 | 0.56 | 0.23 | 0.12 | 324.29 | 0.67 | 0.63 |
| Hex | E0 | 62 | AD | 0 | 38 | 17 | C | 144 | 43 | 3F |
| Octal | 340 | 142 | 255 | 0 | 70 | 27 | 14 | 504 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10101101 | 0 | 111000 | 10111 | 1100 | 101000100 | 1000011 | 111111 |
Color Harmonies of #E062AD
Complementary color
Monochromatic Colors of #E062AD
Black with #E062AD
Text Example
Text Example
White with #E062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062AD; }
p { color: rgb(224,98,173); }
H1.HeaderClassName
{
color: #E062AD;
}
.AnyTagClassName
{
color: #E062AD;
}
</style>
background-color css
<style>
a { background-color: #E062AD; }
a { background-color: rgb(224,98,173); }
div.DivClassName
{
background-color: #E062AD;
}
.BgClassName
{
background-color: #E062AD;
}
</style>
border-color css
<style>
span { border-color: #E062AD; }
span { border-color: rgb(224,98,173); }
td.TdClassName
{
border-color: #E062AD;
}
.TagClassName
{
border-color: #E062AD;
}
</style>