Shades of Brilliant Rose #E54AAB
Tints of Brilliant Rose #E54AAB
RGB
CMYK
RGB Variations
Color information
#E54AAB (or 0xE54AAB) is known color: Brilliant Rose. HEX triplet: E5, 4A and AB. RGB value is (229,74,171). Sum of RGB (Red+Green+Blue) = 229+74+171=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54AAB is #1AB554. Grayscale: #838383. Windows color (decimal): -1750357 or 11225829. OLE color: 11225829.
HSL color Cylindrical-coordinate representation of color #E54AAB: hue angle of 322.45º 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 #E54AAB is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 171 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.10 |
| HSL | 322.45º | 0.75% | 0.59% | - |
| HSV(B) | 322.45º | 0.68% | 0.9% | - |
| XYZ | 42.11 | 24.5 | 41.04 | - |
| YUV | 131.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 171 | 0 | 0.68 | 0.25 | 0.10 | 322.45 | 0.75 | 0.59 |
| Hex | E5 | 4A | AB | 0 | 44 | 19 | A | 142 | 4B | 3B |
| Octal | 345 | 112 | 253 | 0 | 104 | 31 | 12 | 502 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10101011 | 0 | 1000100 | 11001 | 1010 | 101000010 | 1001011 | 111011 |
Color Harmonies of #E54AAB
Complementary color
Monochromatic Colors of #E54AAB
Black with #E54AAB
Text Example
Text Example
White with #E54AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AAB; }
p { color: rgb(229,74,171); }
H1.HeaderClassName
{
color: #E54AAB;
}
.AnyTagClassName
{
color: #E54AAB;
}
</style>
background-color css
<style>
a { background-color: #E54AAB; }
a { background-color: rgb(229,74,171); }
div.DivClassName
{
background-color: #E54AAB;
}
.BgClassName
{
background-color: #E54AAB;
}
</style>
border-color css
<style>
span { border-color: #E54AAB; }
span { border-color: rgb(229,74,171); }
td.TdClassName
{
border-color: #E54AAB;
}
.TagClassName
{
border-color: #E54AAB;
}
</style>