Shades of Brilliant Rose #E55B9E
Tints of Brilliant Rose #E55B9E
RGB
CMYK
RGB Variations
Color information
#E55B9E (or 0xE55B9E) is known color: Brilliant Rose. HEX triplet: E5, 5B and 9E. RGB value is (229,91,158). Sum of RGB (Red+Green+Blue) = 229+91+158=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B9E is #1AA461. Grayscale: #8B8B8B. Windows color (decimal): -1746018 or 10378213. OLE color: 10378213.
HSL color Cylindrical-coordinate representation of color #E55B9E: hue angle of 330.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55B9E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 158 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.10 |
| HSL | 330.87º | 0.73% | 0.63% | - |
| HSV(B) | 330.87º | 0.6% | 0.9% | - |
| XYZ | 42.23 | 26.61 | 35.26 | - |
| YUV | 139.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 158 | 0 | 0.60 | 0.31 | 0.10 | 330.87 | 0.73 | 0.63 |
| Hex | E5 | 5B | 9E | 0 | 3C | 1F | A | 14B | 49 | 3F |
| Octal | 345 | 133 | 236 | 0 | 74 | 37 | 12 | 513 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10011110 | 0 | 111100 | 11111 | 1010 | 101001011 | 1001001 | 111111 |
Color Harmonies of #E55B9E
Complementary color
Monochromatic Colors of #E55B9E
Black with #E55B9E
Text Example
Text Example
White with #E55B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B9E; }
p { color: rgb(229,91,158); }
H1.HeaderClassName
{
color: #E55B9E;
}
.AnyTagClassName
{
color: #E55B9E;
}
</style>
background-color css
<style>
a { background-color: #E55B9E; }
a { background-color: rgb(229,91,158); }
div.DivClassName
{
background-color: #E55B9E;
}
.BgClassName
{
background-color: #E55B9E;
}
</style>
border-color css
<style>
span { border-color: #E55B9E; }
span { border-color: rgb(229,91,158); }
td.TdClassName
{
border-color: #E55B9E;
}
.TagClassName
{
border-color: #E55B9E;
}
</style>