Shades of Brilliant Rose #E048A9
Tints of Brilliant Rose #E048A9
RGB
CMYK
RGB Variations
Color information
#E048A9 (or 0xE048A9) is known color: Brilliant Rose. HEX triplet: E0, 48 and A9. RGB value is (224,72,169). Sum of RGB (Red+Green+Blue) = 224+72+169=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E048A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048A9 is #1FB756. Grayscale: #808080. Windows color (decimal): -2078551 or 11094240. OLE color: 11094240.
HSL color Cylindrical-coordinate representation of color #E048A9: hue angle of 321.71º 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 #E048A9 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 169 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.12 |
| HSL | 321.71º | 0.71% | 0.58% | - |
| HSV(B) | 321.71º | 0.68% | 0.88% | - |
| XYZ | 40.22 | 23.35 | 39.92 | - |
| YUV | 128.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 169 | 0 | 0.68 | 0.25 | 0.12 | 321.71 | 0.71 | 0.58 |
| Hex | E0 | 48 | A9 | 0 | 44 | 19 | C | 142 | 47 | 3A |
| Octal | 340 | 110 | 251 | 0 | 104 | 31 | 14 | 502 | 107 | 72 |
| Binary | 11100000 | 1001000 | 10101001 | 0 | 1000100 | 11001 | 1100 | 101000010 | 1000111 | 111010 |
Color Harmonies of #E048A9
Complementary color
Monochromatic Colors of #E048A9
Black with #E048A9
Text Example
Text Example
White with #E048A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E048A9; }
p { color: rgb(224,72,169); }
H1.HeaderClassName
{
color: #E048A9;
}
.AnyTagClassName
{
color: #E048A9;
}
</style>
background-color css
<style>
a { background-color: #E048A9; }
a { background-color: rgb(224,72,169); }
div.DivClassName
{
background-color: #E048A9;
}
.BgClassName
{
background-color: #E048A9;
}
</style>
border-color css
<style>
span { border-color: #E048A9; }
span { border-color: rgb(224,72,169); }
td.TdClassName
{
border-color: #E048A9;
}
.TagClassName
{
border-color: #E048A9;
}
</style>