Shades of Brilliant Rose #E159AE
Tints of Brilliant Rose #E159AE
RGB
CMYK
RGB Variations
Color information
#E159AE (or 0xE159AE) is known color: Brilliant Rose. HEX triplet: E1, 59 and AE. RGB value is (225,89,174). Sum of RGB (Red+Green+Blue) = 225+89+174=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E159AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159AE is #1EA651. Grayscale: #8B8B8B. Windows color (decimal): -2008658 or 11426273. OLE color: 11426273.
HSL color Cylindrical-coordinate representation of color #E159AE: hue angle of 322.5º 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 #E159AE is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 174 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.12 |
| HSL | 322.5º | 0.69% | 0.62% | - |
| HSV(B) | 322.5º | 0.6% | 0.88% | - |
| XYZ | 42.26 | 26.21 | 42.88 | - |
| YUV | 139.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 174 | 0 | 0.60 | 0.23 | 0.12 | 322.5 | 0.69 | 0.62 |
| Hex | E1 | 59 | AE | 0 | 3C | 17 | C | 142 | 45 | 3E |
| Octal | 341 | 131 | 256 | 0 | 74 | 27 | 14 | 502 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10101110 | 0 | 111100 | 10111 | 1100 | 101000010 | 1000101 | 111110 |
Color Harmonies of #E159AE
Complementary color
Monochromatic Colors of #E159AE
Black with #E159AE
Text Example
Text Example
White with #E159AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159AE; }
p { color: rgb(225,89,174); }
H1.HeaderClassName
{
color: #E159AE;
}
.AnyTagClassName
{
color: #E159AE;
}
</style>
background-color css
<style>
a { background-color: #E159AE; }
a { background-color: rgb(225,89,174); }
div.DivClassName
{
background-color: #E159AE;
}
.BgClassName
{
background-color: #E159AE;
}
</style>
border-color css
<style>
span { border-color: #E159AE; }
span { border-color: rgb(225,89,174); }
td.TdClassName
{
border-color: #E159AE;
}
.TagClassName
{
border-color: #E159AE;
}
</style>