Shades of Brilliant Rose #E54AB6
Tints of Brilliant Rose #E54AB6
RGB
CMYK
RGB Variations
Color information
#E54AB6 (or 0xE54AB6) is known color: Brilliant Rose. HEX triplet: E5, 4A and B6. RGB value is (229,74,182). Sum of RGB (Red+Green+Blue) = 229+74+182=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AB6 is #1AB549. Grayscale: #848484. Windows color (decimal): -1750346 or 11946725. OLE color: 11946725.
HSL color Cylindrical-coordinate representation of color #E54AB6: hue angle of 318.19º 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 #E54AB6 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 182 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.10 |
| HSL | 318.19º | 0.75% | 0.59% | - |
| HSV(B) | 318.19º | 0.68% | 0.9% | - |
| XYZ | 43.21 | 24.93 | 46.79 | - |
| YUV | 132.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 182 | 0 | 0.68 | 0.21 | 0.10 | 318.19 | 0.75 | 0.59 |
| Hex | E5 | 4A | B6 | 0 | 44 | 15 | A | 13E | 4B | 3B |
| Octal | 345 | 112 | 266 | 0 | 104 | 25 | 12 | 476 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10110110 | 0 | 1000100 | 10101 | 1010 | 100111110 | 1001011 | 111011 |
Color Harmonies of #E54AB6
Complementary color
Monochromatic Colors of #E54AB6
Black with #E54AB6
Text Example
Text Example
White with #E54AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AB6; }
p { color: rgb(229,74,182); }
H1.HeaderClassName
{
color: #E54AB6;
}
.AnyTagClassName
{
color: #E54AB6;
}
</style>
background-color css
<style>
a { background-color: #E54AB6; }
a { background-color: rgb(229,74,182); }
div.DivClassName
{
background-color: #E54AB6;
}
.BgClassName
{
background-color: #E54AB6;
}
</style>
border-color css
<style>
span { border-color: #E54AB6; }
span { border-color: rgb(229,74,182); }
td.TdClassName
{
border-color: #E54AB6;
}
.TagClassName
{
border-color: #E54AB6;
}
</style>