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