Shades of Brilliant Rose #E04DA9
Tints of Brilliant Rose #E04DA9
RGB
CMYK
RGB Variations
Color information
#E04DA9 (or 0xE04DA9) is known color: Brilliant Rose. HEX triplet: E0, 4D and A9. RGB value is (224,77,169). Sum of RGB (Red+Green+Blue) = 224+77+169=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DA9 is #1FB256. Grayscale: #838383. Windows color (decimal): -2077271 or 11095520. OLE color: 11095520.
HSL color Cylindrical-coordinate representation of color #E04DA9: hue angle of 322.45º 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 #E04DA9 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 169 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.12 |
| HSL | 322.45º | 0.7% | 0.59% | - |
| HSV(B) | 322.45º | 0.66% | 0.88% | - |
| XYZ | 40.56 | 24.02 | 40.03 | - |
| YUV | 131.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 169 | 0 | 0.66 | 0.25 | 0.12 | 322.45 | 0.7 | 0.59 |
| Hex | E0 | 4D | A9 | 0 | 42 | 19 | C | 142 | 46 | 3B |
| Octal | 340 | 115 | 251 | 0 | 102 | 31 | 14 | 502 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10101001 | 0 | 1000010 | 11001 | 1100 | 101000010 | 1000110 | 111011 |
Color Harmonies of #E04DA9
Complementary color
Monochromatic Colors of #E04DA9
Black with #E04DA9
Text Example
Text Example
White with #E04DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DA9; }
p { color: rgb(224,77,169); }
H1.HeaderClassName
{
color: #E04DA9;
}
.AnyTagClassName
{
color: #E04DA9;
}
</style>
background-color css
<style>
a { background-color: #E04DA9; }
a { background-color: rgb(224,77,169); }
div.DivClassName
{
background-color: #E04DA9;
}
.BgClassName
{
background-color: #E04DA9;
}
</style>
border-color css
<style>
span { border-color: #E04DA9; }
span { border-color: rgb(224,77,169); }
td.TdClassName
{
border-color: #E04DA9;
}
.TagClassName
{
border-color: #E04DA9;
}
</style>