Shades of Brilliant Rose #E047AB
Tints of Brilliant Rose #E047AB
RGB
CMYK
RGB Variations
Color information
#E047AB (or 0xE047AB) is known color: Brilliant Rose. HEX triplet: E0, 47 and AB. RGB value is (224,71,171). Sum of RGB (Red+Green+Blue) = 224+71+171=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E047AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047AB is #1FB854. Grayscale: #7F7F7F. Windows color (decimal): -2078805 or 11225056. OLE color: 11225056.
HSL color Cylindrical-coordinate representation of color #E047AB: hue angle of 320.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E047AB is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 171 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.12 |
| HSL | 320.78º | 0.71% | 0.58% | - |
| HSV(B) | 320.78º | 0.68% | 0.88% | - |
| XYZ | 40.34 | 23.29 | 40.9 | - |
| YUV | 128.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 171 | 0 | 0.68 | 0.24 | 0.12 | 320.78 | 0.71 | 0.58 |
| Hex | E0 | 47 | AB | 0 | 44 | 18 | C | 141 | 47 | 3A |
| Octal | 340 | 107 | 253 | 0 | 104 | 30 | 14 | 501 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10101011 | 0 | 1000100 | 11000 | 1100 | 101000001 | 1000111 | 111010 |
Color Harmonies of #E047AB
Complementary color
Monochromatic Colors of #E047AB
Black with #E047AB
Text Example
Text Example
White with #E047AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047AB; }
p { color: rgb(224,71,171); }
H1.HeaderClassName
{
color: #E047AB;
}
.AnyTagClassName
{
color: #E047AB;
}
</style>
background-color css
<style>
a { background-color: #E047AB; }
a { background-color: rgb(224,71,171); }
div.DivClassName
{
background-color: #E047AB;
}
.BgClassName
{
background-color: #E047AB;
}
</style>
border-color css
<style>
span { border-color: #E047AB; }
span { border-color: rgb(224,71,171); }
td.TdClassName
{
border-color: #E047AB;
}
.TagClassName
{
border-color: #E047AB;
}
</style>