Shades of Hot Pink #E76BAC
Tints of Hot Pink #E76BAC
RGB
CMYK
RGB Variations
Color information
#E76BAC (or 0xE76BAC) is known color: Hot Pink. HEX triplet: E7, 6B and AC. RGB value is (231,107,172). Sum of RGB (Red+Green+Blue) = 231+107+172=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BAC is #189453. Grayscale: #979797. Windows color (decimal): -1610836 or 11299815. OLE color: 11299815.
HSL color Cylindrical-coordinate representation of color #E76BAC: hue angle of 328.55º 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 #E76BAC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 172 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.09 |
| HSL | 328.55º | 0.72% | 0.66% | - |
| HSV(B) | 328.55º | 0.54% | 0.91% | - |
| XYZ | 45.66 | 30.48 | 42.51 | - |
| YUV | 151.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 172 | 0 | 0.54 | 0.26 | 0.09 | 328.55 | 0.72 | 0.66 |
| Hex | E7 | 6B | AC | 0 | 36 | 1A | 9 | 149 | 48 | 42 |
| Octal | 347 | 153 | 254 | 0 | 66 | 32 | 11 | 511 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10101100 | 0 | 110110 | 11010 | 1001 | 101001001 | 1001000 | 1000010 |
Color Harmonies of #E76BAC
Complementary color
Monochromatic Colors of #E76BAC
Black with #E76BAC
Text Example
Text Example
White with #E76BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BAC; }
p { color: rgb(231,107,172); }
H1.HeaderClassName
{
color: #E76BAC;
}
.AnyTagClassName
{
color: #E76BAC;
}
</style>
background-color css
<style>
a { background-color: #E76BAC; }
a { background-color: rgb(231,107,172); }
div.DivClassName
{
background-color: #E76BAC;
}
.BgClassName
{
background-color: #E76BAC;
}
</style>
border-color css
<style>
span { border-color: #E76BAC; }
span { border-color: rgb(231,107,172); }
td.TdClassName
{
border-color: #E76BAC;
}
.TagClassName
{
border-color: #E76BAC;
}
</style>