Shades of Hot Pink #E95BBC
Tints of Hot Pink #E95BBC
RGB
CMYK
RGB Variations
Color information
#E95BBC (or 0xE95BBC) is known color: Hot Pink. HEX triplet: E9, 5B and BC. RGB value is (233,91,188). Sum of RGB (Red+Green+Blue) = 233+91+188=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95BBC is #16A443. Grayscale: #909090. Windows color (decimal): -1483844 or 12344297. OLE color: 12344297.
HSL color Cylindrical-coordinate representation of color #E95BBC: hue angle of 319.01º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95BBC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 188 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.09 |
| HSL | 319.01º | 0.76% | 0.64% | - |
| HSV(B) | 319.01º | 0.61% | 0.91% | - |
| XYZ | 46.42 | 28.44 | 50.62 | - |
| YUV | 144.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 188 | 0 | 0.61 | 0.19 | 0.09 | 319.01 | 0.76 | 0.64 |
| Hex | E9 | 5B | BC | 0 | 3D | 13 | 9 | 13F | 4C | 40 |
| Octal | 351 | 133 | 274 | 0 | 75 | 23 | 11 | 477 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10111100 | 0 | 111101 | 10011 | 1001 | 100111111 | 1001100 | 1000000 |
Color Harmonies of #E95BBC
Complementary color
Monochromatic Colors of #E95BBC
Black with #E95BBC
Text Example
Text Example
White with #E95BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BBC; }
p { color: rgb(233,91,188); }
H1.HeaderClassName
{
color: #E95BBC;
}
.AnyTagClassName
{
color: #E95BBC;
}
</style>
background-color css
<style>
a { background-color: #E95BBC; }
a { background-color: rgb(233,91,188); }
div.DivClassName
{
background-color: #E95BBC;
}
.BgClassName
{
background-color: #E95BBC;
}
</style>
border-color css
<style>
span { border-color: #E95BBC; }
span { border-color: rgb(233,91,188); }
td.TdClassName
{
border-color: #E95BBC;
}
.TagClassName
{
border-color: #E95BBC;
}
</style>