Shades of Brilliant Rose #E55BAA
Tints of Brilliant Rose #E55BAA
RGB
CMYK
RGB Variations
Color information
#E55BAA (or 0xE55BAA) is known color: Brilliant Rose. HEX triplet: E5, 5B and AA. RGB value is (229,91,170). Sum of RGB (Red+Green+Blue) = 229+91+170=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55BAA is #1AA455. Grayscale: #8D8D8D. Windows color (decimal): -1746006 or 11164645. OLE color: 11164645.
HSL color Cylindrical-coordinate representation of color #E55BAA: hue angle of 325.65º 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 #E55BAA is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 170 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.10 |
| HSL | 325.65º | 0.73% | 0.63% | - |
| HSV(B) | 325.65º | 0.6% | 0.9% | - |
| XYZ | 43.31 | 27.04 | 40.97 | - |
| YUV | 141.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 170 | 0 | 0.60 | 0.26 | 0.10 | 325.65 | 0.73 | 0.63 |
| Hex | E5 | 5B | AA | 0 | 3C | 1A | A | 146 | 49 | 3F |
| Octal | 345 | 133 | 252 | 0 | 74 | 32 | 12 | 506 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10101010 | 0 | 111100 | 11010 | 1010 | 101000110 | 1001001 | 111111 |
Color Harmonies of #E55BAA
Complementary color
Monochromatic Colors of #E55BAA
Black with #E55BAA
Text Example
Text Example
White with #E55BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BAA; }
p { color: rgb(229,91,170); }
H1.HeaderClassName
{
color: #E55BAA;
}
.AnyTagClassName
{
color: #E55BAA;
}
</style>
background-color css
<style>
a { background-color: #E55BAA; }
a { background-color: rgb(229,91,170); }
div.DivClassName
{
background-color: #E55BAA;
}
.BgClassName
{
background-color: #E55BAA;
}
</style>
border-color css
<style>
span { border-color: #E55BAA; }
span { border-color: rgb(229,91,170); }
td.TdClassName
{
border-color: #E55BAA;
}
.TagClassName
{
border-color: #E55BAA;
}
</style>