Shades of Brilliant Rose #E54AA7
Tints of Brilliant Rose #E54AA7
RGB
CMYK
RGB Variations
Color information
#E54AA7 (or 0xE54AA7) is known color: Brilliant Rose. HEX triplet: E5, 4A and A7. RGB value is (229,74,167). Sum of RGB (Red+Green+Blue) = 229+74+167=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AA7 is #1AB558. Grayscale: #828282. Windows color (decimal): -1750361 or 10963685. OLE color: 10963685.
HSL color Cylindrical-coordinate representation of color #E54AA7: hue angle of 324º 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 #E54AA7 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 167 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.10 |
| HSL | 324º | 0.75% | 0.59% | - |
| HSV(B) | 324º | 0.68% | 0.9% | - |
| XYZ | 41.74 | 24.35 | 39.06 | - |
| YUV | 130.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 167 | 0 | 0.68 | 0.27 | 0.10 | 324 | 0.75 | 0.59 |
| Hex | E5 | 4A | A7 | 0 | 44 | 1B | A | 144 | 4B | 3B |
| Octal | 345 | 112 | 247 | 0 | 104 | 33 | 12 | 504 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10100111 | 0 | 1000100 | 11011 | 1010 | 101000100 | 1001011 | 111011 |
Color Harmonies of #E54AA7
Complementary color
Monochromatic Colors of #E54AA7
Black with #E54AA7
Text Example
Text Example
White with #E54AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AA7; }
p { color: rgb(229,74,167); }
H1.HeaderClassName
{
color: #E54AA7;
}
.AnyTagClassName
{
color: #E54AA7;
}
</style>
background-color css
<style>
a { background-color: #E54AA7; }
a { background-color: rgb(229,74,167); }
div.DivClassName
{
background-color: #E54AA7;
}
.BgClassName
{
background-color: #E54AA7;
}
</style>
border-color css
<style>
span { border-color: #E54AA7; }
span { border-color: rgb(229,74,167); }
td.TdClassName
{
border-color: #E54AA7;
}
.TagClassName
{
border-color: #E54AA7;
}
</style>