Shades of Hot Pink #E764AA
Tints of Hot Pink #E764AA
RGB
CMYK
RGB Variations
Color information
#E764AA (or 0xE764AA) is known color: Hot Pink. HEX triplet: E7, 64 and AA. RGB value is (231,100,170). Sum of RGB (Red+Green+Blue) = 231+100+170=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E764AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764AA is #189B55. Grayscale: #939393. Windows color (decimal): -1612630 or 11166951. OLE color: 11166951.
HSL color Cylindrical-coordinate representation of color #E764AA: hue angle of 327.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764AA is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 170 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.09 |
| HSL | 327.94º | 0.73% | 0.65% | - |
| HSV(B) | 327.94º | 0.57% | 0.91% | - |
| XYZ | 44.77 | 29.01 | 41.27 | - |
| YUV | 147.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 170 | 0 | 0.57 | 0.26 | 0.09 | 327.94 | 0.73 | 0.65 |
| Hex | E7 | 64 | AA | 0 | 39 | 1A | 9 | 148 | 49 | 41 |
| Octal | 347 | 144 | 252 | 0 | 71 | 32 | 11 | 510 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10101010 | 0 | 111001 | 11010 | 1001 | 101001000 | 1001001 | 1000001 |
Color Harmonies of #E764AA
Complementary color
Monochromatic Colors of #E764AA
Black with #E764AA
Text Example
Text Example
White with #E764AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764AA; }
p { color: rgb(231,100,170); }
H1.HeaderClassName
{
color: #E764AA;
}
.AnyTagClassName
{
color: #E764AA;
}
</style>
background-color css
<style>
a { background-color: #E764AA; }
a { background-color: rgb(231,100,170); }
div.DivClassName
{
background-color: #E764AA;
}
.BgClassName
{
background-color: #E764AA;
}
</style>
border-color css
<style>
span { border-color: #E764AA; }
span { border-color: rgb(231,100,170); }
td.TdClassName
{
border-color: #E764AA;
}
.TagClassName
{
border-color: #E764AA;
}
</style>