Shades of Hot Pink #E76CB0
Tints of Hot Pink #E76CB0
RGB
CMYK
RGB Variations
Color information
#E76CB0 (or 0xE76CB0) is known color: Hot Pink. HEX triplet: E7, 6C and B0. RGB value is (231,108,176). Sum of RGB (Red+Green+Blue) = 231+108+176=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CB0 is #18934F. Grayscale: #989898. Windows color (decimal): -1610576 or 11562215. OLE color: 11562215.
HSL color Cylindrical-coordinate representation of color #E76CB0: hue angle of 326.83º 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 #E76CB0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 176 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.09 |
| HSL | 326.83º | 0.72% | 0.66% | - |
| HSV(B) | 326.83º | 0.53% | 0.91% | - |
| XYZ | 46.15 | 30.85 | 44.6 | - |
| YUV | 152.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 176 | 0 | 0.53 | 0.24 | 0.09 | 326.83 | 0.72 | 0.66 |
| Hex | E7 | 6C | B0 | 0 | 35 | 18 | 9 | 147 | 48 | 42 |
| Octal | 347 | 154 | 260 | 0 | 65 | 30 | 11 | 507 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10110000 | 0 | 110101 | 11000 | 1001 | 101000111 | 1001000 | 1000010 |
Color Harmonies of #E76CB0
Complementary color
Monochromatic Colors of #E76CB0
Black with #E76CB0
Text Example
Text Example
White with #E76CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CB0; }
p { color: rgb(231,108,176); }
H1.HeaderClassName
{
color: #E76CB0;
}
.AnyTagClassName
{
color: #E76CB0;
}
</style>
background-color css
<style>
a { background-color: #E76CB0; }
a { background-color: rgb(231,108,176); }
div.DivClassName
{
background-color: #E76CB0;
}
.BgClassName
{
background-color: #E76CB0;
}
</style>
border-color css
<style>
span { border-color: #E76CB0; }
span { border-color: rgb(231,108,176); }
td.TdClassName
{
border-color: #E76CB0;
}
.TagClassName
{
border-color: #E76CB0;
}
</style>