Shades of Brilliant Rose #E159AB
Tints of Brilliant Rose #E159AB
RGB
CMYK
RGB Variations
Color information
#E159AB (or 0xE159AB) is known color: Brilliant Rose. HEX triplet: E1, 59 and AB. RGB value is (225,89,171). Sum of RGB (Red+Green+Blue) = 225+89+171=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E159AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159AB is #1EA654. Grayscale: #8A8A8A. Windows color (decimal): -2008661 or 11229665. OLE color: 11229665.
HSL color Cylindrical-coordinate representation of color #E159AB: hue angle of 323.82º 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 #E159AB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 171 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.12 |
| HSL | 323.82º | 0.69% | 0.62% | - |
| HSV(B) | 323.82º | 0.6% | 0.88% | - |
| XYZ | 41.97 | 26.09 | 41.35 | - |
| YUV | 139.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 171 | 0 | 0.60 | 0.24 | 0.12 | 323.82 | 0.69 | 0.62 |
| Hex | E1 | 59 | AB | 0 | 3C | 18 | C | 144 | 45 | 3E |
| Octal | 341 | 131 | 253 | 0 | 74 | 30 | 14 | 504 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10101011 | 0 | 111100 | 11000 | 1100 | 101000100 | 1000101 | 111110 |
Color Harmonies of #E159AB
Complementary color
Monochromatic Colors of #E159AB
Black with #E159AB
Text Example
Text Example
White with #E159AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159AB; }
p { color: rgb(225,89,171); }
H1.HeaderClassName
{
color: #E159AB;
}
.AnyTagClassName
{
color: #E159AB;
}
</style>
background-color css
<style>
a { background-color: #E159AB; }
a { background-color: rgb(225,89,171); }
div.DivClassName
{
background-color: #E159AB;
}
.BgClassName
{
background-color: #E159AB;
}
</style>
border-color css
<style>
span { border-color: #E159AB; }
span { border-color: rgb(225,89,171); }
td.TdClassName
{
border-color: #E159AB;
}
.TagClassName
{
border-color: #E159AB;
}
</style>