Shades of Brilliant Rose #E55C9E
Tints of Brilliant Rose #E55C9E
RGB
CMYK
RGB Variations
Color information
#E55C9E (or 0xE55C9E) is known color: Brilliant Rose. HEX triplet: E5, 5C and 9E. RGB value is (229,92,158). Sum of RGB (Red+Green+Blue) = 229+92+158=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C9E is #1AA361. Grayscale: #8C8C8C. Windows color (decimal): -1745762 or 10378469. OLE color: 10378469.
HSL color Cylindrical-coordinate representation of color #E55C9E: hue angle of 331.09º degrees, saturation: 0.72, 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 #E55C9E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 158 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.10 |
| HSL | 331.09º | 0.72% | 0.63% | - |
| HSV(B) | 331.09º | 0.6% | 0.9% | - |
| XYZ | 42.31 | 26.78 | 35.29 | - |
| YUV | 140.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 158 | 0 | 0.60 | 0.31 | 0.10 | 331.09 | 0.72 | 0.63 |
| Hex | E5 | 5C | 9E | 0 | 3C | 1F | A | 14B | 48 | 3F |
| Octal | 345 | 134 | 236 | 0 | 74 | 37 | 12 | 513 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10011110 | 0 | 111100 | 11111 | 1010 | 101001011 | 1001000 | 111111 |
Color Harmonies of #E55C9E
Complementary color
Monochromatic Colors of #E55C9E
Black with #E55C9E
Text Example
Text Example
White with #E55C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C9E; }
p { color: rgb(229,92,158); }
H1.HeaderClassName
{
color: #E55C9E;
}
.AnyTagClassName
{
color: #E55C9E;
}
</style>
background-color css
<style>
a { background-color: #E55C9E; }
a { background-color: rgb(229,92,158); }
div.DivClassName
{
background-color: #E55C9E;
}
.BgClassName
{
background-color: #E55C9E;
}
</style>
border-color css
<style>
span { border-color: #E55C9E; }
span { border-color: rgb(229,92,158); }
td.TdClassName
{
border-color: #E55C9E;
}
.TagClassName
{
border-color: #E55C9E;
}
</style>