Shades of Hot Pink #E974AB
Tints of Hot Pink #E974AB
RGB
CMYK
RGB Variations
Color information
#E974AB (or 0xE974AB) is known color: Hot Pink. HEX triplet: E9, 74 and AB. RGB value is (233,116,171). Sum of RGB (Red+Green+Blue) = 233+116+171=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E974AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974AB is #168B54. Grayscale: #9D9D9D. Windows color (decimal): -1477461 or 11236585. OLE color: 11236585.
HSL color Cylindrical-coordinate representation of color #E974AB: hue angle of 331.79º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974AB is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 171 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.09 |
| HSL | 331.79º | 0.73% | 0.68% | - |
| HSV(B) | 331.79º | 0.5% | 0.91% | - |
| XYZ | 47.2 | 32.75 | 42.36 | - |
| YUV | 157.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 171 | 0 | 0.50 | 0.27 | 0.09 | 331.79 | 0.73 | 0.68 |
| Hex | E9 | 74 | AB | 0 | 32 | 1B | 9 | 14C | 49 | 44 |
| Octal | 351 | 164 | 253 | 0 | 62 | 33 | 11 | 514 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10101011 | 0 | 110010 | 11011 | 1001 | 101001100 | 1001001 | 1000100 |
Color Harmonies of #E974AB
Complementary color
Monochromatic Colors of #E974AB
Black with #E974AB
Text Example
Text Example
White with #E974AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974AB; }
p { color: rgb(233,116,171); }
H1.HeaderClassName
{
color: #E974AB;
}
.AnyTagClassName
{
color: #E974AB;
}
</style>
background-color css
<style>
a { background-color: #E974AB; }
a { background-color: rgb(233,116,171); }
div.DivClassName
{
background-color: #E974AB;
}
.BgClassName
{
background-color: #E974AB;
}
</style>
border-color css
<style>
span { border-color: #E974AB; }
span { border-color: rgb(233,116,171); }
td.TdClassName
{
border-color: #E974AB;
}
.TagClassName
{
border-color: #E974AB;
}
</style>