Shades of Hot Pink #E76AB5
Tints of Hot Pink #E76AB5
RGB
CMYK
RGB Variations
Color information
#E76AB5 (or 0xE76AB5) is known color: Hot Pink. HEX triplet: E7, 6A and B5. RGB value is (231,106,181). Sum of RGB (Red+Green+Blue) = 231+106+181=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AB5 is #18954A. Grayscale: #979797. Windows color (decimal): -1611083 or 11889383. OLE color: 11889383.
HSL color Cylindrical-coordinate representation of color #E76AB5: hue angle of 324º 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 #E76AB5 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 181 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.09 |
| HSL | 324º | 0.72% | 0.66% | - |
| HSV(B) | 324º | 0.54% | 0.91% | - |
| XYZ | 46.45 | 30.63 | 47.18 | - |
| YUV | 151.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 181 | 0 | 0.54 | 0.22 | 0.09 | 324 | 0.72 | 0.66 |
| Hex | E7 | 6A | B5 | 0 | 36 | 16 | 9 | 144 | 48 | 42 |
| Octal | 347 | 152 | 265 | 0 | 66 | 26 | 11 | 504 | 110 | 102 |
| Binary | 11100111 | 1101010 | 10110101 | 0 | 110110 | 10110 | 1001 | 101000100 | 1001000 | 1000010 |
Color Harmonies of #E76AB5
Complementary color
Monochromatic Colors of #E76AB5
Black with #E76AB5
Text Example
Text Example
White with #E76AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AB5; }
p { color: rgb(231,106,181); }
H1.HeaderClassName
{
color: #E76AB5;
}
.AnyTagClassName
{
color: #E76AB5;
}
</style>
background-color css
<style>
a { background-color: #E76AB5; }
a { background-color: rgb(231,106,181); }
div.DivClassName
{
background-color: #E76AB5;
}
.BgClassName
{
background-color: #E76AB5;
}
</style>
border-color css
<style>
span { border-color: #E76AB5; }
span { border-color: rgb(231,106,181); }
td.TdClassName
{
border-color: #E76AB5;
}
.TagClassName
{
border-color: #E76AB5;
}
</style>