Shades of Hot Pink #E770AD
Tints of Hot Pink #E770AD
RGB
CMYK
RGB Variations
Color information
#E770AD (or 0xE770AD) is known color: Hot Pink. HEX triplet: E7, 70 and AD. RGB value is (231,112,173). Sum of RGB (Red+Green+Blue) = 231+112+173=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E770AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770AD is #188F52. Grayscale: #9A9A9A. Windows color (decimal): -1609555 or 11366631. OLE color: 11366631.
HSL color Cylindrical-coordinate representation of color #E770AD: hue angle of 329.24º 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 #E770AD is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 173 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.09 |
| HSL | 329.24º | 0.71% | 0.67% | - |
| HSV(B) | 329.24º | 0.52% | 0.91% | - |
| XYZ | 46.29 | 31.59 | 43.19 | - |
| YUV | 154.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 173 | 0 | 0.52 | 0.25 | 0.09 | 329.24 | 0.71 | 0.67 |
| Hex | E7 | 70 | AD | 0 | 34 | 19 | 9 | 149 | 47 | 43 |
| Octal | 347 | 160 | 255 | 0 | 64 | 31 | 11 | 511 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10101101 | 0 | 110100 | 11001 | 1001 | 101001001 | 1000111 | 1000011 |
Color Harmonies of #E770AD
Complementary color
Monochromatic Colors of #E770AD
Black with #E770AD
Text Example
Text Example
White with #E770AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E770AD; }
p { color: rgb(231,112,173); }
H1.HeaderClassName
{
color: #E770AD;
}
.AnyTagClassName
{
color: #E770AD;
}
</style>
background-color css
<style>
a { background-color: #E770AD; }
a { background-color: rgb(231,112,173); }
div.DivClassName
{
background-color: #E770AD;
}
.BgClassName
{
background-color: #E770AD;
}
</style>
border-color css
<style>
span { border-color: #E770AD; }
span { border-color: rgb(231,112,173); }
td.TdClassName
{
border-color: #E770AD;
}
.TagClassName
{
border-color: #E770AD;
}
</style>