Shades of Hot Pink #E157B2
Tints of Hot Pink #E157B2
RGB
CMYK
RGB Variations
Color information
#E157B2 (or 0xE157B2) is known color: Hot Pink. HEX triplet: E1, 57 and B2. RGB value is (225,87,178). Sum of RGB (Red+Green+Blue) = 225+87+178=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E157B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E157B2 is #1EA84D. Grayscale: #8A8A8A. Windows color (decimal): -2009166 or 11687905. OLE color: 11687905.
HSL color Cylindrical-coordinate representation of color #E157B2: hue angle of 320.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E157B2 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 178 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.12 |
| HSL | 320.43º | 0.7% | 0.61% | - |
| HSV(B) | 320.43º | 0.61% | 0.88% | - |
| XYZ | 42.5 | 26.04 | 44.91 | - |
| YUV | 138.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 178 | 0 | 0.61 | 0.21 | 0.12 | 320.43 | 0.7 | 0.61 |
| Hex | E1 | 57 | B2 | 0 | 3D | 15 | C | 140 | 46 | 3D |
| Octal | 341 | 127 | 262 | 0 | 75 | 25 | 14 | 500 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10110010 | 0 | 111101 | 10101 | 1100 | 101000000 | 1000110 | 111101 |
Color Harmonies of #E157B2
Complementary color
Monochromatic Colors of #E157B2
Black with #E157B2
Text Example
Text Example
White with #E157B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E157B2; }
p { color: rgb(225,87,178); }
H1.HeaderClassName
{
color: #E157B2;
}
.AnyTagClassName
{
color: #E157B2;
}
</style>
background-color css
<style>
a { background-color: #E157B2; }
a { background-color: rgb(225,87,178); }
div.DivClassName
{
background-color: #E157B2;
}
.BgClassName
{
background-color: #E157B2;
}
</style>
border-color css
<style>
span { border-color: #E157B2; }
span { border-color: rgb(225,87,178); }
td.TdClassName
{
border-color: #E157B2;
}
.TagClassName
{
border-color: #E157B2;
}
</style>