Shades of Hot Pink #E76BAB
Tints of Hot Pink #E76BAB
RGB
CMYK
RGB Variations
Color information
#E76BAB (or 0xE76BAB) is known color: Hot Pink. HEX triplet: E7, 6B and AB. RGB value is (231,107,171). Sum of RGB (Red+Green+Blue) = 231+107+171=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BAB is #189454. Grayscale: #979797. Windows color (decimal): -1610837 or 11234279. OLE color: 11234279.
HSL color Cylindrical-coordinate representation of color #E76BAB: hue angle of 329.03º 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 #E76BAB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 171 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.09 |
| HSL | 329.03º | 0.72% | 0.66% | - |
| HSV(B) | 329.03º | 0.54% | 0.91% | - |
| XYZ | 45.56 | 30.44 | 42 | - |
| YUV | 151.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 171 | 0 | 0.54 | 0.26 | 0.09 | 329.03 | 0.72 | 0.66 |
| Hex | E7 | 6B | AB | 0 | 36 | 1A | 9 | 149 | 48 | 42 |
| Octal | 347 | 153 | 253 | 0 | 66 | 32 | 11 | 511 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10101011 | 0 | 110110 | 11010 | 1001 | 101001001 | 1001000 | 1000010 |
Color Harmonies of #E76BAB
Complementary color
Monochromatic Colors of #E76BAB
Black with #E76BAB
Text Example
Text Example
White with #E76BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BAB; }
p { color: rgb(231,107,171); }
H1.HeaderClassName
{
color: #E76BAB;
}
.AnyTagClassName
{
color: #E76BAB;
}
</style>
background-color css
<style>
a { background-color: #E76BAB; }
a { background-color: rgb(231,107,171); }
div.DivClassName
{
background-color: #E76BAB;
}
.BgClassName
{
background-color: #E76BAB;
}
</style>
border-color css
<style>
span { border-color: #E76BAB; }
span { border-color: rgb(231,107,171); }
td.TdClassName
{
border-color: #E76BAB;
}
.TagClassName
{
border-color: #E76BAB;
}
</style>