Shades of Hot Pink #E76CAC
Tints of Hot Pink #E76CAC
RGB
CMYK
RGB Variations
Color information
#E76CAC (or 0xE76CAC) is known color: Hot Pink. HEX triplet: E7, 6C and AC. RGB value is (231,108,172). Sum of RGB (Red+Green+Blue) = 231+108+172=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CAC is #189353. Grayscale: #979797. Windows color (decimal): -1610580 or 11300071. OLE color: 11300071.
HSL color Cylindrical-coordinate representation of color #E76CAC: hue angle of 328.78º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CAC is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 172 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.09 |
| HSL | 328.78º | 0.72% | 0.66% | - |
| HSV(B) | 328.78º | 0.53% | 0.91% | - |
| XYZ | 45.76 | 30.69 | 42.54 | - |
| YUV | 152.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 172 | 0 | 0.53 | 0.26 | 0.09 | 328.78 | 0.72 | 0.66 |
| Hex | E7 | 6C | AC | 0 | 35 | 1A | 9 | 149 | 48 | 42 |
| Octal | 347 | 154 | 254 | 0 | 65 | 32 | 11 | 511 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10101100 | 0 | 110101 | 11010 | 1001 | 101001001 | 1001000 | 1000010 |
Color Harmonies of #E76CAC
Complementary color
Monochromatic Colors of #E76CAC
Black with #E76CAC
Text Example
Text Example
White with #E76CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CAC; }
p { color: rgb(231,108,172); }
H1.HeaderClassName
{
color: #E76CAC;
}
.AnyTagClassName
{
color: #E76CAC;
}
</style>
background-color css
<style>
a { background-color: #E76CAC; }
a { background-color: rgb(231,108,172); }
div.DivClassName
{
background-color: #E76CAC;
}
.BgClassName
{
background-color: #E76CAC;
}
</style>
border-color css
<style>
span { border-color: #E76CAC; }
span { border-color: rgb(231,108,172); }
td.TdClassName
{
border-color: #E76CAC;
}
.TagClassName
{
border-color: #E76CAC;
}
</style>