Shades of Brilliant Rose #E550AD
Tints of Brilliant Rose #E550AD
RGB
CMYK
RGB Variations
Color information
#E550AD (or 0xE550AD) is known color: Brilliant Rose. HEX triplet: E5, 50 and AD. RGB value is (229,80,173). Sum of RGB (Red+Green+Blue) = 229+80+173=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E550AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550AD is #1AAF52. Grayscale: #868686. Windows color (decimal): -1748819 or 11358437. OLE color: 11358437.
HSL color Cylindrical-coordinate representation of color #E550AD: hue angle of 322.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550AD is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 173 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.10 |
| HSL | 322.55º | 0.74% | 0.61% | - |
| HSV(B) | 322.55º | 0.65% | 0.9% | - |
| XYZ | 42.72 | 25.41 | 42.19 | - |
| YUV | 135.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 173 | 0 | 0.65 | 0.24 | 0.10 | 322.55 | 0.74 | 0.61 |
| Hex | E5 | 50 | AD | 0 | 41 | 18 | A | 143 | 4A | 3D |
| Octal | 345 | 120 | 255 | 0 | 101 | 30 | 12 | 503 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10101101 | 0 | 1000001 | 11000 | 1010 | 101000011 | 1001010 | 111101 |
Color Harmonies of #E550AD
Complementary color
Monochromatic Colors of #E550AD
Black with #E550AD
Text Example
Text Example
White with #E550AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550AD; }
p { color: rgb(229,80,173); }
H1.HeaderClassName
{
color: #E550AD;
}
.AnyTagClassName
{
color: #E550AD;
}
</style>
background-color css
<style>
a { background-color: #E550AD; }
a { background-color: rgb(229,80,173); }
div.DivClassName
{
background-color: #E550AD;
}
.BgClassName
{
background-color: #E550AD;
}
</style>
border-color css
<style>
span { border-color: #E550AD; }
span { border-color: rgb(229,80,173); }
td.TdClassName
{
border-color: #E550AD;
}
.TagClassName
{
border-color: #E550AD;
}
</style>