Shades of Brilliant Rose #E55B9D
Tints of Brilliant Rose #E55B9D
RGB
CMYK
RGB Variations
Color information
#E55B9D (or 0xE55B9D) is known color: Brilliant Rose. HEX triplet: E5, 5B and 9D. RGB value is (229,91,157). Sum of RGB (Red+Green+Blue) = 229+91+157=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B9D is #1AA462. Grayscale: #8B8B8B. Windows color (decimal): -1746019 or 10312677. OLE color: 10312677.
HSL color Cylindrical-coordinate representation of color #E55B9D: hue angle of 331.3º 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 #E55B9D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 157 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.10 |
| HSL | 331.3º | 0.73% | 0.63% | - |
| HSV(B) | 331.3º | 0.6% | 0.9% | - |
| XYZ | 42.14 | 26.57 | 34.81 | - |
| YUV | 139.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 157 | 0 | 0.60 | 0.31 | 0.10 | 331.3 | 0.73 | 0.63 |
| Hex | E5 | 5B | 9D | 0 | 3C | 1F | A | 14B | 49 | 3F |
| Octal | 345 | 133 | 235 | 0 | 74 | 37 | 12 | 513 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10011101 | 0 | 111100 | 11111 | 1010 | 101001011 | 1001001 | 111111 |
Color Harmonies of #E55B9D
Complementary color
Monochromatic Colors of #E55B9D
Black with #E55B9D
Text Example
Text Example
White with #E55B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B9D; }
p { color: rgb(229,91,157); }
H1.HeaderClassName
{
color: #E55B9D;
}
.AnyTagClassName
{
color: #E55B9D;
}
</style>
background-color css
<style>
a { background-color: #E55B9D; }
a { background-color: rgb(229,91,157); }
div.DivClassName
{
background-color: #E55B9D;
}
.BgClassName
{
background-color: #E55B9D;
}
</style>
border-color css
<style>
span { border-color: #E55B9D; }
span { border-color: rgb(229,91,157); }
td.TdClassName
{
border-color: #E55B9D;
}
.TagClassName
{
border-color: #E55B9D;
}
</style>