Shades of Brilliant Rose #E048AD
Tints of Brilliant Rose #E048AD
RGB
CMYK
RGB Variations
Color information
#E048AD (or 0xE048AD) is known color: Brilliant Rose. HEX triplet: E0, 48 and AD. RGB value is (224,72,173). Sum of RGB (Red+Green+Blue) = 224+72+173=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E048AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048AD is #1FB752. Grayscale: #808080. Windows color (decimal): -2078547 or 11356384. OLE color: 11356384.
HSL color Cylindrical-coordinate representation of color #E048AD: hue angle of 320.13º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048AD is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 173 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.12 |
| HSL | 320.13º | 0.71% | 0.58% | - |
| HSV(B) | 320.13º | 0.68% | 0.88% | - |
| XYZ | 40.6 | 23.5 | 41.93 | - |
| YUV | 128.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 173 | 0 | 0.68 | 0.23 | 0.12 | 320.13 | 0.71 | 0.58 |
| Hex | E0 | 48 | AD | 0 | 44 | 17 | C | 140 | 47 | 3A |
| Octal | 340 | 110 | 255 | 0 | 104 | 27 | 14 | 500 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10101101 | 0 | 1000100 | 10111 | 1100 | 101000000 | 1000111 | 111010 |
Color Harmonies of #E048AD
Complementary color
Monochromatic Colors of #E048AD
Black with #E048AD
Text Example
Text Example
White with #E048AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048AD; }
p { color: rgb(224,72,173); }
H1.HeaderClassName
{
color: #E048AD;
}
.AnyTagClassName
{
color: #E048AD;
}
</style>
background-color css
<style>
a { background-color: #E048AD; }
a { background-color: rgb(224,72,173); }
div.DivClassName
{
background-color: #E048AD;
}
.BgClassName
{
background-color: #E048AD;
}
</style>
border-color css
<style>
span { border-color: #E048AD; }
span { border-color: rgb(224,72,173); }
td.TdClassName
{
border-color: #E048AD;
}
.TagClassName
{
border-color: #E048AD;
}
</style>