Shades of Hot Pink #E76BBA
Tints of Hot Pink #E76BBA
RGB
CMYK
RGB Variations
Color information
#E76BBA (or 0xE76BBA) is known color: Hot Pink. HEX triplet: E7, 6B and BA. RGB value is (231,107,186). Sum of RGB (Red+Green+Blue) = 231+107+186=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BBA is #189445. Grayscale: #989898. Windows color (decimal): -1610822 or 12217319. OLE color: 12217319.
HSL color Cylindrical-coordinate representation of color #E76BBA: hue angle of 321.77º 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 #E76BBA is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 186 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.09 |
| HSL | 321.77º | 0.72% | 0.66% | - |
| HSV(B) | 321.77º | 0.54% | 0.91% | - |
| XYZ | 47.08 | 31.05 | 49.97 | - |
| YUV | 153.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 186 | 0 | 0.54 | 0.19 | 0.09 | 321.77 | 0.72 | 0.66 |
| Hex | E7 | 6B | BA | 0 | 36 | 13 | 9 | 142 | 48 | 42 |
| Octal | 347 | 153 | 272 | 0 | 66 | 23 | 11 | 502 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10111010 | 0 | 110110 | 10011 | 1001 | 101000010 | 1001000 | 1000010 |
Color Harmonies of #E76BBA
Complementary color
Monochromatic Colors of #E76BBA
Black with #E76BBA
Text Example
Text Example
White with #E76BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BBA; }
p { color: rgb(231,107,186); }
H1.HeaderClassName
{
color: #E76BBA;
}
.AnyTagClassName
{
color: #E76BBA;
}
</style>
background-color css
<style>
a { background-color: #E76BBA; }
a { background-color: rgb(231,107,186); }
div.DivClassName
{
background-color: #E76BBA;
}
.BgClassName
{
background-color: #E76BBA;
}
</style>
border-color css
<style>
span { border-color: #E76BBA; }
span { border-color: rgb(231,107,186); }
td.TdClassName
{
border-color: #E76BBA;
}
.TagClassName
{
border-color: #E76BBA;
}
</style>