Shades of Brilliant Rose #E55DA9
Tints of Brilliant Rose #E55DA9
RGB
CMYK
RGB Variations
Color information
#E55DA9 (or 0xE55DA9) is known color: Brilliant Rose. HEX triplet: E5, 5D and A9. RGB value is (229,93,169). Sum of RGB (Red+Green+Blue) = 229+93+169=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DA9 is #1AA256. Grayscale: #8E8E8E. Windows color (decimal): -1745495 or 11099621. OLE color: 11099621.
HSL color Cylindrical-coordinate representation of color #E55DA9: hue angle of 326.47º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DA9 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 169 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.10 |
| HSL | 326.47º | 0.72% | 0.63% | - |
| HSV(B) | 326.47º | 0.59% | 0.9% | - |
| XYZ | 43.39 | 27.35 | 40.53 | - |
| YUV | 142.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 169 | 0 | 0.59 | 0.26 | 0.10 | 326.47 | 0.72 | 0.63 |
| Hex | E5 | 5D | A9 | 0 | 3B | 1A | A | 146 | 48 | 3F |
| Octal | 345 | 135 | 251 | 0 | 73 | 32 | 12 | 506 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10101001 | 0 | 111011 | 11010 | 1010 | 101000110 | 1001000 | 111111 |
Color Harmonies of #E55DA9
Complementary color
Monochromatic Colors of #E55DA9
Black with #E55DA9
Text Example
Text Example
White with #E55DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DA9; }
p { color: rgb(229,93,169); }
H1.HeaderClassName
{
color: #E55DA9;
}
.AnyTagClassName
{
color: #E55DA9;
}
</style>
background-color css
<style>
a { background-color: #E55DA9; }
a { background-color: rgb(229,93,169); }
div.DivClassName
{
background-color: #E55DA9;
}
.BgClassName
{
background-color: #E55DA9;
}
</style>
border-color css
<style>
span { border-color: #E55DA9; }
span { border-color: rgb(229,93,169); }
td.TdClassName
{
border-color: #E55DA9;
}
.TagClassName
{
border-color: #E55DA9;
}
</style>