Shades of Hot Pink #E963B1
Tints of Hot Pink #E963B1
RGB
CMYK
RGB Variations
Color information
#E963B1 (or 0xE963B1) is known color: Hot Pink. HEX triplet: E9, 63 and B1. RGB value is (233,99,177). Sum of RGB (Red+Green+Blue) = 233+99+177=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E963B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963B1 is #169C4E. Grayscale: #939393. Windows color (decimal): -1481807 or 11625449. OLE color: 11625449.
HSL color Cylindrical-coordinate representation of color #E963B1: hue angle of 325.07º 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 #E963B1 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 177 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.09 |
| HSL | 325.07º | 0.75% | 0.65% | - |
| HSV(B) | 325.07º | 0.58% | 0.91% | - |
| XYZ | 46 | 29.42 | 44.85 | - |
| YUV | 147.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 177 | 0 | 0.58 | 0.24 | 0.09 | 325.07 | 0.75 | 0.65 |
| Hex | E9 | 63 | B1 | 0 | 3A | 18 | 9 | 145 | 4B | 41 |
| Octal | 351 | 143 | 261 | 0 | 72 | 30 | 11 | 505 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10110001 | 0 | 111010 | 11000 | 1001 | 101000101 | 1001011 | 1000001 |
Color Harmonies of #E963B1
Complementary color
Monochromatic Colors of #E963B1
Black with #E963B1
Text Example
Text Example
White with #E963B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963B1; }
p { color: rgb(233,99,177); }
H1.HeaderClassName
{
color: #E963B1;
}
.AnyTagClassName
{
color: #E963B1;
}
</style>
background-color css
<style>
a { background-color: #E963B1; }
a { background-color: rgb(233,99,177); }
div.DivClassName
{
background-color: #E963B1;
}
.BgClassName
{
background-color: #E963B1;
}
</style>
border-color css
<style>
span { border-color: #E963B1; }
span { border-color: rgb(233,99,177); }
td.TdClassName
{
border-color: #E963B1;
}
.TagClassName
{
border-color: #E963B1;
}
</style>