Shades of Brilliant Rose #E55AA9
Tints of Brilliant Rose #E55AA9
RGB
CMYK
RGB Variations
Color information
#E55AA9 (or 0xE55AA9) is known color: Brilliant Rose. HEX triplet: E5, 5A and A9. RGB value is (229,90,169). Sum of RGB (Red+Green+Blue) = 229+90+169=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55AA9 is #1AA556. Grayscale: #8C8C8C. Windows color (decimal): -1746263 or 11098853. OLE color: 11098853.
HSL color Cylindrical-coordinate representation of color #E55AA9: hue angle of 325.9º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AA9 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 169 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.10 |
| HSL | 325.9º | 0.73% | 0.63% | - |
| HSV(B) | 325.9º | 0.61% | 0.9% | - |
| XYZ | 43.13 | 26.83 | 40.44 | - |
| YUV | 140.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 169 | 0 | 0.61 | 0.26 | 0.10 | 325.9 | 0.73 | 0.63 |
| Hex | E5 | 5A | A9 | 0 | 3D | 1A | A | 146 | 49 | 3F |
| Octal | 345 | 132 | 251 | 0 | 75 | 32 | 12 | 506 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10101001 | 0 | 111101 | 11010 | 1010 | 101000110 | 1001001 | 111111 |
Color Harmonies of #E55AA9
Complementary color
Monochromatic Colors of #E55AA9
Black with #E55AA9
Text Example
Text Example
White with #E55AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AA9; }
p { color: rgb(229,90,169); }
H1.HeaderClassName
{
color: #E55AA9;
}
.AnyTagClassName
{
color: #E55AA9;
}
</style>
background-color css
<style>
a { background-color: #E55AA9; }
a { background-color: rgb(229,90,169); }
div.DivClassName
{
background-color: #E55AA9;
}
.BgClassName
{
background-color: #E55AA9;
}
</style>
border-color css
<style>
span { border-color: #E55AA9; }
span { border-color: rgb(229,90,169); }
td.TdClassName
{
border-color: #E55AA9;
}
.TagClassName
{
border-color: #E55AA9;
}
</style>