Shades of Brilliant Rose #E54EAE
Tints of Brilliant Rose #E54EAE
RGB
CMYK
RGB Variations
Color information
#E54EAE (or 0xE54EAE) is known color: Brilliant Rose. HEX triplet: E5, 4E and AE. RGB value is (229,78,174). Sum of RGB (Red+Green+Blue) = 229+78+174=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EAE is #1AB151. Grayscale: #858585. Windows color (decimal): -1749330 or 11423461. OLE color: 11423461.
HSL color Cylindrical-coordinate representation of color #E54EAE: hue angle of 321.85º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EAE is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 174 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.10 |
| HSL | 321.85º | 0.74% | 0.6% | - |
| HSV(B) | 321.85º | 0.66% | 0.9% | - |
| XYZ | 42.68 | 25.16 | 42.65 | - |
| YUV | 134.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 174 | 0 | 0.66 | 0.24 | 0.10 | 321.85 | 0.74 | 0.6 |
| Hex | E5 | 4E | AE | 0 | 42 | 18 | A | 142 | 4A | 3C |
| Octal | 345 | 116 | 256 | 0 | 102 | 30 | 12 | 502 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10101110 | 0 | 1000010 | 11000 | 1010 | 101000010 | 1001010 | 111100 |
Color Harmonies of #E54EAE
Complementary color
Monochromatic Colors of #E54EAE
Black with #E54EAE
Text Example
Text Example
White with #E54EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EAE; }
p { color: rgb(229,78,174); }
H1.HeaderClassName
{
color: #E54EAE;
}
.AnyTagClassName
{
color: #E54EAE;
}
</style>
background-color css
<style>
a { background-color: #E54EAE; }
a { background-color: rgb(229,78,174); }
div.DivClassName
{
background-color: #E54EAE;
}
.BgClassName
{
background-color: #E54EAE;
}
</style>
border-color css
<style>
span { border-color: #E54EAE; }
span { border-color: rgb(229,78,174); }
td.TdClassName
{
border-color: #E54EAE;
}
.TagClassName
{
border-color: #E54EAE;
}
</style>