Shades of Brilliant Rose #E559A2
Tints of Brilliant Rose #E559A2
RGB
CMYK
RGB Variations
Color information
#E559A2 (or 0xE559A2) is known color: Brilliant Rose. HEX triplet: E5, 59 and A2. RGB value is (229,89,162). Sum of RGB (Red+Green+Blue) = 229+89+162=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E559A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E559A2 is #1AA65D. Grayscale: #8B8B8B. Windows color (decimal): -1746526 or 10639845. OLE color: 10639845.
HSL color Cylindrical-coordinate representation of color #E559A2: hue angle of 328.71º 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 #E559A2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 162 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.10 |
| HSL | 328.71º | 0.73% | 0.62% | - |
| HSV(B) | 328.71º | 0.61% | 0.9% | - |
| XYZ | 42.41 | 26.41 | 37.05 | - |
| YUV | 139.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 162 | 0 | 0.61 | 0.29 | 0.10 | 328.71 | 0.73 | 0.62 |
| Hex | E5 | 59 | A2 | 0 | 3D | 1D | A | 149 | 49 | 3E |
| Octal | 345 | 131 | 242 | 0 | 75 | 35 | 12 | 511 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10100010 | 0 | 111101 | 11101 | 1010 | 101001001 | 1001001 | 111110 |
Color Harmonies of #E559A2
Complementary color
Monochromatic Colors of #E559A2
Black with #E559A2
Text Example
Text Example
White with #E559A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559A2; }
p { color: rgb(229,89,162); }
H1.HeaderClassName
{
color: #E559A2;
}
.AnyTagClassName
{
color: #E559A2;
}
</style>
background-color css
<style>
a { background-color: #E559A2; }
a { background-color: rgb(229,89,162); }
div.DivClassName
{
background-color: #E559A2;
}
.BgClassName
{
background-color: #E559A2;
}
</style>
border-color css
<style>
span { border-color: #E559A2; }
span { border-color: rgb(229,89,162); }
td.TdClassName
{
border-color: #E559A2;
}
.TagClassName
{
border-color: #E559A2;
}
</style>