Shades of Brilliant Rose #E04AAD
Tints of Brilliant Rose #E04AAD
RGB
CMYK
RGB Variations
Color information
#E04AAD (or 0xE04AAD) is known color: Brilliant Rose. HEX triplet: E0, 4A and AD. RGB value is (224,74,173). Sum of RGB (Red+Green+Blue) = 224+74+173=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AAD is #1FB552. Grayscale: #818181. Windows color (decimal): -2078035 or 11356896. OLE color: 11356896.
HSL color Cylindrical-coordinate representation of color #E04AAD: hue angle of 320.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04AAD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 173 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.12 |
| HSL | 320.4º | 0.71% | 0.58% | - |
| HSV(B) | 320.4º | 0.67% | 0.88% | - |
| XYZ | 40.73 | 23.76 | 41.97 | - |
| YUV | 130.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 173 | 0 | 0.67 | 0.23 | 0.12 | 320.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | AD | 0 | 43 | 17 | C | 140 | 47 | 3A |
| Octal | 340 | 112 | 255 | 0 | 103 | 27 | 14 | 500 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10101101 | 0 | 1000011 | 10111 | 1100 | 101000000 | 1000111 | 111010 |
Color Harmonies of #E04AAD
Complementary color
Monochromatic Colors of #E04AAD
Black with #E04AAD
Text Example
Text Example
White with #E04AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AAD; }
p { color: rgb(224,74,173); }
H1.HeaderClassName
{
color: #E04AAD;
}
.AnyTagClassName
{
color: #E04AAD;
}
</style>
background-color css
<style>
a { background-color: #E04AAD; }
a { background-color: rgb(224,74,173); }
div.DivClassName
{
background-color: #E04AAD;
}
.BgClassName
{
background-color: #E04AAD;
}
</style>
border-color css
<style>
span { border-color: #E04AAD; }
span { border-color: rgb(224,74,173); }
td.TdClassName
{
border-color: #E04AAD;
}
.TagClassName
{
border-color: #E04AAD;
}
</style>