Shades of Hot Pink #E15EB0
Tints of Hot Pink #E15EB0
RGB
CMYK
RGB Variations
Color information
#E15EB0 (or 0xE15EB0) is known color: Hot Pink. HEX triplet: E1, 5E and B0. RGB value is (225,94,176). Sum of RGB (Red+Green+Blue) = 225+94+176=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15EB0 is #1EA14F. Grayscale: #8E8E8E. Windows color (decimal): -2007376 or 11558625. OLE color: 11558625.
HSL color Cylindrical-coordinate representation of color #E15EB0: hue angle of 322.44º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EB0 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 176 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.12 |
| HSL | 322.44º | 0.69% | 0.63% | - |
| HSV(B) | 322.44º | 0.58% | 0.88% | - |
| XYZ | 42.89 | 27.15 | 44.05 | - |
| YUV | 142.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 176 | 0 | 0.58 | 0.22 | 0.12 | 322.44 | 0.69 | 0.63 |
| Hex | E1 | 5E | B0 | 0 | 3A | 16 | C | 142 | 45 | 3F |
| Octal | 341 | 136 | 260 | 0 | 72 | 26 | 14 | 502 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10110000 | 0 | 111010 | 10110 | 1100 | 101000010 | 1000101 | 111111 |
Color Harmonies of #E15EB0
Complementary color
Monochromatic Colors of #E15EB0
Black with #E15EB0
Text Example
Text Example
White with #E15EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EB0; }
p { color: rgb(225,94,176); }
H1.HeaderClassName
{
color: #E15EB0;
}
.AnyTagClassName
{
color: #E15EB0;
}
</style>
background-color css
<style>
a { background-color: #E15EB0; }
a { background-color: rgb(225,94,176); }
div.DivClassName
{
background-color: #E15EB0;
}
.BgClassName
{
background-color: #E15EB0;
}
</style>
border-color css
<style>
span { border-color: #E15EB0; }
span { border-color: rgb(225,94,176); }
td.TdClassName
{
border-color: #E15EB0;
}
.TagClassName
{
border-color: #E15EB0;
}
</style>