Shades of Brilliant Rose #E04DAC
Tints of Brilliant Rose #E04DAC
RGB
CMYK
RGB Variations
Color information
#E04DAC (or 0xE04DAC) is known color: Brilliant Rose. HEX triplet: E0, 4D and AC. RGB value is (224,77,172). Sum of RGB (Red+Green+Blue) = 224+77+172=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DAC is #1FB253. Grayscale: #838383. Windows color (decimal): -2077268 or 11292128. OLE color: 11292128.
HSL color Cylindrical-coordinate representation of color #E04DAC: hue angle of 321.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DAC is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 172 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.12 |
| HSL | 321.22º | 0.7% | 0.59% | - |
| HSV(B) | 321.22º | 0.66% | 0.88% | - |
| XYZ | 40.84 | 24.13 | 41.54 | - |
| YUV | 131.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 172 | 0 | 0.66 | 0.23 | 0.12 | 321.22 | 0.7 | 0.59 |
| Hex | E0 | 4D | AC | 0 | 42 | 17 | C | 141 | 46 | 3B |
| Octal | 340 | 115 | 254 | 0 | 102 | 27 | 14 | 501 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10101100 | 0 | 1000010 | 10111 | 1100 | 101000001 | 1000110 | 111011 |
Color Harmonies of #E04DAC
Complementary color
Monochromatic Colors of #E04DAC
Black with #E04DAC
Text Example
Text Example
White with #E04DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DAC; }
p { color: rgb(224,77,172); }
H1.HeaderClassName
{
color: #E04DAC;
}
.AnyTagClassName
{
color: #E04DAC;
}
</style>
background-color css
<style>
a { background-color: #E04DAC; }
a { background-color: rgb(224,77,172); }
div.DivClassName
{
background-color: #E04DAC;
}
.BgClassName
{
background-color: #E04DAC;
}
</style>
border-color css
<style>
span { border-color: #E04DAC; }
span { border-color: rgb(224,77,172); }
td.TdClassName
{
border-color: #E04DAC;
}
.TagClassName
{
border-color: #E04DAC;
}
</style>