Shades of Brilliant Rose #E04EA0
Tints of Brilliant Rose #E04EA0
RGB
CMYK
RGB Variations
Color information
#E04EA0 (or 0xE04EA0) is known color: Brilliant Rose. HEX triplet: E0, 4E and A0. RGB value is (224,78,160). Sum of RGB (Red+Green+Blue) = 224+78+160=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EA0 is #1FB15F. Grayscale: #828282. Windows color (decimal): -2077024 or 10505952. OLE color: 10505952.
HSL color Cylindrical-coordinate representation of color #E04EA0: hue angle of 326.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04EA0 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 160 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.12 |
| HSL | 326.3º | 0.7% | 0.59% | - |
| HSV(B) | 326.3º | 0.65% | 0.88% | - |
| XYZ | 39.81 | 23.83 | 35.76 | - |
| YUV | 131 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 160 | 0 | 0.65 | 0.29 | 0.12 | 326.3 | 0.7 | 0.59 |
| Hex | E0 | 4E | A0 | 0 | 41 | 1D | C | 146 | 46 | 3B |
| Octal | 340 | 116 | 240 | 0 | 101 | 35 | 14 | 506 | 106 | 73 |
| Binary | 11100000 | 1001110 | 10100000 | 0 | 1000001 | 11101 | 1100 | 101000110 | 1000110 | 111011 |
Color Harmonies of #E04EA0
Complementary color
Monochromatic Colors of #E04EA0
Black with #E04EA0
Text Example
Text Example
White with #E04EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04EA0; }
p { color: rgb(224,78,160); }
H1.HeaderClassName
{
color: #E04EA0;
}
.AnyTagClassName
{
color: #E04EA0;
}
</style>
background-color css
<style>
a { background-color: #E04EA0; }
a { background-color: rgb(224,78,160); }
div.DivClassName
{
background-color: #E04EA0;
}
.BgClassName
{
background-color: #E04EA0;
}
</style>
border-color css
<style>
span { border-color: #E04EA0; }
span { border-color: rgb(224,78,160); }
td.TdClassName
{
border-color: #E04EA0;
}
.TagClassName
{
border-color: #E04EA0;
}
</style>