Shades of Brilliant Rose #E159AD
Tints of Brilliant Rose #E159AD
RGB
CMYK
RGB Variations
Color information
#E159AD (or 0xE159AD) is known color: Brilliant Rose. HEX triplet: E1, 59 and AD. RGB value is (225,89,173). Sum of RGB (Red+Green+Blue) = 225+89+173=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E159AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E159AD is #1EA652. Grayscale: #8B8B8B. Windows color (decimal): -2008659 or 11360737. OLE color: 11360737.
HSL color Cylindrical-coordinate representation of color #E159AD: hue angle of 322.94º 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 #E159AD is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 173 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.12 |
| HSL | 322.94º | 0.69% | 0.62% | - |
| HSV(B) | 322.94º | 0.6% | 0.88% | - |
| XYZ | 42.17 | 26.17 | 42.36 | - |
| YUV | 139.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 173 | 0 | 0.60 | 0.23 | 0.12 | 322.94 | 0.69 | 0.62 |
| Hex | E1 | 59 | AD | 0 | 3C | 17 | C | 143 | 45 | 3E |
| Octal | 341 | 131 | 255 | 0 | 74 | 27 | 14 | 503 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10101101 | 0 | 111100 | 10111 | 1100 | 101000011 | 1000101 | 111110 |
Color Harmonies of #E159AD
Complementary color
Monochromatic Colors of #E159AD
Black with #E159AD
Text Example
Text Example
White with #E159AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159AD; }
p { color: rgb(225,89,173); }
H1.HeaderClassName
{
color: #E159AD;
}
.AnyTagClassName
{
color: #E159AD;
}
</style>
background-color css
<style>
a { background-color: #E159AD; }
a { background-color: rgb(225,89,173); }
div.DivClassName
{
background-color: #E159AD;
}
.BgClassName
{
background-color: #E159AD;
}
</style>
border-color css
<style>
span { border-color: #E159AD; }
span { border-color: rgb(225,89,173); }
td.TdClassName
{
border-color: #E159AD;
}
.TagClassName
{
border-color: #E159AD;
}
</style>