Shades of Brilliant Rose #E55DAA
Tints of Brilliant Rose #E55DAA
RGB
CMYK
RGB Variations
Color information
#E55DAA (or 0xE55DAA) is known color: Brilliant Rose. HEX triplet: E5, 5D and AA. RGB value is (229,93,170). Sum of RGB (Red+Green+Blue) = 229+93+170=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAA is #1AA255. Grayscale: #8E8E8E. Windows color (decimal): -1745494 or 11165157. OLE color: 11165157.
HSL color Cylindrical-coordinate representation of color #E55DAA: hue angle of 326.03º 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 #E55DAA is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 170 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.10 |
| HSL | 326.03º | 0.72% | 0.63% | - |
| HSV(B) | 326.03º | 0.59% | 0.9% | - |
| XYZ | 43.48 | 27.39 | 41.03 | - |
| YUV | 142.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 170 | 0 | 0.59 | 0.26 | 0.10 | 326.03 | 0.72 | 0.63 |
| Hex | E5 | 5D | AA | 0 | 3B | 1A | A | 146 | 48 | 3F |
| Octal | 345 | 135 | 252 | 0 | 73 | 32 | 12 | 506 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10101010 | 0 | 111011 | 11010 | 1010 | 101000110 | 1001000 | 111111 |
Color Harmonies of #E55DAA
Complementary color
Monochromatic Colors of #E55DAA
Black with #E55DAA
Text Example
Text Example
White with #E55DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DAA; }
p { color: rgb(229,93,170); }
H1.HeaderClassName
{
color: #E55DAA;
}
.AnyTagClassName
{
color: #E55DAA;
}
</style>
background-color css
<style>
a { background-color: #E55DAA; }
a { background-color: rgb(229,93,170); }
div.DivClassName
{
background-color: #E55DAA;
}
.BgClassName
{
background-color: #E55DAA;
}
</style>
border-color css
<style>
span { border-color: #E55DAA; }
span { border-color: rgb(229,93,170); }
td.TdClassName
{
border-color: #E55DAA;
}
.TagClassName
{
border-color: #E55DAA;
}
</style>