Shades of Brilliant Rose #E550B5
Tints of Brilliant Rose #E550B5
RGB
CMYK
RGB Variations
Color information
#E550B5 (or 0xE550B5) is known color: Brilliant Rose. HEX triplet: E5, 50 and B5. RGB value is (229,80,181). Sum of RGB (Red+Green+Blue) = 229+80+181=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E550B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550B5 is #1AAF4A. Grayscale: #878787. Windows color (decimal): -1748811 or 11882725. OLE color: 11882725.
HSL color Cylindrical-coordinate representation of color #E550B5: hue angle of 319.33º 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 #E550B5 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 181 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.10 |
| HSL | 319.33º | 0.74% | 0.61% | - |
| HSV(B) | 319.33º | 0.65% | 0.9% | - |
| XYZ | 43.52 | 25.73 | 46.39 | - |
| YUV | 136.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 181 | 0 | 0.65 | 0.21 | 0.10 | 319.33 | 0.74 | 0.61 |
| Hex | E5 | 50 | B5 | 0 | 41 | 15 | A | 13F | 4A | 3D |
| Octal | 345 | 120 | 265 | 0 | 101 | 25 | 12 | 477 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10110101 | 0 | 1000001 | 10101 | 1010 | 100111111 | 1001010 | 111101 |
Color Harmonies of #E550B5
Complementary color
Monochromatic Colors of #E550B5
Black with #E550B5
Text Example
Text Example
White with #E550B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550B5; }
p { color: rgb(229,80,181); }
H1.HeaderClassName
{
color: #E550B5;
}
.AnyTagClassName
{
color: #E550B5;
}
</style>
background-color css
<style>
a { background-color: #E550B5; }
a { background-color: rgb(229,80,181); }
div.DivClassName
{
background-color: #E550B5;
}
.BgClassName
{
background-color: #E550B5;
}
</style>
border-color css
<style>
span { border-color: #E550B5; }
span { border-color: rgb(229,80,181); }
td.TdClassName
{
border-color: #E550B5;
}
.TagClassName
{
border-color: #E550B5;
}
</style>