Shades of Brilliant Rose #E050AB
Tints of Brilliant Rose #E050AB
RGB
CMYK
RGB Variations
Color information
#E050AB (or 0xE050AB) is known color: Brilliant Rose. HEX triplet: E0, 50 and AB. RGB value is (224,80,171). Sum of RGB (Red+Green+Blue) = 224+80+171=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E050AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E050AB is #1FAF54. Grayscale: #858585. Windows color (decimal): -2076501 or 11227360. OLE color: 11227360.
HSL color Cylindrical-coordinate representation of color #E050AB: hue angle of 322.08º 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 #E050AB is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 171 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.12 |
| HSL | 322.08º | 0.7% | 0.6% | - |
| HSV(B) | 322.08º | 0.64% | 0.88% | - |
| XYZ | 40.96 | 24.52 | 41.1 | - |
| YUV | 133.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 171 | 0 | 0.64 | 0.24 | 0.12 | 322.08 | 0.7 | 0.6 |
| Hex | E0 | 50 | AB | 0 | 40 | 18 | C | 142 | 46 | 3C |
| Octal | 340 | 120 | 253 | 0 | 100 | 30 | 14 | 502 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10101011 | 0 | 1000000 | 11000 | 1100 | 101000010 | 1000110 | 111100 |
Color Harmonies of #E050AB
Complementary color
Monochromatic Colors of #E050AB
Black with #E050AB
Text Example
Text Example
White with #E050AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050AB; }
p { color: rgb(224,80,171); }
H1.HeaderClassName
{
color: #E050AB;
}
.AnyTagClassName
{
color: #E050AB;
}
</style>
background-color css
<style>
a { background-color: #E050AB; }
a { background-color: rgb(224,80,171); }
div.DivClassName
{
background-color: #E050AB;
}
.BgClassName
{
background-color: #E050AB;
}
</style>
border-color css
<style>
span { border-color: #E050AB; }
span { border-color: rgb(224,80,171); }
td.TdClassName
{
border-color: #E050AB;
}
.TagClassName
{
border-color: #E050AB;
}
</style>