Shades of Hot Pink #E960AF
Tints of Hot Pink #E960AF
RGB
CMYK
RGB Variations
Color information
#E960AF (or 0xE960AF) is known color: Hot Pink. HEX triplet: E9, 60 and AF. RGB value is (233,96,175). Sum of RGB (Red+Green+Blue) = 233+96+175=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AF is #169F50. Grayscale: #919191. Windows color (decimal): -1482577 or 11493609. OLE color: 11493609.
HSL color Cylindrical-coordinate representation of color #E960AF: hue angle of 325.4º 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 #E960AF is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 175 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.09 |
| HSL | 325.4º | 0.76% | 0.65% | - |
| HSV(B) | 325.4º | 0.59% | 0.91% | - |
| XYZ | 45.53 | 28.78 | 43.71 | - |
| YUV | 145.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 175 | 0 | 0.59 | 0.25 | 0.09 | 325.4 | 0.76 | 0.65 |
| Hex | E9 | 60 | AF | 0 | 3B | 19 | 9 | 145 | 4C | 41 |
| Octal | 351 | 140 | 257 | 0 | 73 | 31 | 11 | 505 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10101111 | 0 | 111011 | 11001 | 1001 | 101000101 | 1001100 | 1000001 |
Color Harmonies of #E960AF
Complementary color
Monochromatic Colors of #E960AF
Black with #E960AF
Text Example
Text Example
White with #E960AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960AF; }
p { color: rgb(233,96,175); }
H1.HeaderClassName
{
color: #E960AF;
}
.AnyTagClassName
{
color: #E960AF;
}
</style>
background-color css
<style>
a { background-color: #E960AF; }
a { background-color: rgb(233,96,175); }
div.DivClassName
{
background-color: #E960AF;
}
.BgClassName
{
background-color: #E960AF;
}
</style>
border-color css
<style>
span { border-color: #E960AF; }
span { border-color: rgb(233,96,175); }
td.TdClassName
{
border-color: #E960AF;
}
.TagClassName
{
border-color: #E960AF;
}
</style>