Shades of Hot Pink #E764AC
Tints of Hot Pink #E764AC
RGB
CMYK
RGB Variations
Color information
#E764AC (or 0xE764AC) is known color: Hot Pink. HEX triplet: E7, 64 and AC. RGB value is (231,100,172). Sum of RGB (Red+Green+Blue) = 231+100+172=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E764AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764AC is #189B53. Grayscale: #939393. Windows color (decimal): -1612628 or 11298023. OLE color: 11298023.
HSL color Cylindrical-coordinate representation of color #E764AC: hue angle of 327.02º 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 #E764AC is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 172 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.09 |
| HSL | 327.02º | 0.73% | 0.65% | - |
| HSV(B) | 327.02º | 0.57% | 0.91% | - |
| XYZ | 44.96 | 29.08 | 42.27 | - |
| YUV | 147.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 172 | 0 | 0.57 | 0.26 | 0.09 | 327.02 | 0.73 | 0.65 |
| Hex | E7 | 64 | AC | 0 | 39 | 1A | 9 | 147 | 49 | 41 |
| Octal | 347 | 144 | 254 | 0 | 71 | 32 | 11 | 507 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10101100 | 0 | 111001 | 11010 | 1001 | 101000111 | 1001001 | 1000001 |
Color Harmonies of #E764AC
Complementary color
Monochromatic Colors of #E764AC
Black with #E764AC
Text Example
Text Example
White with #E764AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764AC; }
p { color: rgb(231,100,172); }
H1.HeaderClassName
{
color: #E764AC;
}
.AnyTagClassName
{
color: #E764AC;
}
</style>
background-color css
<style>
a { background-color: #E764AC; }
a { background-color: rgb(231,100,172); }
div.DivClassName
{
background-color: #E764AC;
}
.BgClassName
{
background-color: #E764AC;
}
</style>
border-color css
<style>
span { border-color: #E764AC; }
span { border-color: rgb(231,100,172); }
td.TdClassName
{
border-color: #E764AC;
}
.TagClassName
{
border-color: #E764AC;
}
</style>