Shades of Brilliant Rose #E04DA4
Tints of Brilliant Rose #E04DA4
RGB
CMYK
RGB Variations
Color information
#E04DA4 (or 0xE04DA4) is known color: Brilliant Rose. HEX triplet: E0, 4D and A4. RGB value is (224,77,164). Sum of RGB (Red+Green+Blue) = 224+77+164=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DA4 is #1FB25B. Grayscale: #828282. Windows color (decimal): -2077276 or 10767840. OLE color: 10767840.
HSL color Cylindrical-coordinate representation of color #E04DA4: hue angle of 324.49º 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 #E04DA4 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 164 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.12 |
| HSL | 324.49º | 0.7% | 0.59% | - |
| HSV(B) | 324.49º | 0.66% | 0.88% | - |
| XYZ | 40.1 | 23.84 | 37.61 | - |
| YUV | 130.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 164 | 0 | 0.66 | 0.27 | 0.12 | 324.49 | 0.7 | 0.59 |
| Hex | E0 | 4D | A4 | 0 | 42 | 1B | C | 144 | 46 | 3B |
| Octal | 340 | 115 | 244 | 0 | 102 | 33 | 14 | 504 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10100100 | 0 | 1000010 | 11011 | 1100 | 101000100 | 1000110 | 111011 |
Color Harmonies of #E04DA4
Complementary color
Monochromatic Colors of #E04DA4
Black with #E04DA4
Text Example
Text Example
White with #E04DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DA4; }
p { color: rgb(224,77,164); }
H1.HeaderClassName
{
color: #E04DA4;
}
.AnyTagClassName
{
color: #E04DA4;
}
</style>
background-color css
<style>
a { background-color: #E04DA4; }
a { background-color: rgb(224,77,164); }
div.DivClassName
{
background-color: #E04DA4;
}
.BgClassName
{
background-color: #E04DA4;
}
</style>
border-color css
<style>
span { border-color: #E04DA4; }
span { border-color: rgb(224,77,164); }
td.TdClassName
{
border-color: #E04DA4;
}
.TagClassName
{
border-color: #E04DA4;
}
</style>