Shades of Hot Pink #E960AC
Tints of Hot Pink #E960AC
RGB
CMYK
RGB Variations
Color information
#E960AC (or 0xE960AC) is known color: Hot Pink. HEX triplet: E9, 60 and AC. RGB value is (233,96,172). Sum of RGB (Red+Green+Blue) = 233+96+172=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AC is #169F53. Grayscale: #919191. Windows color (decimal): -1482580 or 11297001. OLE color: 11297001.
HSL color Cylindrical-coordinate representation of color #E960AC: hue angle of 326.72º 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 #E960AC is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 172 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.09 |
| HSL | 326.72º | 0.76% | 0.65% | - |
| HSV(B) | 326.72º | 0.59% | 0.91% | - |
| XYZ | 45.23 | 28.67 | 42.18 | - |
| YUV | 145.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 172 | 0 | 0.59 | 0.26 | 0.09 | 326.72 | 0.76 | 0.65 |
| Hex | E9 | 60 | AC | 0 | 3B | 1A | 9 | 147 | 4C | 41 |
| Octal | 351 | 140 | 254 | 0 | 73 | 32 | 11 | 507 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10101100 | 0 | 111011 | 11010 | 1001 | 101000111 | 1001100 | 1000001 |
Color Harmonies of #E960AC
Complementary color
Monochromatic Colors of #E960AC
Black with #E960AC
Text Example
Text Example
White with #E960AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960AC; }
p { color: rgb(233,96,172); }
H1.HeaderClassName
{
color: #E960AC;
}
.AnyTagClassName
{
color: #E960AC;
}
</style>
background-color css
<style>
a { background-color: #E960AC; }
a { background-color: rgb(233,96,172); }
div.DivClassName
{
background-color: #E960AC;
}
.BgClassName
{
background-color: #E960AC;
}
</style>
border-color css
<style>
span { border-color: #E960AC; }
span { border-color: rgb(233,96,172); }
td.TdClassName
{
border-color: #E960AC;
}
.TagClassName
{
border-color: #E960AC;
}
</style>