Shades of Hot Pink #E76AB8
Tints of Hot Pink #E76AB8
RGB
CMYK
RGB Variations
Color information
#E76AB8 (or 0xE76AB8) is known color: Hot Pink. HEX triplet: E7, 6A and B8. RGB value is (231,106,184). Sum of RGB (Red+Green+Blue) = 231+106+184=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AB8 is #189547. Grayscale: #989898. Windows color (decimal): -1611080 or 12085991. OLE color: 12085991.
HSL color Cylindrical-coordinate representation of color #E76AB8: hue angle of 322.56º 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 #E76AB8 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 184 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.09 |
| HSL | 322.56º | 0.72% | 0.66% | - |
| HSV(B) | 322.56º | 0.54% | 0.91% | - |
| XYZ | 46.76 | 30.76 | 48.82 | - |
| YUV | 152.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 184 | 0 | 0.54 | 0.20 | 0.09 | 322.56 | 0.72 | 0.66 |
| Hex | E7 | 6A | B8 | 0 | 36 | 14 | 9 | 143 | 48 | 42 |
| Octal | 347 | 152 | 270 | 0 | 66 | 24 | 11 | 503 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10111000 | 0 | 110110 | 10100 | 1001 | 101000011 | 1001000 | 1000010 |
Color Harmonies of #E76AB8
Complementary color
Monochromatic Colors of #E76AB8
Black with #E76AB8
Text Example
Text Example
White with #E76AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AB8; }
p { color: rgb(231,106,184); }
H1.HeaderClassName
{
color: #E76AB8;
}
.AnyTagClassName
{
color: #E76AB8;
}
</style>
background-color css
<style>
a { background-color: #E76AB8; }
a { background-color: rgb(231,106,184); }
div.DivClassName
{
background-color: #E76AB8;
}
.BgClassName
{
background-color: #E76AB8;
}
</style>
border-color css
<style>
span { border-color: #E76AB8; }
span { border-color: rgb(231,106,184); }
td.TdClassName
{
border-color: #E76AB8;
}
.TagClassName
{
border-color: #E76AB8;
}
</style>