Shades of Brilliant Rose #E559A3
Tints of Brilliant Rose #E559A3
RGB
CMYK
RGB Variations
Color information
#E559A3 (or 0xE559A3) is known color: Brilliant Rose. HEX triplet: E5, 59 and A3. RGB value is (229,89,163). Sum of RGB (Red+Green+Blue) = 229+89+163=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E559A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E559A3 is #1AA65C. Grayscale: #8B8B8B. Windows color (decimal): -1746525 or 10705381. OLE color: 10705381.
HSL color Cylindrical-coordinate representation of color #E559A3: hue angle of 328.29º 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 #E559A3 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 163 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.10 |
| HSL | 328.29º | 0.73% | 0.62% | - |
| HSV(B) | 328.29º | 0.61% | 0.9% | - |
| XYZ | 42.5 | 26.45 | 37.52 | - |
| YUV | 139.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 163 | 0 | 0.61 | 0.29 | 0.10 | 328.29 | 0.73 | 0.62 |
| Hex | E5 | 59 | A3 | 0 | 3D | 1D | A | 148 | 49 | 3E |
| Octal | 345 | 131 | 243 | 0 | 75 | 35 | 12 | 510 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10100011 | 0 | 111101 | 11101 | 1010 | 101001000 | 1001001 | 111110 |
Color Harmonies of #E559A3
Complementary color
Monochromatic Colors of #E559A3
Black with #E559A3
Text Example
Text Example
White with #E559A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559A3; }
p { color: rgb(229,89,163); }
H1.HeaderClassName
{
color: #E559A3;
}
.AnyTagClassName
{
color: #E559A3;
}
</style>
background-color css
<style>
a { background-color: #E559A3; }
a { background-color: rgb(229,89,163); }
div.DivClassName
{
background-color: #E559A3;
}
.BgClassName
{
background-color: #E559A3;
}
</style>
border-color css
<style>
span { border-color: #E559A3; }
span { border-color: rgb(229,89,163); }
td.TdClassName
{
border-color: #E559A3;
}
.TagClassName
{
border-color: #E559A3;
}
</style>