Shades of Hot Pink #E15EB9
Tints of Hot Pink #E15EB9
RGB
CMYK
RGB Variations
Color information
#E15EB9 (or 0xE15EB9) is known color: Hot Pink. HEX triplet: E1, 5E and B9. RGB value is (225,94,185). Sum of RGB (Red+Green+Blue) = 225+94+185=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EB9 is #1EA146. Grayscale: #8F8F8F. Windows color (decimal): -2007367 or 12148449. OLE color: 12148449.
HSL color Cylindrical-coordinate representation of color #E15EB9: hue angle of 318.32º 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 #E15EB9 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 185 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.12 |
| HSL | 318.32º | 0.69% | 0.63% | - |
| HSV(B) | 318.32º | 0.58% | 0.88% | - |
| XYZ | 43.81 | 27.52 | 48.9 | - |
| YUV | 143.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 185 | 0 | 0.58 | 0.18 | 0.12 | 318.32 | 0.69 | 0.63 |
| Hex | E1 | 5E | B9 | 0 | 3A | 12 | C | 13E | 45 | 3F |
| Octal | 341 | 136 | 271 | 0 | 72 | 22 | 14 | 476 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10111001 | 0 | 111010 | 10010 | 1100 | 100111110 | 1000101 | 111111 |
Color Harmonies of #E15EB9
Complementary color
Monochromatic Colors of #E15EB9
Black with #E15EB9
Text Example
Text Example
White with #E15EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EB9; }
p { color: rgb(225,94,185); }
H1.HeaderClassName
{
color: #E15EB9;
}
.AnyTagClassName
{
color: #E15EB9;
}
</style>
background-color css
<style>
a { background-color: #E15EB9; }
a { background-color: rgb(225,94,185); }
div.DivClassName
{
background-color: #E15EB9;
}
.BgClassName
{
background-color: #E15EB9;
}
</style>
border-color css
<style>
span { border-color: #E15EB9; }
span { border-color: rgb(225,94,185); }
td.TdClassName
{
border-color: #E15EB9;
}
.TagClassName
{
border-color: #E15EB9;
}
</style>