Shades of Brilliant Rose #E54EA5
Tints of Brilliant Rose #E54EA5
RGB
CMYK
RGB Variations
Color information
#E54EA5 (or 0xE54EA5) is known color: Brilliant Rose. HEX triplet: E5, 4E and A5. RGB value is (229,78,165). Sum of RGB (Red+Green+Blue) = 229+78+165=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EA5 is #1AB15A. Grayscale: #848484. Windows color (decimal): -1749339 or 10833637. OLE color: 10833637.
HSL color Cylindrical-coordinate representation of color #E54EA5: hue angle of 325.43º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EA5 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 165 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.10 |
| HSL | 325.43º | 0.74% | 0.6% | - |
| HSV(B) | 325.43º | 0.66% | 0.9% | - |
| XYZ | 41.83 | 24.82 | 38.18 | - |
| YUV | 133.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 165 | 0 | 0.66 | 0.28 | 0.10 | 325.43 | 0.74 | 0.6 |
| Hex | E5 | 4E | A5 | 0 | 42 | 1C | A | 145 | 4A | 3C |
| Octal | 345 | 116 | 245 | 0 | 102 | 34 | 12 | 505 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10100101 | 0 | 1000010 | 11100 | 1010 | 101000101 | 1001010 | 111100 |
Color Harmonies of #E54EA5
Complementary color
Monochromatic Colors of #E54EA5
Black with #E54EA5
Text Example
Text Example
White with #E54EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EA5; }
p { color: rgb(229,78,165); }
H1.HeaderClassName
{
color: #E54EA5;
}
.AnyTagClassName
{
color: #E54EA5;
}
</style>
background-color css
<style>
a { background-color: #E54EA5; }
a { background-color: rgb(229,78,165); }
div.DivClassName
{
background-color: #E54EA5;
}
.BgClassName
{
background-color: #E54EA5;
}
</style>
border-color css
<style>
span { border-color: #E54EA5; }
span { border-color: rgb(229,78,165); }
td.TdClassName
{
border-color: #E54EA5;
}
.TagClassName
{
border-color: #E54EA5;
}
</style>