Shades of Brilliant Rose #E050AA
Tints of Brilliant Rose #E050AA
RGB
CMYK
RGB Variations
Color information
#E050AA (or 0xE050AA) is known color: Brilliant Rose. HEX triplet: E0, 50 and AA. RGB value is (224,80,170). Sum of RGB (Red+Green+Blue) = 224+80+170=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E050AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050AA is #1FAF55. Grayscale: #858585. Windows color (decimal): -2076502 or 11161824. OLE color: 11161824.
HSL color Cylindrical-coordinate representation of color #E050AA: hue angle of 322.5º 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 #E050AA is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 170 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.12 |
| HSL | 322.5º | 0.7% | 0.6% | - |
| HSV(B) | 322.5º | 0.64% | 0.88% | - |
| XYZ | 40.86 | 24.49 | 40.6 | - |
| YUV | 133.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 170 | 0 | 0.64 | 0.24 | 0.12 | 322.5 | 0.7 | 0.6 |
| Hex | E0 | 50 | AA | 0 | 40 | 18 | C | 142 | 46 | 3C |
| Octal | 340 | 120 | 252 | 0 | 100 | 30 | 14 | 502 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10101010 | 0 | 1000000 | 11000 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E050AA
Complementary color
Monochromatic Colors of #E050AA
Black with #E050AA
Text Example
Text Example
White with #E050AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050AA; }
p { color: rgb(224,80,170); }
H1.HeaderClassName
{
color: #E050AA;
}
.AnyTagClassName
{
color: #E050AA;
}
</style>
background-color css
<style>
a { background-color: #E050AA; }
a { background-color: rgb(224,80,170); }
div.DivClassName
{
background-color: #E050AA;
}
.BgClassName
{
background-color: #E050AA;
}
</style>
border-color css
<style>
span { border-color: #E050AA; }
span { border-color: rgb(224,80,170); }
td.TdClassName
{
border-color: #E050AA;
}
.TagClassName
{
border-color: #E050AA;
}
</style>