Shades of Hot Pink #E76CA9
Tints of Hot Pink #E76CA9
RGB
CMYK
RGB Variations
Color information
#E76CA9 (or 0xE76CA9) is known color: Hot Pink. HEX triplet: E7, 6C and A9. RGB value is (231,108,169). Sum of RGB (Red+Green+Blue) = 231+108+169=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA9 is #189356. Grayscale: #979797. Windows color (decimal): -1610583 or 11103463. OLE color: 11103463.
HSL color Cylindrical-coordinate representation of color #E76CA9: hue angle of 330.24º 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 #E76CA9 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 169 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.09 |
| HSL | 330.24º | 0.72% | 0.66% | - |
| HSV(B) | 330.24º | 0.53% | 0.91% | - |
| XYZ | 45.48 | 30.58 | 41.04 | - |
| YUV | 151.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 169 | 0 | 0.53 | 0.27 | 0.09 | 330.24 | 0.72 | 0.66 |
| Hex | E7 | 6C | A9 | 0 | 35 | 1B | 9 | 14A | 48 | 42 |
| Octal | 347 | 154 | 251 | 0 | 65 | 33 | 11 | 512 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10101001 | 0 | 110101 | 11011 | 1001 | 101001010 | 1001000 | 1000010 |
Color Harmonies of #E76CA9
Complementary color
Monochromatic Colors of #E76CA9
Black with #E76CA9
Text Example
Text Example
White with #E76CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CA9; }
p { color: rgb(231,108,169); }
H1.HeaderClassName
{
color: #E76CA9;
}
.AnyTagClassName
{
color: #E76CA9;
}
</style>
background-color css
<style>
a { background-color: #E76CA9; }
a { background-color: rgb(231,108,169); }
div.DivClassName
{
background-color: #E76CA9;
}
.BgClassName
{
background-color: #E76CA9;
}
</style>
border-color css
<style>
span { border-color: #E76CA9; }
span { border-color: rgb(231,108,169); }
td.TdClassName
{
border-color: #E76CA9;
}
.TagClassName
{
border-color: #E76CA9;
}
</style>