Shades of Brilliant Rose #E54AA8
Tints of Brilliant Rose #E54AA8
RGB
CMYK
RGB Variations
Color information
#E54AA8 (or 0xE54AA8) is known color: Brilliant Rose. HEX triplet: E5, 4A and A8. RGB value is (229,74,168). Sum of RGB (Red+Green+Blue) = 229+74+168=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AA8 is #1AB557. Grayscale: #828282. Windows color (decimal): -1750360 or 11029221. OLE color: 11029221.
HSL color Cylindrical-coordinate representation of color #E54AA8: hue angle of 323.61º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54AA8 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 168 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.10 |
| HSL | 323.61º | 0.75% | 0.59% | - |
| HSV(B) | 323.61º | 0.68% | 0.9% | - |
| XYZ | 41.83 | 24.38 | 39.55 | - |
| YUV | 131.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 168 | 0 | 0.68 | 0.27 | 0.10 | 323.61 | 0.75 | 0.59 |
| Hex | E5 | 4A | A8 | 0 | 44 | 1B | A | 144 | 4B | 3B |
| Octal | 345 | 112 | 250 | 0 | 104 | 33 | 12 | 504 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10101000 | 0 | 1000100 | 11011 | 1010 | 101000100 | 1001011 | 111011 |
Color Harmonies of #E54AA8
Complementary color
Monochromatic Colors of #E54AA8
Black with #E54AA8
Text Example
Text Example
White with #E54AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AA8; }
p { color: rgb(229,74,168); }
H1.HeaderClassName
{
color: #E54AA8;
}
.AnyTagClassName
{
color: #E54AA8;
}
</style>
background-color css
<style>
a { background-color: #E54AA8; }
a { background-color: rgb(229,74,168); }
div.DivClassName
{
background-color: #E54AA8;
}
.BgClassName
{
background-color: #E54AA8;
}
</style>
border-color css
<style>
span { border-color: #E54AA8; }
span { border-color: rgb(229,74,168); }
td.TdClassName
{
border-color: #E54AA8;
}
.TagClassName
{
border-color: #E54AA8;
}
</style>