Shades of Brilliant Rose #E049A5
Tints of Brilliant Rose #E049A5
RGB
CMYK
RGB Variations
Color information
#E049A5 (or 0xE049A5) is known color: Brilliant Rose. HEX triplet: E0, 49 and A5. RGB value is (224,73,165). Sum of RGB (Red+Green+Blue) = 224+73+165=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E049A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049A5 is #1FB65A. Grayscale: #808080. Windows color (decimal): -2078299 or 10832352. OLE color: 10832352.
HSL color Cylindrical-coordinate representation of color #E049A5: hue angle of 323.44º 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 #E049A5 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 165 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.12 |
| HSL | 323.44º | 0.71% | 0.58% | - |
| HSV(B) | 323.44º | 0.67% | 0.88% | - |
| XYZ | 39.91 | 23.33 | 38 | - |
| YUV | 128.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 165 | 0 | 0.67 | 0.26 | 0.12 | 323.44 | 0.71 | 0.58 |
| Hex | E0 | 49 | A5 | 0 | 43 | 1A | C | 143 | 47 | 3A |
| Octal | 340 | 111 | 245 | 0 | 103 | 32 | 14 | 503 | 107 | 72 |
| Binary | 11100000 | 1001001 | 10100101 | 0 | 1000011 | 11010 | 1100 | 101000011 | 1000111 | 111010 |
Color Harmonies of #E049A5
Complementary color
Monochromatic Colors of #E049A5
Black with #E049A5
Text Example
Text Example
White with #E049A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E049A5; }
p { color: rgb(224,73,165); }
H1.HeaderClassName
{
color: #E049A5;
}
.AnyTagClassName
{
color: #E049A5;
}
</style>
background-color css
<style>
a { background-color: #E049A5; }
a { background-color: rgb(224,73,165); }
div.DivClassName
{
background-color: #E049A5;
}
.BgClassName
{
background-color: #E049A5;
}
</style>
border-color css
<style>
span { border-color: #E049A5; }
span { border-color: rgb(224,73,165); }
td.TdClassName
{
border-color: #E049A5;
}
.TagClassName
{
border-color: #E049A5;
}
</style>