Shades of Hot Pink #E76EAF
Tints of Hot Pink #E76EAF
RGB
CMYK
RGB Variations
Color information
#E76EAF (or 0xE76EAF) is known color: Hot Pink. HEX triplet: E7, 6E and AF. RGB value is (231,110,175). Sum of RGB (Red+Green+Blue) = 231+110+175=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EAF is #189150. Grayscale: #999999. Windows color (decimal): -1610065 or 11497191. OLE color: 11497191.
HSL color Cylindrical-coordinate representation of color #E76EAF: hue angle of 327.77º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76EAF is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 175 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.09 |
| HSL | 327.77º | 0.72% | 0.67% | - |
| HSV(B) | 327.77º | 0.52% | 0.91% | - |
| XYZ | 46.27 | 31.24 | 44.15 | - |
| YUV | 153.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 175 | 0 | 0.52 | 0.24 | 0.09 | 327.77 | 0.72 | 0.67 |
| Hex | E7 | 6E | AF | 0 | 34 | 18 | 9 | 148 | 48 | 43 |
| Octal | 347 | 156 | 257 | 0 | 64 | 30 | 11 | 510 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10101111 | 0 | 110100 | 11000 | 1001 | 101001000 | 1001000 | 1000011 |
Color Harmonies of #E76EAF
Complementary color
Monochromatic Colors of #E76EAF
Black with #E76EAF
Text Example
Text Example
White with #E76EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EAF; }
p { color: rgb(231,110,175); }
H1.HeaderClassName
{
color: #E76EAF;
}
.AnyTagClassName
{
color: #E76EAF;
}
</style>
background-color css
<style>
a { background-color: #E76EAF; }
a { background-color: rgb(231,110,175); }
div.DivClassName
{
background-color: #E76EAF;
}
.BgClassName
{
background-color: #E76EAF;
}
</style>
border-color css
<style>
span { border-color: #E76EAF; }
span { border-color: rgb(231,110,175); }
td.TdClassName
{
border-color: #E76EAF;
}
.TagClassName
{
border-color: #E76EAF;
}
</style>