Shades of Brilliant Rose #E050A1
Tints of Brilliant Rose #E050A1
RGB
CMYK
RGB Variations
Color information
#E050A1 (or 0xE050A1) is known color: Brilliant Rose. HEX triplet: E0, 50 and A1. RGB value is (224,80,161). Sum of RGB (Red+Green+Blue) = 224+80+161=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E050A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050A1 is #1FAF5E. Grayscale: #848484. Windows color (decimal): -2076511 or 10572000. OLE color: 10572000.
HSL color Cylindrical-coordinate representation of color #E050A1: hue angle of 326.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050A1 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 161 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.12 |
| HSL | 326.25º | 0.7% | 0.6% | - |
| HSV(B) | 326.25º | 0.64% | 0.88% | - |
| XYZ | 40.04 | 24.16 | 36.27 | - |
| YUV | 132.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 161 | 0 | 0.64 | 0.28 | 0.12 | 326.25 | 0.7 | 0.6 |
| Hex | E0 | 50 | A1 | 0 | 40 | 1C | C | 146 | 46 | 3C |
| Octal | 340 | 120 | 241 | 0 | 100 | 34 | 14 | 506 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10100001 | 0 | 1000000 | 11100 | 1100 | 101000110 | 1000110 | 111100 |
Color Harmonies of #E050A1
Complementary color
Monochromatic Colors of #E050A1
Black with #E050A1
Text Example
Text Example
White with #E050A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050A1; }
p { color: rgb(224,80,161); }
H1.HeaderClassName
{
color: #E050A1;
}
.AnyTagClassName
{
color: #E050A1;
}
</style>
background-color css
<style>
a { background-color: #E050A1; }
a { background-color: rgb(224,80,161); }
div.DivClassName
{
background-color: #E050A1;
}
.BgClassName
{
background-color: #E050A1;
}
</style>
border-color css
<style>
span { border-color: #E050A1; }
span { border-color: rgb(224,80,161); }
td.TdClassName
{
border-color: #E050A1;
}
.TagClassName
{
border-color: #E050A1;
}
</style>