Shades of Brilliant Rose #E54DAC
Tints of Brilliant Rose #E54DAC
RGB
CMYK
RGB Variations
Color information
#E54DAC (or 0xE54DAC) is known color: Brilliant Rose. HEX triplet: E5, 4D and AC. RGB value is (229,77,172). Sum of RGB (Red+Green+Blue) = 229+77+172=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54DAC is #1AB253. Grayscale: #858585. Windows color (decimal): -1749588 or 11292133. OLE color: 11292133.
HSL color Cylindrical-coordinate representation of color #E54DAC: hue angle of 322.5º degrees, saturation: 0.75, 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 #E54DAC is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 172 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.10 |
| HSL | 322.5º | 0.75% | 0.6% | - |
| HSV(B) | 322.5º | 0.66% | 0.9% | - |
| XYZ | 42.41 | 24.94 | 41.61 | - |
| YUV | 133.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 172 | 0 | 0.66 | 0.25 | 0.10 | 322.5 | 0.75 | 0.6 |
| Hex | E5 | 4D | AC | 0 | 42 | 19 | A | 142 | 4B | 3C |
| Octal | 345 | 115 | 254 | 0 | 102 | 31 | 12 | 502 | 113 | 74 |
| Binary | 11100101 | 1001101 | 10101100 | 0 | 1000010 | 11001 | 1010 | 101000010 | 1001011 | 111100 |
Color Harmonies of #E54DAC
Complementary color
Monochromatic Colors of #E54DAC
Black with #E54DAC
Text Example
Text Example
White with #E54DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DAC; }
p { color: rgb(229,77,172); }
H1.HeaderClassName
{
color: #E54DAC;
}
.AnyTagClassName
{
color: #E54DAC;
}
</style>
background-color css
<style>
a { background-color: #E54DAC; }
a { background-color: rgb(229,77,172); }
div.DivClassName
{
background-color: #E54DAC;
}
.BgClassName
{
background-color: #E54DAC;
}
</style>
border-color css
<style>
span { border-color: #E54DAC; }
span { border-color: rgb(229,77,172); }
td.TdClassName
{
border-color: #E54DAC;
}
.TagClassName
{
border-color: #E54DAC;
}
</style>