Shades of Hot Pink #E772AD
Tints of Hot Pink #E772AD
RGB
CMYK
RGB Variations
Color information
#E772AD (or 0xE772AD) is known color: Hot Pink. HEX triplet: E7, 72 and AD. RGB value is (231,114,173). Sum of RGB (Red+Green+Blue) = 231+114+173=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E772AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772AD is #188D52. Grayscale: #9B9B9B. Windows color (decimal): -1609043 or 11367143. OLE color: 11367143.
HSL color Cylindrical-coordinate representation of color #E772AD: hue angle of 329.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772AD is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 173 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.09 |
| HSL | 329.74º | 0.71% | 0.68% | - |
| HSV(B) | 329.74º | 0.51% | 0.91% | - |
| XYZ | 46.52 | 32.04 | 43.27 | - |
| YUV | 155.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 173 | 0 | 0.51 | 0.25 | 0.09 | 329.74 | 0.71 | 0.68 |
| Hex | E7 | 72 | AD | 0 | 33 | 19 | 9 | 14A | 47 | 44 |
| Octal | 347 | 162 | 255 | 0 | 63 | 31 | 11 | 512 | 107 | 104 |
| Binary | 11100111 | 1110010 | 10101101 | 0 | 110011 | 11001 | 1001 | 101001010 | 1000111 | 1000100 |
Color Harmonies of #E772AD
Complementary color
Monochromatic Colors of #E772AD
Black with #E772AD
Text Example
Text Example
White with #E772AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772AD; }
p { color: rgb(231,114,173); }
H1.HeaderClassName
{
color: #E772AD;
}
.AnyTagClassName
{
color: #E772AD;
}
</style>
background-color css
<style>
a { background-color: #E772AD; }
a { background-color: rgb(231,114,173); }
div.DivClassName
{
background-color: #E772AD;
}
.BgClassName
{
background-color: #E772AD;
}
</style>
border-color css
<style>
span { border-color: #E772AD; }
span { border-color: rgb(231,114,173); }
td.TdClassName
{
border-color: #E772AD;
}
.TagClassName
{
border-color: #E772AD;
}
</style>