Shades of Brilliant Rose #E54AA4
Tints of Brilliant Rose #E54AA4
RGB
CMYK
RGB Variations
Color information
#E54AA4 (or 0xE54AA4) is known color: Brilliant Rose. HEX triplet: E5, 4A and A4. RGB value is (229,74,164). Sum of RGB (Red+Green+Blue) = 229+74+164=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AA4 is #1AB55B. Grayscale: #828282. Windows color (decimal): -1750364 or 10767077. OLE color: 10767077.
HSL color Cylindrical-coordinate representation of color #E54AA4: hue angle of 325.16º 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 #E54AA4 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 164 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.10 |
| HSL | 325.16º | 0.75% | 0.59% | - |
| HSV(B) | 325.16º | 0.68% | 0.9% | - |
| XYZ | 41.46 | 24.24 | 37.61 | - |
| YUV | 130.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 164 | 0 | 0.68 | 0.28 | 0.10 | 325.16 | 0.75 | 0.59 |
| Hex | E5 | 4A | A4 | 0 | 44 | 1C | A | 145 | 4B | 3B |
| Octal | 345 | 112 | 244 | 0 | 104 | 34 | 12 | 505 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10100100 | 0 | 1000100 | 11100 | 1010 | 101000101 | 1001011 | 111011 |
Color Harmonies of #E54AA4
Complementary color
Monochromatic Colors of #E54AA4
Black with #E54AA4
Text Example
Text Example
White with #E54AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AA4; }
p { color: rgb(229,74,164); }
H1.HeaderClassName
{
color: #E54AA4;
}
.AnyTagClassName
{
color: #E54AA4;
}
</style>
background-color css
<style>
a { background-color: #E54AA4; }
a { background-color: rgb(229,74,164); }
div.DivClassName
{
background-color: #E54AA4;
}
.BgClassName
{
background-color: #E54AA4;
}
</style>
border-color css
<style>
span { border-color: #E54AA4; }
span { border-color: rgb(229,74,164); }
td.TdClassName
{
border-color: #E54AA4;
}
.TagClassName
{
border-color: #E54AA4;
}
</style>