Shades of Hot Pink #E76FAD
Tints of Hot Pink #E76FAD
RGB
CMYK
RGB Variations
Color information
#E76FAD (or 0xE76FAD) is known color: Hot Pink. HEX triplet: E7, 6F and AD. RGB value is (231,111,173). Sum of RGB (Red+Green+Blue) = 231+111+173=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FAD is #189052. Grayscale: #999999. Windows color (decimal): -1609811 or 11366375. OLE color: 11366375.
HSL color Cylindrical-coordinate representation of color #E76FAD: hue angle of 329º degrees, saturation: 0.71, 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 #E76FAD is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 173 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.09 |
| HSL | 329º | 0.71% | 0.67% | - |
| HSV(B) | 329º | 0.52% | 0.91% | - |
| XYZ | 46.18 | 31.37 | 43.16 | - |
| YUV | 153.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 173 | 0 | 0.52 | 0.25 | 0.09 | 329 | 0.71 | 0.67 |
| Hex | E7 | 6F | AD | 0 | 34 | 19 | 9 | 149 | 47 | 43 |
| Octal | 347 | 157 | 255 | 0 | 64 | 31 | 11 | 511 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10101101 | 0 | 110100 | 11001 | 1001 | 101001001 | 1000111 | 1000011 |
Color Harmonies of #E76FAD
Complementary color
Monochromatic Colors of #E76FAD
Black with #E76FAD
Text Example
Text Example
White with #E76FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FAD; }
p { color: rgb(231,111,173); }
H1.HeaderClassName
{
color: #E76FAD;
}
.AnyTagClassName
{
color: #E76FAD;
}
</style>
background-color css
<style>
a { background-color: #E76FAD; }
a { background-color: rgb(231,111,173); }
div.DivClassName
{
background-color: #E76FAD;
}
.BgClassName
{
background-color: #E76FAD;
}
</style>
border-color css
<style>
span { border-color: #E76FAD; }
span { border-color: rgb(231,111,173); }
td.TdClassName
{
border-color: #E76FAD;
}
.TagClassName
{
border-color: #E76FAD;
}
</style>