Shades of Hot Pink #E664A8
Tints of Hot Pink #E664A8
RGB
CMYK
RGB Variations
Color information
#E664A8 (or 0xE664A8) is known color: Hot Pink. HEX triplet: E6, 64 and A8. RGB value is (230,100,168). Sum of RGB (Red+Green+Blue) = 230+100+168=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E664A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E664A8 is #199B57. Grayscale: #929292. Windows color (decimal): -1678168 or 11035878. OLE color: 11035878.
HSL color Cylindrical-coordinate representation of color #E664A8: hue angle of 328.62º 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 #E664A8 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 168 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.10 |
| HSL | 328.62º | 0.72% | 0.65% | - |
| HSV(B) | 328.62º | 0.57% | 0.9% | - |
| XYZ | 44.26 | 28.76 | 40.27 | - |
| YUV | 146.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 168 | 0 | 0.57 | 0.27 | 0.10 | 328.62 | 0.72 | 0.65 |
| Hex | E6 | 64 | A8 | 0 | 39 | 1B | A | 149 | 48 | 41 |
| Octal | 346 | 144 | 250 | 0 | 71 | 33 | 12 | 511 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10101000 | 0 | 111001 | 11011 | 1010 | 101001001 | 1001000 | 1000001 |
Color Harmonies of #E664A8
Complementary color
Monochromatic Colors of #E664A8
Black with #E664A8
Text Example
Text Example
White with #E664A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664A8; }
p { color: rgb(230,100,168); }
H1.HeaderClassName
{
color: #E664A8;
}
.AnyTagClassName
{
color: #E664A8;
}
</style>
background-color css
<style>
a { background-color: #E664A8; }
a { background-color: rgb(230,100,168); }
div.DivClassName
{
background-color: #E664A8;
}
.BgClassName
{
background-color: #E664A8;
}
</style>
border-color css
<style>
span { border-color: #E664A8; }
span { border-color: rgb(230,100,168); }
td.TdClassName
{
border-color: #E664A8;
}
.TagClassName
{
border-color: #E664A8;
}
</style>