Shades of Brilliant Rose #E550B0
Tints of Brilliant Rose #E550B0
RGB
CMYK
RGB Variations
Color information
#E550B0 (or 0xE550B0) is known color: Brilliant Rose. HEX triplet: E5, 50 and B0. RGB value is (229,80,176). Sum of RGB (Red+Green+Blue) = 229+80+176=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E550B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550B0 is #1AAF4F. Grayscale: #878787. Windows color (decimal): -1748816 or 11555045. OLE color: 11555045.
HSL color Cylindrical-coordinate representation of color #E550B0: hue angle of 321.34º 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 #E550B0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 176 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.10 |
| HSL | 321.34º | 0.74% | 0.61% | - |
| HSV(B) | 321.34º | 0.65% | 0.9% | - |
| XYZ | 43.02 | 25.53 | 43.73 | - |
| YUV | 135.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 176 | 0 | 0.65 | 0.23 | 0.10 | 321.34 | 0.74 | 0.61 |
| Hex | E5 | 50 | B0 | 0 | 41 | 17 | A | 141 | 4A | 3D |
| Octal | 345 | 120 | 260 | 0 | 101 | 27 | 12 | 501 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10110000 | 0 | 1000001 | 10111 | 1010 | 101000001 | 1001010 | 111101 |
Color Harmonies of #E550B0
Complementary color
Monochromatic Colors of #E550B0
Black with #E550B0
Text Example
Text Example
White with #E550B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550B0; }
p { color: rgb(229,80,176); }
H1.HeaderClassName
{
color: #E550B0;
}
.AnyTagClassName
{
color: #E550B0;
}
</style>
background-color css
<style>
a { background-color: #E550B0; }
a { background-color: rgb(229,80,176); }
div.DivClassName
{
background-color: #E550B0;
}
.BgClassName
{
background-color: #E550B0;
}
</style>
border-color css
<style>
span { border-color: #E550B0; }
span { border-color: rgb(229,80,176); }
td.TdClassName
{
border-color: #E550B0;
}
.TagClassName
{
border-color: #E550B0;
}
</style>