Shades of Hot Pink #E964BB
Tints of Hot Pink #E964BB
RGB
CMYK
RGB Variations
Color information
#E964BB (or 0xE964BB) is known color: Hot Pink. HEX triplet: E9, 64 and BB. RGB value is (233,100,187). Sum of RGB (Red+Green+Blue) = 233+100+187=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E964BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E964BB is #169B44. Grayscale: #959595. Windows color (decimal): -1481541 or 12281065. OLE color: 12281065.
HSL color Cylindrical-coordinate representation of color #E964BB: hue angle of 320.75º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964BB is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 187 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.09 |
| HSL | 320.75º | 0.75% | 0.65% | - |
| HSV(B) | 320.75º | 0.57% | 0.91% | - |
| XYZ | 47.13 | 30.03 | 50.33 | - |
| YUV | 149.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 187 | 0 | 0.57 | 0.20 | 0.09 | 320.75 | 0.75 | 0.65 |
| Hex | E9 | 64 | BB | 0 | 39 | 14 | 9 | 141 | 4B | 41 |
| Octal | 351 | 144 | 273 | 0 | 71 | 24 | 11 | 501 | 113 | 101 |
| Binary | 11101001 | 1100100 | 10111011 | 0 | 111001 | 10100 | 1001 | 101000001 | 1001011 | 1000001 |
Color Harmonies of #E964BB
Complementary color
Monochromatic Colors of #E964BB
Black with #E964BB
Text Example
Text Example
White with #E964BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E964BB; }
p { color: rgb(233,100,187); }
H1.HeaderClassName
{
color: #E964BB;
}
.AnyTagClassName
{
color: #E964BB;
}
</style>
background-color css
<style>
a { background-color: #E964BB; }
a { background-color: rgb(233,100,187); }
div.DivClassName
{
background-color: #E964BB;
}
.BgClassName
{
background-color: #E964BB;
}
</style>
border-color css
<style>
span { border-color: #E964BB; }
span { border-color: rgb(233,100,187); }
td.TdClassName
{
border-color: #E964BB;
}
.TagClassName
{
border-color: #E964BB;
}
</style>