Shades of Brilliant Rose #E555A0
Tints of Brilliant Rose #E555A0
RGB
CMYK
RGB Variations
Color information
#E555A0 (or 0xE555A0) is known color: Brilliant Rose. HEX triplet: E5, 55 and A0. RGB value is (229,85,160). Sum of RGB (Red+Green+Blue) = 229+85+160=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E555A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555A0 is #1AAA5F. Grayscale: #888888. Windows color (decimal): -1747552 or 10507749. OLE color: 10507749.
HSL color Cylindrical-coordinate representation of color #E555A0: hue angle of 328.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555A0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 160 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.10 |
| HSL | 328.75º | 0.73% | 0.62% | - |
| HSV(B) | 328.75º | 0.63% | 0.9% | - |
| XYZ | 41.91 | 25.69 | 36.01 | - |
| YUV | 136.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 160 | 0 | 0.63 | 0.30 | 0.10 | 328.75 | 0.73 | 0.62 |
| Hex | E5 | 55 | A0 | 0 | 3F | 1E | A | 149 | 49 | 3E |
| Octal | 345 | 125 | 240 | 0 | 77 | 36 | 12 | 511 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10100000 | 0 | 111111 | 11110 | 1010 | 101001001 | 1001001 | 111110 |
Color Harmonies of #E555A0
Complementary color
Monochromatic Colors of #E555A0
Black with #E555A0
Text Example
Text Example
White with #E555A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555A0; }
p { color: rgb(229,85,160); }
H1.HeaderClassName
{
color: #E555A0;
}
.AnyTagClassName
{
color: #E555A0;
}
</style>
background-color css
<style>
a { background-color: #E555A0; }
a { background-color: rgb(229,85,160); }
div.DivClassName
{
background-color: #E555A0;
}
.BgClassName
{
background-color: #E555A0;
}
</style>
border-color css
<style>
span { border-color: #E555A0; }
span { border-color: rgb(229,85,160); }
td.TdClassName
{
border-color: #E555A0;
}
.TagClassName
{
border-color: #E555A0;
}
</style>