Shades of Hot Pink #E664A7
Tints of Hot Pink #E664A7
RGB
CMYK
RGB Variations
Color information
#E664A7 (or 0xE664A7) is known color: Hot Pink. HEX triplet: E6, 64 and A7. RGB value is (230,100,167). Sum of RGB (Red+Green+Blue) = 230+100+167=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E664A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E664A7 is #199B58. Grayscale: #929292. Windows color (decimal): -1678169 or 10970342. OLE color: 10970342.
HSL color Cylindrical-coordinate representation of color #E664A7: hue angle of 329.08º 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 #E664A7 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 167 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.10 |
| HSL | 329.08º | 0.72% | 0.65% | - |
| HSV(B) | 329.08º | 0.57% | 0.9% | - |
| XYZ | 44.17 | 28.73 | 39.78 | - |
| YUV | 146.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 167 | 0 | 0.57 | 0.27 | 0.10 | 329.08 | 0.72 | 0.65 |
| Hex | E6 | 64 | A7 | 0 | 39 | 1B | A | 149 | 48 | 41 |
| Octal | 346 | 144 | 247 | 0 | 71 | 33 | 12 | 511 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10100111 | 0 | 111001 | 11011 | 1010 | 101001001 | 1001000 | 1000001 |
Color Harmonies of #E664A7
Complementary color
Monochromatic Colors of #E664A7
Black with #E664A7
Text Example
Text Example
White with #E664A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664A7; }
p { color: rgb(230,100,167); }
H1.HeaderClassName
{
color: #E664A7;
}
.AnyTagClassName
{
color: #E664A7;
}
</style>
background-color css
<style>
a { background-color: #E664A7; }
a { background-color: rgb(230,100,167); }
div.DivClassName
{
background-color: #E664A7;
}
.BgClassName
{
background-color: #E664A7;
}
</style>
border-color css
<style>
span { border-color: #E664A7; }
span { border-color: rgb(230,100,167); }
td.TdClassName
{
border-color: #E664A7;
}
.TagClassName
{
border-color: #E664A7;
}
</style>