Shades of Hot Pink #E76EB1
Tints of Hot Pink #E76EB1
RGB
CMYK
RGB Variations
Color information
#E76EB1 (or 0xE76EB1) is known color: Hot Pink. HEX triplet: E7, 6E and B1. RGB value is (231,110,177). Sum of RGB (Red+Green+Blue) = 231+110+177=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EB1 is #18914E. Grayscale: #999999. Windows color (decimal): -1610063 or 11628263. OLE color: 11628263.
HSL color Cylindrical-coordinate representation of color #E76EB1: hue angle of 326.78º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76EB1 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 177 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.09 |
| HSL | 326.78º | 0.72% | 0.67% | - |
| HSV(B) | 326.78º | 0.52% | 0.91% | - |
| XYZ | 46.47 | 31.32 | 45.19 | - |
| YUV | 153.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 177 | 0 | 0.52 | 0.23 | 0.09 | 326.78 | 0.72 | 0.67 |
| Hex | E7 | 6E | B1 | 0 | 34 | 17 | 9 | 147 | 48 | 43 |
| Octal | 347 | 156 | 261 | 0 | 64 | 27 | 11 | 507 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10110001 | 0 | 110100 | 10111 | 1001 | 101000111 | 1001000 | 1000011 |
Color Harmonies of #E76EB1
Complementary color
Monochromatic Colors of #E76EB1
Black with #E76EB1
Text Example
Text Example
White with #E76EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EB1; }
p { color: rgb(231,110,177); }
H1.HeaderClassName
{
color: #E76EB1;
}
.AnyTagClassName
{
color: #E76EB1;
}
</style>
background-color css
<style>
a { background-color: #E76EB1; }
a { background-color: rgb(231,110,177); }
div.DivClassName
{
background-color: #E76EB1;
}
.BgClassName
{
background-color: #E76EB1;
}
</style>
border-color css
<style>
span { border-color: #E76EB1; }
span { border-color: rgb(231,110,177); }
td.TdClassName
{
border-color: #E76EB1;
}
.TagClassName
{
border-color: #E76EB1;
}
</style>