Shades of Brilliant Rose #E050A0
Tints of Brilliant Rose #E050A0
RGB
CMYK
RGB Variations
Color information
#E050A0 (or 0xE050A0) is known color: Brilliant Rose. HEX triplet: E0, 50 and A0. RGB value is (224,80,160). Sum of RGB (Red+Green+Blue) = 224+80+160=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E050A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050A0 is #1FAF5F. Grayscale: #848484. Windows color (decimal): -2076512 or 10506464. OLE color: 10506464.
HSL color Cylindrical-coordinate representation of color #E050A0: hue angle of 326.67º 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 #E050A0 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 160 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.12 |
| HSL | 326.67º | 0.7% | 0.6% | - |
| HSV(B) | 326.67º | 0.64% | 0.88% | - |
| XYZ | 39.95 | 24.12 | 35.81 | - |
| YUV | 132.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 160 | 0 | 0.64 | 0.29 | 0.12 | 326.67 | 0.7 | 0.6 |
| Hex | E0 | 50 | A0 | 0 | 40 | 1D | C | 147 | 46 | 3C |
| Octal | 340 | 120 | 240 | 0 | 100 | 35 | 14 | 507 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10100000 | 0 | 1000000 | 11101 | 1100 | 101000111 | 1000110 | 111100 |
Color Harmonies of #E050A0
Complementary color
Monochromatic Colors of #E050A0
Black with #E050A0
Text Example
Text Example
White with #E050A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050A0; }
p { color: rgb(224,80,160); }
H1.HeaderClassName
{
color: #E050A0;
}
.AnyTagClassName
{
color: #E050A0;
}
</style>
background-color css
<style>
a { background-color: #E050A0; }
a { background-color: rgb(224,80,160); }
div.DivClassName
{
background-color: #E050A0;
}
.BgClassName
{
background-color: #E050A0;
}
</style>
border-color css
<style>
span { border-color: #E050A0; }
span { border-color: rgb(224,80,160); }
td.TdClassName
{
border-color: #E050A0;
}
.TagClassName
{
border-color: #E050A0;
}
</style>