Shades of Hot Pink #E76BAF
Tints of Hot Pink #E76BAF
RGB
CMYK
RGB Variations
Color information
#E76BAF (or 0xE76BAF) is known color: Hot Pink. HEX triplet: E7, 6B and AF. RGB value is (231,107,175). Sum of RGB (Red+Green+Blue) = 231+107+175=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BAF is #189450. Grayscale: #979797. Windows color (decimal): -1610833 or 11496423. OLE color: 11496423.
HSL color Cylindrical-coordinate representation of color #E76BAF: hue angle of 327.1º 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 #E76BAF is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 175 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.09 |
| HSL | 327.1º | 0.72% | 0.66% | - |
| HSV(B) | 327.1º | 0.54% | 0.91% | - |
| XYZ | 45.95 | 30.6 | 44.04 | - |
| YUV | 151.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 175 | 0 | 0.54 | 0.24 | 0.09 | 327.1 | 0.72 | 0.66 |
| Hex | E7 | 6B | AF | 0 | 36 | 18 | 9 | 147 | 48 | 42 |
| Octal | 347 | 153 | 257 | 0 | 66 | 30 | 11 | 507 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10101111 | 0 | 110110 | 11000 | 1001 | 101000111 | 1001000 | 1000010 |
Color Harmonies of #E76BAF
Complementary color
Monochromatic Colors of #E76BAF
Black with #E76BAF
Text Example
Text Example
White with #E76BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BAF; }
p { color: rgb(231,107,175); }
H1.HeaderClassName
{
color: #E76BAF;
}
.AnyTagClassName
{
color: #E76BAF;
}
</style>
background-color css
<style>
a { background-color: #E76BAF; }
a { background-color: rgb(231,107,175); }
div.DivClassName
{
background-color: #E76BAF;
}
.BgClassName
{
background-color: #E76BAF;
}
</style>
border-color css
<style>
span { border-color: #E76BAF; }
span { border-color: rgb(231,107,175); }
td.TdClassName
{
border-color: #E76BAF;
}
.TagClassName
{
border-color: #E76BAF;
}
</style>