Shades of Brilliant Rose #E047A4
Tints of Brilliant Rose #E047A4
RGB
CMYK
RGB Variations
Color information
#E047A4 (or 0xE047A4) is known color: Brilliant Rose. HEX triplet: E0, 47 and A4. RGB value is (224,71,164). Sum of RGB (Red+Green+Blue) = 224+71+164=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E047A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047A4 is #1FB85B. Grayscale: #7F7F7F. Windows color (decimal): -2078812 or 10766304. OLE color: 10766304.
HSL color Cylindrical-coordinate representation of color #E047A4: hue angle of 323.53º 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 #E047A4 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 164 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.12 |
| HSL | 323.53º | 0.71% | 0.58% | - |
| HSV(B) | 323.53º | 0.68% | 0.88% | - |
| XYZ | 39.69 | 23.03 | 37.48 | - |
| YUV | 127.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 164 | 0 | 0.68 | 0.27 | 0.12 | 323.53 | 0.71 | 0.58 |
| Hex | E0 | 47 | A4 | 0 | 44 | 1B | C | 144 | 47 | 3A |
| Octal | 340 | 107 | 244 | 0 | 104 | 33 | 14 | 504 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10100100 | 0 | 1000100 | 11011 | 1100 | 101000100 | 1000111 | 111010 |
Color Harmonies of #E047A4
Complementary color
Monochromatic Colors of #E047A4
Black with #E047A4
Text Example
Text Example
White with #E047A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047A4; }
p { color: rgb(224,71,164); }
H1.HeaderClassName
{
color: #E047A4;
}
.AnyTagClassName
{
color: #E047A4;
}
</style>
background-color css
<style>
a { background-color: #E047A4; }
a { background-color: rgb(224,71,164); }
div.DivClassName
{
background-color: #E047A4;
}
.BgClassName
{
background-color: #E047A4;
}
</style>
border-color css
<style>
span { border-color: #E047A4; }
span { border-color: rgb(224,71,164); }
td.TdClassName
{
border-color: #E047A4;
}
.TagClassName
{
border-color: #E047A4;
}
</style>