Shades of Hot Pink #E95FB0
Tints of Hot Pink #E95FB0
RGB
CMYK
RGB Variations
Color information
#E95FB0 (or 0xE95FB0) is known color: Hot Pink. HEX triplet: E9, 5F and B0. RGB value is (233,95,176). Sum of RGB (Red+Green+Blue) = 233+95+176=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95FB0 is #16A04F. Grayscale: #919191. Windows color (decimal): -1482832 or 11558889. OLE color: 11558889.
HSL color Cylindrical-coordinate representation of color #E95FB0: hue angle of 324.78º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95FB0 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 176 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.09 |
| HSL | 324.78º | 0.76% | 0.64% | - |
| HSV(B) | 324.78º | 0.59% | 0.91% | - |
| XYZ | 45.53 | 28.64 | 44.2 | - |
| YUV | 145.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 176 | 0 | 0.59 | 0.24 | 0.09 | 324.78 | 0.76 | 0.64 |
| Hex | E9 | 5F | B0 | 0 | 3B | 18 | 9 | 145 | 4C | 40 |
| Octal | 351 | 137 | 260 | 0 | 73 | 30 | 11 | 505 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10110000 | 0 | 111011 | 11000 | 1001 | 101000101 | 1001100 | 1000000 |
Color Harmonies of #E95FB0
Complementary color
Monochromatic Colors of #E95FB0
Black with #E95FB0
Text Example
Text Example
White with #E95FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FB0; }
p { color: rgb(233,95,176); }
H1.HeaderClassName
{
color: #E95FB0;
}
.AnyTagClassName
{
color: #E95FB0;
}
</style>
background-color css
<style>
a { background-color: #E95FB0; }
a { background-color: rgb(233,95,176); }
div.DivClassName
{
background-color: #E95FB0;
}
.BgClassName
{
background-color: #E95FB0;
}
</style>
border-color css
<style>
span { border-color: #E95FB0; }
span { border-color: rgb(233,95,176); }
td.TdClassName
{
border-color: #E95FB0;
}
.TagClassName
{
border-color: #E95FB0;
}
</style>