Shades of Brilliant Rose #E555AD
Tints of Brilliant Rose #E555AD
RGB
CMYK
RGB Variations
Color information
#E555AD (or 0xE555AD) is known color: Brilliant Rose. HEX triplet: E5, 55 and AD. RGB value is (229,85,173). Sum of RGB (Red+Green+Blue) = 229+85+173=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E555AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555AD is #1AAA52. Grayscale: #898989. Windows color (decimal): -1747539 or 11359717. OLE color: 11359717.
HSL color Cylindrical-coordinate representation of color #E555AD: hue angle of 323.33º 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 #E555AD is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 173 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.10 |
| HSL | 323.33º | 0.73% | 0.62% | - |
| HSV(B) | 323.33º | 0.63% | 0.9% | - |
| XYZ | 43.1 | 26.17 | 42.32 | - |
| YUV | 138.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 173 | 0 | 0.63 | 0.24 | 0.10 | 323.33 | 0.73 | 0.62 |
| Hex | E5 | 55 | AD | 0 | 3F | 18 | A | 143 | 49 | 3E |
| Octal | 345 | 125 | 255 | 0 | 77 | 30 | 12 | 503 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10101101 | 0 | 111111 | 11000 | 1010 | 101000011 | 1001001 | 111110 |
Color Harmonies of #E555AD
Complementary color
Monochromatic Colors of #E555AD
Black with #E555AD
Text Example
Text Example
White with #E555AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555AD; }
p { color: rgb(229,85,173); }
H1.HeaderClassName
{
color: #E555AD;
}
.AnyTagClassName
{
color: #E555AD;
}
</style>
background-color css
<style>
a { background-color: #E555AD; }
a { background-color: rgb(229,85,173); }
div.DivClassName
{
background-color: #E555AD;
}
.BgClassName
{
background-color: #E555AD;
}
</style>
border-color css
<style>
span { border-color: #E555AD; }
span { border-color: rgb(229,85,173); }
td.TdClassName
{
border-color: #E555AD;
}
.TagClassName
{
border-color: #E555AD;
}
</style>