Shades of Brilliant Rose #E555B1
Tints of Brilliant Rose #E555B1
RGB
CMYK
RGB Variations
Color information
#E555B1 (or 0xE555B1) is known color: Brilliant Rose. HEX triplet: E5, 55 and B1. RGB value is (229,85,177). Sum of RGB (Red+Green+Blue) = 229+85+177=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E555B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E555B1 is #1AAA4E. Grayscale: #8A8A8A. Windows color (decimal): -1747535 or 11621861. OLE color: 11621861.
HSL color Cylindrical-coordinate representation of color #E555B1: hue angle of 321.67º 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 #E555B1 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 177 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.10 |
| HSL | 321.67º | 0.73% | 0.62% | - |
| HSV(B) | 321.67º | 0.63% | 0.9% | - |
| XYZ | 43.5 | 26.33 | 44.38 | - |
| YUV | 138.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 177 | 0 | 0.63 | 0.23 | 0.10 | 321.67 | 0.73 | 0.62 |
| Hex | E5 | 55 | B1 | 0 | 3F | 17 | A | 142 | 49 | 3E |
| Octal | 345 | 125 | 261 | 0 | 77 | 27 | 12 | 502 | 111 | 76 |
| Binary | 11100101 | 1010101 | 10110001 | 0 | 111111 | 10111 | 1010 | 101000010 | 1001001 | 111110 |
Color Harmonies of #E555B1
Complementary color
Monochromatic Colors of #E555B1
Black with #E555B1
Text Example
Text Example
White with #E555B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555B1; }
p { color: rgb(229,85,177); }
H1.HeaderClassName
{
color: #E555B1;
}
.AnyTagClassName
{
color: #E555B1;
}
</style>
background-color css
<style>
a { background-color: #E555B1; }
a { background-color: rgb(229,85,177); }
div.DivClassName
{
background-color: #E555B1;
}
.BgClassName
{
background-color: #E555B1;
}
</style>
border-color css
<style>
span { border-color: #E555B1; }
span { border-color: rgb(229,85,177); }
td.TdClassName
{
border-color: #E555B1;
}
.TagClassName
{
border-color: #E555B1;
}
</style>