Shades of Hot Pink #E971AA
Tints of Hot Pink #E971AA
RGB
CMYK
RGB Variations
Color information
#E971AA (or 0xE971AA) is known color: Hot Pink. HEX triplet: E9, 71 and AA. RGB value is (233,113,170). Sum of RGB (Red+Green+Blue) = 233+113+170=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E971AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971AA is #168E55. Grayscale: #9B9B9B. Windows color (decimal): -1478230 or 11170281. OLE color: 11170281.
HSL color Cylindrical-coordinate representation of color #E971AA: hue angle of 331.5º 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 #E971AA is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 170 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.09 |
| HSL | 331.5º | 0.73% | 0.68% | - |
| HSV(B) | 331.5º | 0.52% | 0.91% | - |
| XYZ | 46.77 | 32.04 | 41.75 | - |
| YUV | 155.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 170 | 0 | 0.52 | 0.27 | 0.09 | 331.5 | 0.73 | 0.68 |
| Hex | E9 | 71 | AA | 0 | 34 | 1B | 9 | 14C | 49 | 44 |
| Octal | 351 | 161 | 252 | 0 | 64 | 33 | 11 | 514 | 111 | 104 |
| Binary | 11101001 | 1110001 | 10101010 | 0 | 110100 | 11011 | 1001 | 101001100 | 1001001 | 1000100 |
Color Harmonies of #E971AA
Complementary color
Monochromatic Colors of #E971AA
Black with #E971AA
Text Example
Text Example
White with #E971AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971AA; }
p { color: rgb(233,113,170); }
H1.HeaderClassName
{
color: #E971AA;
}
.AnyTagClassName
{
color: #E971AA;
}
</style>
background-color css
<style>
a { background-color: #E971AA; }
a { background-color: rgb(233,113,170); }
div.DivClassName
{
background-color: #E971AA;
}
.BgClassName
{
background-color: #E971AA;
}
</style>
border-color css
<style>
span { border-color: #E971AA; }
span { border-color: rgb(233,113,170); }
td.TdClassName
{
border-color: #E971AA;
}
.TagClassName
{
border-color: #E971AA;
}
</style>