Shades of Hot Pink #E064AD
Tints of Hot Pink #E064AD
RGB
CMYK
RGB Variations
Color information
#E064AD (or 0xE064AD) is known color: Hot Pink. HEX triplet: E0, 64 and AD. RGB value is (224,100,173). Sum of RGB (Red+Green+Blue) = 224+100+173=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E064AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064AD is #1F9B52. Grayscale: #919191. Windows color (decimal): -2071379 or 11363552. OLE color: 11363552.
HSL color Cylindrical-coordinate representation of color #E064AD: hue angle of 324.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064AD is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 173 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.12 |
| HSL | 324.68º | 0.67% | 0.64% | - |
| HSV(B) | 324.68º | 0.55% | 0.88% | - |
| XYZ | 42.84 | 27.98 | 42.68 | - |
| YUV | 145.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 173 | 0 | 0.55 | 0.23 | 0.12 | 324.68 | 0.67 | 0.64 |
| Hex | E0 | 64 | AD | 0 | 37 | 17 | C | 145 | 43 | 40 |
| Octal | 340 | 144 | 255 | 0 | 67 | 27 | 14 | 505 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10101101 | 0 | 110111 | 10111 | 1100 | 101000101 | 1000011 | 1000000 |
Color Harmonies of #E064AD
Complementary color
Monochromatic Colors of #E064AD
Black with #E064AD
Text Example
Text Example
White with #E064AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064AD; }
p { color: rgb(224,100,173); }
H1.HeaderClassName
{
color: #E064AD;
}
.AnyTagClassName
{
color: #E064AD;
}
</style>
background-color css
<style>
a { background-color: #E064AD; }
a { background-color: rgb(224,100,173); }
div.DivClassName
{
background-color: #E064AD;
}
.BgClassName
{
background-color: #E064AD;
}
</style>
border-color css
<style>
span { border-color: #E064AD; }
span { border-color: rgb(224,100,173); }
td.TdClassName
{
border-color: #E064AD;
}
.TagClassName
{
border-color: #E064AD;
}
</style>