Shades of Hot Pink #E76AB1
Tints of Hot Pink #E76AB1
RGB
CMYK
RGB Variations
Color information
#E76AB1 (or 0xE76AB1) is known color: Hot Pink. HEX triplet: E7, 6A and B1. RGB value is (231,106,177). Sum of RGB (Red+Green+Blue) = 231+106+177=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AB1 is #18954E. Grayscale: #979797. Windows color (decimal): -1611087 or 11627239. OLE color: 11627239.
HSL color Cylindrical-coordinate representation of color #E76AB1: hue angle of 325.92º 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 #E76AB1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 177 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.09 |
| HSL | 325.92º | 0.72% | 0.66% | - |
| HSV(B) | 325.92º | 0.54% | 0.91% | - |
| XYZ | 46.04 | 30.47 | 45.05 | - |
| YUV | 151.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 177 | 0 | 0.54 | 0.23 | 0.09 | 325.92 | 0.72 | 0.66 |
| Hex | E7 | 6A | B1 | 0 | 36 | 17 | 9 | 146 | 48 | 42 |
| Octal | 347 | 152 | 261 | 0 | 66 | 27 | 11 | 506 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10110001 | 0 | 110110 | 10111 | 1001 | 101000110 | 1001000 | 1000010 |
Color Harmonies of #E76AB1
Complementary color
Monochromatic Colors of #E76AB1
Black with #E76AB1
Text Example
Text Example
White with #E76AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AB1; }
p { color: rgb(231,106,177); }
H1.HeaderClassName
{
color: #E76AB1;
}
.AnyTagClassName
{
color: #E76AB1;
}
</style>
background-color css
<style>
a { background-color: #E76AB1; }
a { background-color: rgb(231,106,177); }
div.DivClassName
{
background-color: #E76AB1;
}
.BgClassName
{
background-color: #E76AB1;
}
</style>
border-color css
<style>
span { border-color: #E76AB1; }
span { border-color: rgb(231,106,177); }
td.TdClassName
{
border-color: #E76AB1;
}
.TagClassName
{
border-color: #E76AB1;
}
</style>