Shades of Brilliant Rose #E555A8
Tints of Brilliant Rose #E555A8
RGB
CMYK
RGB Variations
Color information
#E555A8 (or 0xE555A8) is known color: Brilliant Rose. HEX triplet: E5, 55 and A8. RGB value is (229,85,168). Sum of RGB (Red+Green+Blue) = 229+85+168=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E555A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555A8 is #1AAA57. Grayscale: #898989. Windows color (decimal): -1747544 or 11032037. OLE color: 11032037.
HSL color Cylindrical-coordinate representation of color #E555A8: hue angle of 325.42º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555A8 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 168 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.10 |
| HSL | 325.42º | 0.73% | 0.62% | - |
| HSV(B) | 325.42º | 0.63% | 0.9% | - |
| XYZ | 42.63 | 25.98 | 39.81 | - |
| YUV | 137.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 168 | 0 | 0.63 | 0.27 | 0.10 | 325.42 | 0.73 | 0.62 |
| Hex | E5 | 55 | A8 | 0 | 3F | 1B | A | 145 | 49 | 3E |
| Octal | 345 | 125 | 250 | 0 | 77 | 33 | 12 | 505 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10101000 | 0 | 111111 | 11011 | 1010 | 101000101 | 1001001 | 111110 |
Color Harmonies of #E555A8
Complementary color
Monochromatic Colors of #E555A8
Black with #E555A8
Text Example
Text Example
White with #E555A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555A8; }
p { color: rgb(229,85,168); }
H1.HeaderClassName
{
color: #E555A8;
}
.AnyTagClassName
{
color: #E555A8;
}
</style>
background-color css
<style>
a { background-color: #E555A8; }
a { background-color: rgb(229,85,168); }
div.DivClassName
{
background-color: #E555A8;
}
.BgClassName
{
background-color: #E555A8;
}
</style>
border-color css
<style>
span { border-color: #E555A8; }
span { border-color: rgb(229,85,168); }
td.TdClassName
{
border-color: #E555A8;
}
.TagClassName
{
border-color: #E555A8;
}
</style>