Shades of Hot Pink #E159B7
Tints of Hot Pink #E159B7
RGB
CMYK
RGB Variations
Color information
#E159B7 (or 0xE159B7) is known color: Hot Pink. HEX triplet: E1, 59 and B7. RGB value is (225,89,183). Sum of RGB (Red+Green+Blue) = 225+89+183=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E159B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159B7 is #1EA648. Grayscale: #8C8C8C. Windows color (decimal): -2008649 or 12016097. OLE color: 12016097.
HSL color Cylindrical-coordinate representation of color #E159B7: hue angle of 318.53º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E159B7 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 183 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.12 |
| HSL | 318.53º | 0.69% | 0.62% | - |
| HSV(B) | 318.53º | 0.6% | 0.88% | - |
| XYZ | 43.17 | 26.57 | 47.65 | - |
| YUV | 140.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 183 | 0 | 0.60 | 0.19 | 0.12 | 318.53 | 0.69 | 0.62 |
| Hex | E1 | 59 | B7 | 0 | 3C | 13 | C | 13F | 45 | 3E |
| Octal | 341 | 131 | 267 | 0 | 74 | 23 | 14 | 477 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10110111 | 0 | 111100 | 10011 | 1100 | 100111111 | 1000101 | 111110 |
Color Harmonies of #E159B7
Complementary color
Monochromatic Colors of #E159B7
Black with #E159B7
Text Example
Text Example
White with #E159B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159B7; }
p { color: rgb(225,89,183); }
H1.HeaderClassName
{
color: #E159B7;
}
.AnyTagClassName
{
color: #E159B7;
}
</style>
background-color css
<style>
a { background-color: #E159B7; }
a { background-color: rgb(225,89,183); }
div.DivClassName
{
background-color: #E159B7;
}
.BgClassName
{
background-color: #E159B7;
}
</style>
border-color css
<style>
span { border-color: #E159B7; }
span { border-color: rgb(225,89,183); }
td.TdClassName
{
border-color: #E159B7;
}
.TagClassName
{
border-color: #E159B7;
}
</style>