Shades of Brilliant Rose #E54AB3
Tints of Brilliant Rose #E54AB3
RGB
CMYK
RGB Variations
Color information
#E54AB3 (or 0xE54AB3) is known color: Brilliant Rose. HEX triplet: E5, 4A and B3. RGB value is (229,74,179). Sum of RGB (Red+Green+Blue) = 229+74+179=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AB3 is #1AB54C. Grayscale: #848484. Windows color (decimal): -1750349 or 11750117. OLE color: 11750117.
HSL color Cylindrical-coordinate representation of color #E54AB3: hue angle of 319.35º 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 #E54AB3 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 179 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.10 |
| HSL | 319.35º | 0.75% | 0.59% | - |
| HSV(B) | 319.35º | 0.68% | 0.9% | - |
| XYZ | 42.9 | 24.81 | 45.18 | - |
| YUV | 132.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 179 | 0 | 0.68 | 0.22 | 0.10 | 319.35 | 0.75 | 0.59 |
| Hex | E5 | 4A | B3 | 0 | 44 | 16 | A | 13F | 4B | 3B |
| Octal | 345 | 112 | 263 | 0 | 104 | 26 | 12 | 477 | 113 | 73 |
| Binary | 11100101 | 1001010 | 10110011 | 0 | 1000100 | 10110 | 1010 | 100111111 | 1001011 | 111011 |
Color Harmonies of #E54AB3
Complementary color
Monochromatic Colors of #E54AB3
Black with #E54AB3
Text Example
Text Example
White with #E54AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AB3; }
p { color: rgb(229,74,179); }
H1.HeaderClassName
{
color: #E54AB3;
}
.AnyTagClassName
{
color: #E54AB3;
}
</style>
background-color css
<style>
a { background-color: #E54AB3; }
a { background-color: rgb(229,74,179); }
div.DivClassName
{
background-color: #E54AB3;
}
.BgClassName
{
background-color: #E54AB3;
}
</style>
border-color css
<style>
span { border-color: #E54AB3; }
span { border-color: rgb(229,74,179); }
td.TdClassName
{
border-color: #E54AB3;
}
.TagClassName
{
border-color: #E54AB3;
}
</style>