Shades of Hot Pink #E963B0
Tints of Hot Pink #E963B0
RGB
CMYK
RGB Variations
Color information
#E963B0 (or 0xE963B0) is known color: Hot Pink. HEX triplet: E9, 63 and B0. RGB value is (233,99,176). Sum of RGB (Red+Green+Blue) = 233+99+176=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E963B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963B0 is #169C4F. Grayscale: #939393. Windows color (decimal): -1481808 or 11559913. OLE color: 11559913.
HSL color Cylindrical-coordinate representation of color #E963B0: hue angle of 325.52º 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 #E963B0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 176 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.09 |
| HSL | 325.52º | 0.75% | 0.65% | - |
| HSV(B) | 325.52º | 0.58% | 0.91% | - |
| XYZ | 45.9 | 29.38 | 44.33 | - |
| YUV | 147.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 176 | 0 | 0.58 | 0.24 | 0.09 | 325.52 | 0.75 | 0.65 |
| Hex | E9 | 63 | B0 | 0 | 3A | 18 | 9 | 146 | 4B | 41 |
| Octal | 351 | 143 | 260 | 0 | 72 | 30 | 11 | 506 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10110000 | 0 | 111010 | 11000 | 1001 | 101000110 | 1001011 | 1000001 |
Color Harmonies of #E963B0
Complementary color
Monochromatic Colors of #E963B0
Black with #E963B0
Text Example
Text Example
White with #E963B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963B0; }
p { color: rgb(233,99,176); }
H1.HeaderClassName
{
color: #E963B0;
}
.AnyTagClassName
{
color: #E963B0;
}
</style>
background-color css
<style>
a { background-color: #E963B0; }
a { background-color: rgb(233,99,176); }
div.DivClassName
{
background-color: #E963B0;
}
.BgClassName
{
background-color: #E963B0;
}
</style>
border-color css
<style>
span { border-color: #E963B0; }
span { border-color: rgb(233,99,176); }
td.TdClassName
{
border-color: #E963B0;
}
.TagClassName
{
border-color: #E963B0;
}
</style>