Shades of Hot Pink #E971AD
Tints of Hot Pink #E971AD
RGB
CMYK
RGB Variations
Color information
#E971AD (or 0xE971AD) is known color: Hot Pink. HEX triplet: E9, 71 and AD. RGB value is (233,113,173). Sum of RGB (Red+Green+Blue) = 233+113+173=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E971AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971AD is #168E52. Grayscale: #9B9B9B. Windows color (decimal): -1478227 or 11366889. OLE color: 11366889.
HSL color Cylindrical-coordinate representation of color #E971AD: hue angle of 330º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971AD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 173 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.09 |
| HSL | 330º | 0.73% | 0.68% | - |
| HSV(B) | 330º | 0.52% | 0.91% | - |
| XYZ | 47.05 | 32.15 | 43.26 | - |
| YUV | 155.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 173 | 0 | 0.52 | 0.26 | 0.09 | 330 | 0.73 | 0.68 |
| Hex | E9 | 71 | AD | 0 | 34 | 1A | 9 | 14A | 49 | 44 |
| Octal | 351 | 161 | 255 | 0 | 64 | 32 | 11 | 512 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10101101 | 0 | 110100 | 11010 | 1001 | 101001010 | 1001001 | 1000100 |
Color Harmonies of #E971AD
Complementary color
Monochromatic Colors of #E971AD
Black with #E971AD
Text Example
Text Example
White with #E971AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971AD; }
p { color: rgb(233,113,173); }
H1.HeaderClassName
{
color: #E971AD;
}
.AnyTagClassName
{
color: #E971AD;
}
</style>
background-color css
<style>
a { background-color: #E971AD; }
a { background-color: rgb(233,113,173); }
div.DivClassName
{
background-color: #E971AD;
}
.BgClassName
{
background-color: #E971AD;
}
</style>
border-color css
<style>
span { border-color: #E971AD; }
span { border-color: rgb(233,113,173); }
td.TdClassName
{
border-color: #E971AD;
}
.TagClassName
{
border-color: #E971AD;
}
</style>