Shades of Hot Pink #E15EB4
Tints of Hot Pink #E15EB4
RGB
CMYK
RGB Variations
Color information
#E15EB4 (or 0xE15EB4) is known color: Hot Pink. HEX triplet: E1, 5E and B4. RGB value is (225,94,180). Sum of RGB (Red+Green+Blue) = 225+94+180=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EB4 is #1EA14B. Grayscale: #8E8E8E. Windows color (decimal): -2007372 or 11820769. OLE color: 11820769.
HSL color Cylindrical-coordinate representation of color #E15EB4: hue angle of 320.61º 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 #E15EB4 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 180 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.12 |
| HSL | 320.61º | 0.69% | 0.63% | - |
| HSV(B) | 320.61º | 0.58% | 0.88% | - |
| XYZ | 43.29 | 27.31 | 46.17 | - |
| YUV | 142.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 180 | 0 | 0.58 | 0.2 | 0.12 | 320.61 | 0.69 | 0.63 |
| Hex | E1 | 5E | B4 | 0 | 3A | 14 | C | 141 | 45 | 3F |
| Octal | 341 | 136 | 264 | 0 | 72 | 24 | 14 | 501 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10110100 | 0 | 111010 | 10100 | 1100 | 101000001 | 1000101 | 111111 |
Color Harmonies of #E15EB4
Complementary color
Monochromatic Colors of #E15EB4
Black with #E15EB4
Text Example
Text Example
White with #E15EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EB4; }
p { color: rgb(225,94,180); }
H1.HeaderClassName
{
color: #E15EB4;
}
.AnyTagClassName
{
color: #E15EB4;
}
</style>
background-color css
<style>
a { background-color: #E15EB4; }
a { background-color: rgb(225,94,180); }
div.DivClassName
{
background-color: #E15EB4;
}
.BgClassName
{
background-color: #E15EB4;
}
</style>
border-color css
<style>
span { border-color: #E15EB4; }
span { border-color: rgb(225,94,180); }
td.TdClassName
{
border-color: #E15EB4;
}
.TagClassName
{
border-color: #E15EB4;
}
</style>