Shades of Brilliant Rose #E159A2
Tints of Brilliant Rose #E159A2
RGB
CMYK
RGB Variations
Color information
#E159A2 (or 0xE159A2) is known color: Brilliant Rose. HEX triplet: E1, 59 and A2. RGB value is (225,89,162). Sum of RGB (Red+Green+Blue) = 225+89+162=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E159A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159A2 is #1EA65D. Grayscale: #898989. Windows color (decimal): -2008670 or 10639841. OLE color: 10639841.
HSL color Cylindrical-coordinate representation of color #E159A2: hue angle of 327.79º 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 #E159A2 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 162 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.12 |
| HSL | 327.79º | 0.69% | 0.62% | - |
| HSV(B) | 327.79º | 0.6% | 0.88% | - |
| XYZ | 41.15 | 25.76 | 36.99 | - |
| YUV | 137.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 162 | 0 | 0.60 | 0.28 | 0.12 | 327.79 | 0.69 | 0.62 |
| Hex | E1 | 59 | A2 | 0 | 3C | 1C | C | 148 | 45 | 3E |
| Octal | 341 | 131 | 242 | 0 | 74 | 34 | 14 | 510 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10100010 | 0 | 111100 | 11100 | 1100 | 101001000 | 1000101 | 111110 |
Color Harmonies of #E159A2
Complementary color
Monochromatic Colors of #E159A2
Black with #E159A2
Text Example
Text Example
White with #E159A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159A2; }
p { color: rgb(225,89,162); }
H1.HeaderClassName
{
color: #E159A2;
}
.AnyTagClassName
{
color: #E159A2;
}
</style>
background-color css
<style>
a { background-color: #E159A2; }
a { background-color: rgb(225,89,162); }
div.DivClassName
{
background-color: #E159A2;
}
.BgClassName
{
background-color: #E159A2;
}
</style>
border-color css
<style>
span { border-color: #E159A2; }
span { border-color: rgb(225,89,162); }
td.TdClassName
{
border-color: #E159A2;
}
.TagClassName
{
border-color: #E159A2;
}
</style>