Shades of Hot Pink #E76AAC
Tints of Hot Pink #E76AAC
RGB
CMYK
RGB Variations
Color information
#E76AAC (or 0xE76AAC) is known color: Hot Pink. HEX triplet: E7, 6A and AC. RGB value is (231,106,172). Sum of RGB (Red+Green+Blue) = 231+106+172=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AAC is #189553. Grayscale: #969696. Windows color (decimal): -1611092 or 11299559. OLE color: 11299559.
HSL color Cylindrical-coordinate representation of color #E76AAC: hue angle of 328.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76AAC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 172 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.09 |
| HSL | 328.32º | 0.72% | 0.66% | - |
| HSV(B) | 328.32º | 0.54% | 0.91% | - |
| XYZ | 45.56 | 30.28 | 42.47 | - |
| YUV | 150.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 172 | 0 | 0.54 | 0.26 | 0.09 | 328.32 | 0.72 | 0.66 |
| Hex | E7 | 6A | AC | 0 | 36 | 1A | 9 | 148 | 48 | 42 |
| Octal | 347 | 152 | 254 | 0 | 66 | 32 | 11 | 510 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10101100 | 0 | 110110 | 11010 | 1001 | 101001000 | 1001000 | 1000010 |
Color Harmonies of #E76AAC
Complementary color
Monochromatic Colors of #E76AAC
Black with #E76AAC
Text Example
Text Example
White with #E76AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AAC; }
p { color: rgb(231,106,172); }
H1.HeaderClassName
{
color: #E76AAC;
}
.AnyTagClassName
{
color: #E76AAC;
}
</style>
background-color css
<style>
a { background-color: #E76AAC; }
a { background-color: rgb(231,106,172); }
div.DivClassName
{
background-color: #E76AAC;
}
.BgClassName
{
background-color: #E76AAC;
}
</style>
border-color css
<style>
span { border-color: #E76AAC; }
span { border-color: rgb(231,106,172); }
td.TdClassName
{
border-color: #E76AAC;
}
.TagClassName
{
border-color: #E76AAC;
}
</style>