Shades of Brilliant Rose #E54CAA
Tints of Brilliant Rose #E54CAA
RGB
CMYK
RGB Variations
Color information
#E54CAA (or 0xE54CAA) is known color: Brilliant Rose. HEX triplet: E5, 4C and AA. RGB value is (229,76,170). Sum of RGB (Red+Green+Blue) = 229+76+170=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54CAA is #1AB355. Grayscale: #848484. Windows color (decimal): -1749846 or 11160805. OLE color: 11160805.
HSL color Cylindrical-coordinate representation of color #E54CAA: hue angle of 323.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CAA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 170 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.10 |
| HSL | 323.14º | 0.75% | 0.6% | - |
| HSV(B) | 323.14º | 0.67% | 0.9% | - |
| XYZ | 42.15 | 24.73 | 40.58 | - |
| YUV | 132.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 170 | 0 | 0.67 | 0.26 | 0.10 | 323.14 | 0.75 | 0.6 |
| Hex | E5 | 4C | AA | 0 | 43 | 1A | A | 143 | 4B | 3C |
| Octal | 345 | 114 | 252 | 0 | 103 | 32 | 12 | 503 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10101010 | 0 | 1000011 | 11010 | 1010 | 101000011 | 1001011 | 111100 |
Color Harmonies of #E54CAA
Complementary color
Monochromatic Colors of #E54CAA
Black with #E54CAA
Text Example
Text Example
White with #E54CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CAA; }
p { color: rgb(229,76,170); }
H1.HeaderClassName
{
color: #E54CAA;
}
.AnyTagClassName
{
color: #E54CAA;
}
</style>
background-color css
<style>
a { background-color: #E54CAA; }
a { background-color: rgb(229,76,170); }
div.DivClassName
{
background-color: #E54CAA;
}
.BgClassName
{
background-color: #E54CAA;
}
</style>
border-color css
<style>
span { border-color: #E54CAA; }
span { border-color: rgb(229,76,170); }
td.TdClassName
{
border-color: #E54CAA;
}
.TagClassName
{
border-color: #E54CAA;
}
</style>