Shades of Hot Pink #E963AD
Tints of Hot Pink #E963AD
RGB
CMYK
RGB Variations
Color information
#E963AD (or 0xE963AD) is known color: Hot Pink. HEX triplet: E9, 63 and AD. RGB value is (233,99,173). Sum of RGB (Red+Green+Blue) = 233+99+173=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E963AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963AD is #169C52. Grayscale: #939393. Windows color (decimal): -1481811 or 11363305. OLE color: 11363305.
HSL color Cylindrical-coordinate representation of color #E963AD: hue angle of 326.87º 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 #E963AD is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 173 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.09 |
| HSL | 326.87º | 0.75% | 0.65% | - |
| HSV(B) | 326.87º | 0.58% | 0.91% | - |
| XYZ | 45.61 | 29.26 | 42.78 | - |
| YUV | 147.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 173 | 0 | 0.58 | 0.26 | 0.09 | 326.87 | 0.75 | 0.65 |
| Hex | E9 | 63 | AD | 0 | 3A | 1A | 9 | 147 | 4B | 41 |
| Octal | 351 | 143 | 255 | 0 | 72 | 32 | 11 | 507 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10101101 | 0 | 111010 | 11010 | 1001 | 101000111 | 1001011 | 1000001 |
Color Harmonies of #E963AD
Complementary color
Monochromatic Colors of #E963AD
Black with #E963AD
Text Example
Text Example
White with #E963AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963AD; }
p { color: rgb(233,99,173); }
H1.HeaderClassName
{
color: #E963AD;
}
.AnyTagClassName
{
color: #E963AD;
}
</style>
background-color css
<style>
a { background-color: #E963AD; }
a { background-color: rgb(233,99,173); }
div.DivClassName
{
background-color: #E963AD;
}
.BgClassName
{
background-color: #E963AD;
}
</style>
border-color css
<style>
span { border-color: #E963AD; }
span { border-color: rgb(233,99,173); }
td.TdClassName
{
border-color: #E963AD;
}
.TagClassName
{
border-color: #E963AD;
}
</style>