Shades of Hot Pink #E76AB2
Tints of Hot Pink #E76AB2
RGB
CMYK
RGB Variations
Color information
#E76AB2 (or 0xE76AB2) is known color: Hot Pink. HEX triplet: E7, 6A and B2. RGB value is (231,106,178). Sum of RGB (Red+Green+Blue) = 231+106+178=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AB2 is #18954D. Grayscale: #979797. Windows color (decimal): -1611086 or 11692775. OLE color: 11692775.
HSL color Cylindrical-coordinate representation of color #E76AB2: hue angle of 325.44º 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 #E76AB2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 178 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.09 |
| HSL | 325.44º | 0.72% | 0.66% | - |
| HSV(B) | 325.44º | 0.54% | 0.91% | - |
| XYZ | 46.14 | 30.51 | 45.58 | - |
| YUV | 151.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 178 | 0 | 0.54 | 0.23 | 0.09 | 325.44 | 0.72 | 0.66 |
| Hex | E7 | 6A | B2 | 0 | 36 | 17 | 9 | 145 | 48 | 42 |
| Octal | 347 | 152 | 262 | 0 | 66 | 27 | 11 | 505 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10110010 | 0 | 110110 | 10111 | 1001 | 101000101 | 1001000 | 1000010 |
Color Harmonies of #E76AB2
Complementary color
Monochromatic Colors of #E76AB2
Black with #E76AB2
Text Example
Text Example
White with #E76AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AB2; }
p { color: rgb(231,106,178); }
H1.HeaderClassName
{
color: #E76AB2;
}
.AnyTagClassName
{
color: #E76AB2;
}
</style>
background-color css
<style>
a { background-color: #E76AB2; }
a { background-color: rgb(231,106,178); }
div.DivClassName
{
background-color: #E76AB2;
}
.BgClassName
{
background-color: #E76AB2;
}
</style>
border-color css
<style>
span { border-color: #E76AB2; }
span { border-color: rgb(231,106,178); }
td.TdClassName
{
border-color: #E76AB2;
}
.TagClassName
{
border-color: #E76AB2;
}
</style>