Shades of Brilliant Rose #E159A3
Tints of Brilliant Rose #E159A3
RGB
CMYK
RGB Variations
Color information
#E159A3 (or 0xE159A3) is known color: Brilliant Rose. HEX triplet: E1, 59 and A3. RGB value is (225,89,163). Sum of RGB (Red+Green+Blue) = 225+89+163=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E159A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159A3 is #1EA65C. Grayscale: #898989. Windows color (decimal): -2008669 or 10705377. OLE color: 10705377.
HSL color Cylindrical-coordinate representation of color #E159A3: hue angle of 327.35º 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 #E159A3 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 163 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.12 |
| HSL | 327.35º | 0.69% | 0.62% | - |
| HSV(B) | 327.35º | 0.6% | 0.88% | - |
| XYZ | 41.23 | 25.8 | 37.46 | - |
| YUV | 138.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 163 | 0 | 0.60 | 0.28 | 0.12 | 327.35 | 0.69 | 0.62 |
| Hex | E1 | 59 | A3 | 0 | 3C | 1C | C | 147 | 45 | 3E |
| Octal | 341 | 131 | 243 | 0 | 74 | 34 | 14 | 507 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10100011 | 0 | 111100 | 11100 | 1100 | 101000111 | 1000101 | 111110 |
Color Harmonies of #E159A3
Complementary color
Monochromatic Colors of #E159A3
Black with #E159A3
Text Example
Text Example
White with #E159A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159A3; }
p { color: rgb(225,89,163); }
H1.HeaderClassName
{
color: #E159A3;
}
.AnyTagClassName
{
color: #E159A3;
}
</style>
background-color css
<style>
a { background-color: #E159A3; }
a { background-color: rgb(225,89,163); }
div.DivClassName
{
background-color: #E159A3;
}
.BgClassName
{
background-color: #E159A3;
}
</style>
border-color css
<style>
span { border-color: #E159A3; }
span { border-color: rgb(225,89,163); }
td.TdClassName
{
border-color: #E159A3;
}
.TagClassName
{
border-color: #E159A3;
}
</style>