Shades of Brilliant Rose #E159A1
Tints of Brilliant Rose #E159A1
RGB
CMYK
RGB Variations
Color information
#E159A1 (or 0xE159A1) is known color: Brilliant Rose. HEX triplet: E1, 59 and A1. RGB value is (225,89,161). Sum of RGB (Red+Green+Blue) = 225+89+161=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E159A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159A1 is #1EA65E. Grayscale: #898989. Windows color (decimal): -2008671 or 10574305. OLE color: 10574305.
HSL color Cylindrical-coordinate representation of color #E159A1: hue angle of 328.24º 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 #E159A1 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 161 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.12 |
| HSL | 328.24º | 0.69% | 0.62% | - |
| HSV(B) | 328.24º | 0.6% | 0.88% | - |
| XYZ | 41.06 | 25.73 | 36.52 | - |
| YUV | 137.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 161 | 0 | 0.60 | 0.28 | 0.12 | 328.24 | 0.69 | 0.62 |
| Hex | E1 | 59 | A1 | 0 | 3C | 1C | C | 148 | 45 | 3E |
| Octal | 341 | 131 | 241 | 0 | 74 | 34 | 14 | 510 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10100001 | 0 | 111100 | 11100 | 1100 | 101001000 | 1000101 | 111110 |
Color Harmonies of #E159A1
Complementary color
Monochromatic Colors of #E159A1
Black with #E159A1
Text Example
Text Example
White with #E159A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159A1; }
p { color: rgb(225,89,161); }
H1.HeaderClassName
{
color: #E159A1;
}
.AnyTagClassName
{
color: #E159A1;
}
</style>
background-color css
<style>
a { background-color: #E159A1; }
a { background-color: rgb(225,89,161); }
div.DivClassName
{
background-color: #E159A1;
}
.BgClassName
{
background-color: #E159A1;
}
</style>
border-color css
<style>
span { border-color: #E159A1; }
span { border-color: rgb(225,89,161); }
td.TdClassName
{
border-color: #E159A1;
}
.TagClassName
{
border-color: #E159A1;
}
</style>