Shades of Hot Pink #E15EB2
Tints of Hot Pink #E15EB2
RGB
CMYK
RGB Variations
Color information
#E15EB2 (or 0xE15EB2) is known color: Hot Pink. HEX triplet: E1, 5E and B2. RGB value is (225,94,178). Sum of RGB (Red+Green+Blue) = 225+94+178=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15EB2 is #1EA14D. Grayscale: #8E8E8E. Windows color (decimal): -2007374 or 11689697. OLE color: 11689697.
HSL color Cylindrical-coordinate representation of color #E15EB2: hue angle of 321.53º 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 #E15EB2 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 178 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.12 |
| HSL | 321.53º | 0.69% | 0.63% | - |
| HSV(B) | 321.53º | 0.58% | 0.88% | - |
| XYZ | 43.09 | 27.23 | 45.1 | - |
| YUV | 142.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 178 | 0 | 0.58 | 0.21 | 0.12 | 321.53 | 0.69 | 0.63 |
| Hex | E1 | 5E | B2 | 0 | 3A | 15 | C | 142 | 45 | 3F |
| Octal | 341 | 136 | 262 | 0 | 72 | 25 | 14 | 502 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10110010 | 0 | 111010 | 10101 | 1100 | 101000010 | 1000101 | 111111 |
Color Harmonies of #E15EB2
Complementary color
Monochromatic Colors of #E15EB2
Black with #E15EB2
Text Example
Text Example
White with #E15EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EB2; }
p { color: rgb(225,94,178); }
H1.HeaderClassName
{
color: #E15EB2;
}
.AnyTagClassName
{
color: #E15EB2;
}
</style>
background-color css
<style>
a { background-color: #E15EB2; }
a { background-color: rgb(225,94,178); }
div.DivClassName
{
background-color: #E15EB2;
}
.BgClassName
{
background-color: #E15EB2;
}
</style>
border-color css
<style>
span { border-color: #E15EB2; }
span { border-color: rgb(225,94,178); }
td.TdClassName
{
border-color: #E15EB2;
}
.TagClassName
{
border-color: #E15EB2;
}
</style>