Shades of Brilliant Rose #E54C9E
Tints of Brilliant Rose #E54C9E
RGB
CMYK
RGB Variations
Color information
#E54C9E (or 0xE54C9E) is known color: Brilliant Rose. HEX triplet: E5, 4C and 9E. RGB value is (229,76,158). Sum of RGB (Red+Green+Blue) = 229+76+158=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C9E is #1AB361. Grayscale: #828282. Windows color (decimal): -1749858 or 10374373. OLE color: 10374373.
HSL color Cylindrical-coordinate representation of color #E54C9E: hue angle of 327.84º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C9E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 158 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.10 |
| HSL | 327.84º | 0.75% | 0.6% | - |
| HSV(B) | 327.84º | 0.67% | 0.9% | - |
| XYZ | 41.07 | 24.3 | 34.87 | - |
| YUV | 131.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 158 | 0 | 0.67 | 0.31 | 0.10 | 327.84 | 0.75 | 0.6 |
| Hex | E5 | 4C | 9E | 0 | 43 | 1F | A | 148 | 4B | 3C |
| Octal | 345 | 114 | 236 | 0 | 103 | 37 | 12 | 510 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10011110 | 0 | 1000011 | 11111 | 1010 | 101001000 | 1001011 | 111100 |
Color Harmonies of #E54C9E
Complementary color
Monochromatic Colors of #E54C9E
Black with #E54C9E
Text Example
Text Example
White with #E54C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C9E; }
p { color: rgb(229,76,158); }
H1.HeaderClassName
{
color: #E54C9E;
}
.AnyTagClassName
{
color: #E54C9E;
}
</style>
background-color css
<style>
a { background-color: #E54C9E; }
a { background-color: rgb(229,76,158); }
div.DivClassName
{
background-color: #E54C9E;
}
.BgClassName
{
background-color: #E54C9E;
}
</style>
border-color css
<style>
span { border-color: #E54C9E; }
span { border-color: rgb(229,76,158); }
td.TdClassName
{
border-color: #E54C9E;
}
.TagClassName
{
border-color: #E54C9E;
}
</style>