Shades of Hot Pink #E970AB
Tints of Hot Pink #E970AB
RGB
CMYK
RGB Variations
Color information
#E970AB (or 0xE970AB) is known color: Hot Pink. HEX triplet: E9, 70 and AB. RGB value is (233,112,171). Sum of RGB (Red+Green+Blue) = 233+112+171=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E970AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970AB is #168F54. Grayscale: #9A9A9A. Windows color (decimal): -1478485 or 11235561. OLE color: 11235561.
HSL color Cylindrical-coordinate representation of color #E970AB: hue angle of 330.74º 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 #E970AB is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 171 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.09 |
| HSL | 330.74º | 0.73% | 0.68% | - |
| HSV(B) | 330.74º | 0.52% | 0.91% | - |
| XYZ | 46.75 | 31.85 | 42.21 | - |
| YUV | 154.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 171 | 0 | 0.52 | 0.27 | 0.09 | 330.74 | 0.73 | 0.68 |
| Hex | E9 | 70 | AB | 0 | 34 | 1B | 9 | 14B | 49 | 44 |
| Octal | 351 | 160 | 253 | 0 | 64 | 33 | 11 | 513 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10101011 | 0 | 110100 | 11011 | 1001 | 101001011 | 1001001 | 1000100 |
Color Harmonies of #E970AB
Complementary color
Monochromatic Colors of #E970AB
Black with #E970AB
Text Example
Text Example
White with #E970AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970AB; }
p { color: rgb(233,112,171); }
H1.HeaderClassName
{
color: #E970AB;
}
.AnyTagClassName
{
color: #E970AB;
}
</style>
background-color css
<style>
a { background-color: #E970AB; }
a { background-color: rgb(233,112,171); }
div.DivClassName
{
background-color: #E970AB;
}
.BgClassName
{
background-color: #E970AB;
}
</style>
border-color css
<style>
span { border-color: #E970AB; }
span { border-color: rgb(233,112,171); }
td.TdClassName
{
border-color: #E970AB;
}
.TagClassName
{
border-color: #E970AB;
}
</style>