Shades of Hot Pink #E963AC
Tints of Hot Pink #E963AC
RGB
CMYK
RGB Variations
Color information
#E963AC (or 0xE963AC) is known color: Hot Pink. HEX triplet: E9, 63 and AC. RGB value is (233,99,172). Sum of RGB (Red+Green+Blue) = 233+99+172=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E963AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963AC is #169C53. Grayscale: #939393. Windows color (decimal): -1481812 or 11297769. OLE color: 11297769.
HSL color Cylindrical-coordinate representation of color #E963AC: hue angle of 327.31º 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 #E963AC is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 172 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.09 |
| HSL | 327.31º | 0.75% | 0.65% | - |
| HSV(B) | 327.31º | 0.58% | 0.91% | - |
| XYZ | 45.51 | 29.23 | 42.27 | - |
| YUV | 147.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 172 | 0 | 0.58 | 0.26 | 0.09 | 327.31 | 0.75 | 0.65 |
| Hex | E9 | 63 | AC | 0 | 3A | 1A | 9 | 147 | 4B | 41 |
| Octal | 351 | 143 | 254 | 0 | 72 | 32 | 11 | 507 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10101100 | 0 | 111010 | 11010 | 1001 | 101000111 | 1001011 | 1000001 |
Color Harmonies of #E963AC
Complementary color
Monochromatic Colors of #E963AC
Black with #E963AC
Text Example
Text Example
White with #E963AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963AC; }
p { color: rgb(233,99,172); }
H1.HeaderClassName
{
color: #E963AC;
}
.AnyTagClassName
{
color: #E963AC;
}
</style>
background-color css
<style>
a { background-color: #E963AC; }
a { background-color: rgb(233,99,172); }
div.DivClassName
{
background-color: #E963AC;
}
.BgClassName
{
background-color: #E963AC;
}
</style>
border-color css
<style>
span { border-color: #E963AC; }
span { border-color: rgb(233,99,172); }
td.TdClassName
{
border-color: #E963AC;
}
.TagClassName
{
border-color: #E963AC;
}
</style>