Shades of Brilliant Rose #E559A8
Tints of Brilliant Rose #E559A8
RGB
CMYK
RGB Variations
Color information
#E559A8 (or 0xE559A8) is known color: Brilliant Rose. HEX triplet: E5, 59 and A8. RGB value is (229,89,168). Sum of RGB (Red+Green+Blue) = 229+89+168=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E559A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E559A8 is #1AA657. Grayscale: #8B8B8B. Windows color (decimal): -1746520 or 11033061. OLE color: 11033061.
HSL color Cylindrical-coordinate representation of color #E559A8: hue angle of 326.14º 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 #E559A8 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 168 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.10 |
| HSL | 326.14º | 0.73% | 0.62% | - |
| HSV(B) | 326.14º | 0.61% | 0.9% | - |
| XYZ | 42.95 | 26.63 | 39.92 | - |
| YUV | 139.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 168 | 0 | 0.61 | 0.27 | 0.10 | 326.14 | 0.73 | 0.62 |
| Hex | E5 | 59 | A8 | 0 | 3D | 1B | A | 146 | 49 | 3E |
| Octal | 345 | 131 | 250 | 0 | 75 | 33 | 12 | 506 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10101000 | 0 | 111101 | 11011 | 1010 | 101000110 | 1001001 | 111110 |
Color Harmonies of #E559A8
Complementary color
Monochromatic Colors of #E559A8
Black with #E559A8
Text Example
Text Example
White with #E559A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559A8; }
p { color: rgb(229,89,168); }
H1.HeaderClassName
{
color: #E559A8;
}
.AnyTagClassName
{
color: #E559A8;
}
</style>
background-color css
<style>
a { background-color: #E559A8; }
a { background-color: rgb(229,89,168); }
div.DivClassName
{
background-color: #E559A8;
}
.BgClassName
{
background-color: #E559A8;
}
</style>
border-color css
<style>
span { border-color: #E559A8; }
span { border-color: rgb(229,89,168); }
td.TdClassName
{
border-color: #E559A8;
}
.TagClassName
{
border-color: #E559A8;
}
</style>