Shades of Hot Pink #E963B7
Tints of Hot Pink #E963B7
RGB
CMYK
RGB Variations
Color information
#E963B7 (or 0xE963B7) is known color: Hot Pink. HEX triplet: E9, 63 and B7. RGB value is (233,99,183). Sum of RGB (Red+Green+Blue) = 233+99+183=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E963B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963B7 is #169C48. Grayscale: #949494. Windows color (decimal): -1481801 or 12018665. OLE color: 12018665.
HSL color Cylindrical-coordinate representation of color #E963B7: hue angle of 322.39º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963B7 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 183 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.09 |
| HSL | 322.39º | 0.75% | 0.65% | - |
| HSV(B) | 322.39º | 0.58% | 0.91% | - |
| XYZ | 46.61 | 29.67 | 48.07 | - |
| YUV | 148.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 183 | 0 | 0.58 | 0.21 | 0.09 | 322.39 | 0.75 | 0.65 |
| Hex | E9 | 63 | B7 | 0 | 3A | 15 | 9 | 142 | 4B | 41 |
| Octal | 351 | 143 | 267 | 0 | 72 | 25 | 11 | 502 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10110111 | 0 | 111010 | 10101 | 1001 | 101000010 | 1001011 | 1000001 |
Color Harmonies of #E963B7
Complementary color
Monochromatic Colors of #E963B7
Black with #E963B7
Text Example
Text Example
White with #E963B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963B7; }
p { color: rgb(233,99,183); }
H1.HeaderClassName
{
color: #E963B7;
}
.AnyTagClassName
{
color: #E963B7;
}
</style>
background-color css
<style>
a { background-color: #E963B7; }
a { background-color: rgb(233,99,183); }
div.DivClassName
{
background-color: #E963B7;
}
.BgClassName
{
background-color: #E963B7;
}
</style>
border-color css
<style>
span { border-color: #E963B7; }
span { border-color: rgb(233,99,183); }
td.TdClassName
{
border-color: #E963B7;
}
.TagClassName
{
border-color: #E963B7;
}
</style>