Shades of Hot Pink #E960B7
Tints of Hot Pink #E960B7
RGB
CMYK
RGB Variations
Color information
#E960B7 (or 0xE960B7) is known color: Hot Pink. HEX triplet: E9, 60 and B7. RGB value is (233,96,183). Sum of RGB (Red+Green+Blue) = 233+96+183=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E960B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960B7 is #169F48. Grayscale: #929292. Windows color (decimal): -1482569 or 12017897. OLE color: 12017897.
HSL color Cylindrical-coordinate representation of color #E960B7: hue angle of 321.9º 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 #E960B7 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 183 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.09 |
| HSL | 321.9º | 0.76% | 0.65% | - |
| HSV(B) | 321.9º | 0.59% | 0.91% | - |
| XYZ | 46.33 | 29.11 | 47.98 | - |
| YUV | 146.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 183 | 0 | 0.59 | 0.21 | 0.09 | 321.9 | 0.76 | 0.65 |
| Hex | E9 | 60 | B7 | 0 | 3B | 15 | 9 | 142 | 4C | 41 |
| Octal | 351 | 140 | 267 | 0 | 73 | 25 | 11 | 502 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10110111 | 0 | 111011 | 10101 | 1001 | 101000010 | 1001100 | 1000001 |
Color Harmonies of #E960B7
Complementary color
Monochromatic Colors of #E960B7
Black with #E960B7
Text Example
Text Example
White with #E960B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960B7; }
p { color: rgb(233,96,183); }
H1.HeaderClassName
{
color: #E960B7;
}
.AnyTagClassName
{
color: #E960B7;
}
</style>
background-color css
<style>
a { background-color: #E960B7; }
a { background-color: rgb(233,96,183); }
div.DivClassName
{
background-color: #E960B7;
}
.BgClassName
{
background-color: #E960B7;
}
</style>
border-color css
<style>
span { border-color: #E960B7; }
span { border-color: rgb(233,96,183); }
td.TdClassName
{
border-color: #E960B7;
}
.TagClassName
{
border-color: #E960B7;
}
</style>