Shades of Brilliant Rose #E559A6
Tints of Brilliant Rose #E559A6
RGB
CMYK
RGB Variations
Color information
#E559A6 (or 0xE559A6) is known color: Brilliant Rose. HEX triplet: E5, 59 and A6. RGB value is (229,89,166). Sum of RGB (Red+Green+Blue) = 229+89+166=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E559A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E559A6 is #1AA659. Grayscale: #8B8B8B. Windows color (decimal): -1746522 or 10901989. OLE color: 10901989.
HSL color Cylindrical-coordinate representation of color #E559A6: hue angle of 327º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E559A6 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 166 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.10 |
| HSL | 327º | 0.73% | 0.62% | - |
| HSV(B) | 327º | 0.61% | 0.9% | - |
| XYZ | 42.77 | 26.56 | 38.95 | - |
| YUV | 139.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 166 | 0 | 0.61 | 0.28 | 0.10 | 327 | 0.73 | 0.62 |
| Hex | E5 | 59 | A6 | 0 | 3D | 1C | A | 147 | 49 | 3E |
| Octal | 345 | 131 | 246 | 0 | 75 | 34 | 12 | 507 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10100110 | 0 | 111101 | 11100 | 1010 | 101000111 | 1001001 | 111110 |
Color Harmonies of #E559A6
Complementary color
Monochromatic Colors of #E559A6
Black with #E559A6
Text Example
Text Example
White with #E559A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559A6; }
p { color: rgb(229,89,166); }
H1.HeaderClassName
{
color: #E559A6;
}
.AnyTagClassName
{
color: #E559A6;
}
</style>
background-color css
<style>
a { background-color: #E559A6; }
a { background-color: rgb(229,89,166); }
div.DivClassName
{
background-color: #E559A6;
}
.BgClassName
{
background-color: #E559A6;
}
</style>
border-color css
<style>
span { border-color: #E559A6; }
span { border-color: rgb(229,89,166); }
td.TdClassName
{
border-color: #E559A6;
}
.TagClassName
{
border-color: #E559A6;
}
</style>