Shades of Hot Pink #E963B5
Tints of Hot Pink #E963B5
RGB
CMYK
RGB Variations
Color information
#E963B5 (or 0xE963B5) is known color: Hot Pink. HEX triplet: E9, 63 and B5. RGB value is (233,99,181). Sum of RGB (Red+Green+Blue) = 233+99+181=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E963B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963B5 is #169C4A. Grayscale: #949494. Windows color (decimal): -1481803 or 11887593. OLE color: 11887593.
HSL color Cylindrical-coordinate representation of color #E963B5: hue angle of 323.28º 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 #E963B5 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 181 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.09 |
| HSL | 323.28º | 0.75% | 0.65% | - |
| HSV(B) | 323.28º | 0.58% | 0.91% | - |
| XYZ | 46.41 | 29.58 | 46.98 | - |
| YUV | 148.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 181 | 0 | 0.58 | 0.22 | 0.09 | 323.28 | 0.75 | 0.65 |
| Hex | E9 | 63 | B5 | 0 | 3A | 16 | 9 | 143 | 4B | 41 |
| Octal | 351 | 143 | 265 | 0 | 72 | 26 | 11 | 503 | 113 | 101 |
| Binary | 11101001 | 1100011 | 10110101 | 0 | 111010 | 10110 | 1001 | 101000011 | 1001011 | 1000001 |
Color Harmonies of #E963B5
Complementary color
Monochromatic Colors of #E963B5
Black with #E963B5
Text Example
Text Example
White with #E963B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963B5; }
p { color: rgb(233,99,181); }
H1.HeaderClassName
{
color: #E963B5;
}
.AnyTagClassName
{
color: #E963B5;
}
</style>
background-color css
<style>
a { background-color: #E963B5; }
a { background-color: rgb(233,99,181); }
div.DivClassName
{
background-color: #E963B5;
}
.BgClassName
{
background-color: #E963B5;
}
</style>
border-color css
<style>
span { border-color: #E963B5; }
span { border-color: rgb(233,99,181); }
td.TdClassName
{
border-color: #E963B5;
}
.TagClassName
{
border-color: #E963B5;
}
</style>