Shades of Brilliant Rose #E55BA1
Tints of Brilliant Rose #E55BA1
RGB
CMYK
RGB Variations
Color information
#E55BA1 (or 0xE55BA1) is known color: Brilliant Rose. HEX triplet: E5, 5B and A1. RGB value is (229,91,161). Sum of RGB (Red+Green+Blue) = 229+91+161=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55BA1 is #1AA45E. Grayscale: #8C8C8C. Windows color (decimal): -1746015 or 10574821. OLE color: 10574821.
HSL color Cylindrical-coordinate representation of color #E55BA1: hue angle of 329.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55BA1 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 161 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.10 |
| HSL | 329.57º | 0.73% | 0.63% | - |
| HSV(B) | 329.57º | 0.6% | 0.9% | - |
| XYZ | 42.49 | 26.71 | 36.64 | - |
| YUV | 140.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 161 | 0 | 0.60 | 0.30 | 0.10 | 329.57 | 0.73 | 0.63 |
| Hex | E5 | 5B | A1 | 0 | 3C | 1E | A | 14A | 49 | 3F |
| Octal | 345 | 133 | 241 | 0 | 74 | 36 | 12 | 512 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10100001 | 0 | 111100 | 11110 | 1010 | 101001010 | 1001001 | 111111 |
Color Harmonies of #E55BA1
Complementary color
Monochromatic Colors of #E55BA1
Black with #E55BA1
Text Example
Text Example
White with #E55BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BA1; }
p { color: rgb(229,91,161); }
H1.HeaderClassName
{
color: #E55BA1;
}
.AnyTagClassName
{
color: #E55BA1;
}
</style>
background-color css
<style>
a { background-color: #E55BA1; }
a { background-color: rgb(229,91,161); }
div.DivClassName
{
background-color: #E55BA1;
}
.BgClassName
{
background-color: #E55BA1;
}
</style>
border-color css
<style>
span { border-color: #E55BA1; }
span { border-color: rgb(229,91,161); }
td.TdClassName
{
border-color: #E55BA1;
}
.TagClassName
{
border-color: #E55BA1;
}
</style>