Shades of Hot Pink #E960AB
Tints of Hot Pink #E960AB
RGB
CMYK
RGB Variations
Color information
#E960AB (or 0xE960AB) is known color: Hot Pink. HEX triplet: E9, 60 and AB. RGB value is (233,96,171). Sum of RGB (Red+Green+Blue) = 233+96+171=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AB is #169F54. Grayscale: #919191. Windows color (decimal): -1482581 or 11231465. OLE color: 11231465.
HSL color Cylindrical-coordinate representation of color #E960AB: hue angle of 327.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960AB is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 171 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.09 |
| HSL | 327.15º | 0.76% | 0.65% | - |
| HSV(B) | 327.15º | 0.59% | 0.91% | - |
| XYZ | 45.14 | 28.63 | 41.68 | - |
| YUV | 145.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 171 | 0 | 0.59 | 0.27 | 0.09 | 327.15 | 0.76 | 0.65 |
| Hex | E9 | 60 | AB | 0 | 3B | 1B | 9 | 147 | 4C | 41 |
| Octal | 351 | 140 | 253 | 0 | 73 | 33 | 11 | 507 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10101011 | 0 | 111011 | 11011 | 1001 | 101000111 | 1001100 | 1000001 |
Color Harmonies of #E960AB
Complementary color
Monochromatic Colors of #E960AB
Black with #E960AB
Text Example
Text Example
White with #E960AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960AB; }
p { color: rgb(233,96,171); }
H1.HeaderClassName
{
color: #E960AB;
}
.AnyTagClassName
{
color: #E960AB;
}
</style>
background-color css
<style>
a { background-color: #E960AB; }
a { background-color: rgb(233,96,171); }
div.DivClassName
{
background-color: #E960AB;
}
.BgClassName
{
background-color: #E960AB;
}
</style>
border-color css
<style>
span { border-color: #E960AB; }
span { border-color: rgb(233,96,171); }
td.TdClassName
{
border-color: #E960AB;
}
.TagClassName
{
border-color: #E960AB;
}
</style>