Shades of Hot Pink #E664AD
Tints of Hot Pink #E664AD
RGB
CMYK
RGB Variations
Color information
#E664AD (or 0xE664AD) is known color: Hot Pink. HEX triplet: E6, 64 and AD. RGB value is (230,100,173). Sum of RGB (Red+Green+Blue) = 230+100+173=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E664AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E664AD is #199B52. Grayscale: #939393. Windows color (decimal): -1678163 or 11363558. OLE color: 11363558.
HSL color Cylindrical-coordinate representation of color #E664AD: hue angle of 326.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664AD is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 173 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.10 |
| HSL | 326.31º | 0.72% | 0.65% | - |
| HSV(B) | 326.31º | 0.57% | 0.9% | - |
| XYZ | 44.73 | 28.95 | 42.77 | - |
| YUV | 147.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 173 | 0 | 0.57 | 0.25 | 0.10 | 326.31 | 0.72 | 0.65 |
| Hex | E6 | 64 | AD | 0 | 39 | 19 | A | 146 | 48 | 41 |
| Octal | 346 | 144 | 255 | 0 | 71 | 31 | 12 | 506 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10101101 | 0 | 111001 | 11001 | 1010 | 101000110 | 1001000 | 1000001 |
Color Harmonies of #E664AD
Complementary color
Monochromatic Colors of #E664AD
Black with #E664AD
Text Example
Text Example
White with #E664AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664AD; }
p { color: rgb(230,100,173); }
H1.HeaderClassName
{
color: #E664AD;
}
.AnyTagClassName
{
color: #E664AD;
}
</style>
background-color css
<style>
a { background-color: #E664AD; }
a { background-color: rgb(230,100,173); }
div.DivClassName
{
background-color: #E664AD;
}
.BgClassName
{
background-color: #E664AD;
}
</style>
border-color css
<style>
span { border-color: #E664AD; }
span { border-color: rgb(230,100,173); }
td.TdClassName
{
border-color: #E664AD;
}
.TagClassName
{
border-color: #E664AD;
}
</style>