Shades of Brilliant Rose #E55B9F
Tints of Brilliant Rose #E55B9F
RGB
CMYK
RGB Variations
Color information
#E55B9F (or 0xE55B9F) is known color: Brilliant Rose. HEX triplet: E5, 5B and 9F. RGB value is (229,91,159). Sum of RGB (Red+Green+Blue) = 229+91+159=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B9F is #1AA460. Grayscale: #8B8B8B. Windows color (decimal): -1746017 or 10443749. OLE color: 10443749.
HSL color Cylindrical-coordinate representation of color #E55B9F: hue angle of 330.43º 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 #E55B9F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 159 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.10 |
| HSL | 330.43º | 0.73% | 0.63% | - |
| HSV(B) | 330.43º | 0.6% | 0.9% | - |
| XYZ | 42.31 | 26.64 | 35.71 | - |
| YUV | 140.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 159 | 0 | 0.60 | 0.31 | 0.10 | 330.43 | 0.73 | 0.63 |
| Hex | E5 | 5B | 9F | 0 | 3C | 1F | A | 14A | 49 | 3F |
| Octal | 345 | 133 | 237 | 0 | 74 | 37 | 12 | 512 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10011111 | 0 | 111100 | 11111 | 1010 | 101001010 | 1001001 | 111111 |
Color Harmonies of #E55B9F
Complementary color
Monochromatic Colors of #E55B9F
Black with #E55B9F
Text Example
Text Example
White with #E55B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B9F; }
p { color: rgb(229,91,159); }
H1.HeaderClassName
{
color: #E55B9F;
}
.AnyTagClassName
{
color: #E55B9F;
}
</style>
background-color css
<style>
a { background-color: #E55B9F; }
a { background-color: rgb(229,91,159); }
div.DivClassName
{
background-color: #E55B9F;
}
.BgClassName
{
background-color: #E55B9F;
}
</style>
border-color css
<style>
span { border-color: #E55B9F; }
span { border-color: rgb(229,91,159); }
td.TdClassName
{
border-color: #E55B9F;
}
.TagClassName
{
border-color: #E55B9F;
}
</style>