Shades of Hot Pink #E973AD
Tints of Hot Pink #E973AD
RGB
CMYK
RGB Variations
Color information
#E973AD (or 0xE973AD) is known color: Hot Pink. HEX triplet: E9, 73 and AD. RGB value is (233,115,173). Sum of RGB (Red+Green+Blue) = 233+115+173=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E973AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973AD is #168C52. Grayscale: #9C9C9C. Windows color (decimal): -1477715 or 11367401. OLE color: 11367401.
HSL color Cylindrical-coordinate representation of color #E973AD: hue angle of 330.51º degrees, saturation: 0.73, 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 #E973AD is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 173 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.09 |
| HSL | 330.51º | 0.73% | 0.68% | - |
| HSV(B) | 330.51º | 0.51% | 0.91% | - |
| XYZ | 47.28 | 32.6 | 43.34 | - |
| YUV | 156.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 173 | 0 | 0.51 | 0.26 | 0.09 | 330.51 | 0.73 | 0.68 |
| Hex | E9 | 73 | AD | 0 | 33 | 1A | 9 | 14B | 49 | 44 |
| Octal | 351 | 163 | 255 | 0 | 63 | 32 | 11 | 513 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10101101 | 0 | 110011 | 11010 | 1001 | 101001011 | 1001001 | 1000100 |
Color Harmonies of #E973AD
Complementary color
Monochromatic Colors of #E973AD
Black with #E973AD
Text Example
Text Example
White with #E973AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973AD; }
p { color: rgb(233,115,173); }
H1.HeaderClassName
{
color: #E973AD;
}
.AnyTagClassName
{
color: #E973AD;
}
</style>
background-color css
<style>
a { background-color: #E973AD; }
a { background-color: rgb(233,115,173); }
div.DivClassName
{
background-color: #E973AD;
}
.BgClassName
{
background-color: #E973AD;
}
</style>
border-color css
<style>
span { border-color: #E973AD; }
span { border-color: rgb(233,115,173); }
td.TdClassName
{
border-color: #E973AD;
}
.TagClassName
{
border-color: #E973AD;
}
</style>