Shades of Brilliant Rose #E55FAA
Tints of Brilliant Rose #E55FAA
RGB
CMYK
RGB Variations
Color information
#E55FAA (or 0xE55FAA) is known color: Brilliant Rose. HEX triplet: E5, 5F and AA. RGB value is (229,95,170). Sum of RGB (Red+Green+Blue) = 229+95+170=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E55FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55FAA is #1AA055. Grayscale: #8F8F8F. Windows color (decimal): -1744982 or 11165669. OLE color: 11165669.
HSL color Cylindrical-coordinate representation of color #E55FAA: hue angle of 326.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FAA is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 170 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.10 |
| HSL | 326.42º | 0.72% | 0.64% | - |
| HSV(B) | 326.42º | 0.59% | 0.9% | - |
| XYZ | 43.66 | 27.74 | 41.08 | - |
| YUV | 143.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 170 | 0 | 0.59 | 0.26 | 0.10 | 326.42 | 0.72 | 0.64 |
| Hex | E5 | 5F | AA | 0 | 3B | 1A | A | 146 | 48 | 40 |
| Octal | 345 | 137 | 252 | 0 | 73 | 32 | 12 | 506 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10101010 | 0 | 111011 | 11010 | 1010 | 101000110 | 1001000 | 1000000 |
Color Harmonies of #E55FAA
Complementary color
Monochromatic Colors of #E55FAA
Black with #E55FAA
Text Example
Text Example
White with #E55FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FAA; }
p { color: rgb(229,95,170); }
H1.HeaderClassName
{
color: #E55FAA;
}
.AnyTagClassName
{
color: #E55FAA;
}
</style>
background-color css
<style>
a { background-color: #E55FAA; }
a { background-color: rgb(229,95,170); }
div.DivClassName
{
background-color: #E55FAA;
}
.BgClassName
{
background-color: #E55FAA;
}
</style>
border-color css
<style>
span { border-color: #E55FAA; }
span { border-color: rgb(229,95,170); }
td.TdClassName
{
border-color: #E55FAA;
}
.TagClassName
{
border-color: #E55FAA;
}
</style>