Shades of Brilliant Rose #E047AF
Tints of Brilliant Rose #E047AF
RGB
CMYK
RGB Variations
Color information
#E047AF (or 0xE047AF) is known color: Brilliant Rose. HEX triplet: E0, 47 and AF. RGB value is (224,71,175). Sum of RGB (Red+Green+Blue) = 224+71+175=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E047AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E047AF is #1FB850. Grayscale: #808080. Windows color (decimal): -2078801 or 11487200. OLE color: 11487200.
HSL color Cylindrical-coordinate representation of color #E047AF: hue angle of 319.22º 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 #E047AF is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 175 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.12 |
| HSL | 319.22º | 0.71% | 0.58% | - |
| HSV(B) | 319.22º | 0.68% | 0.88% | - |
| XYZ | 40.73 | 23.45 | 42.94 | - |
| YUV | 128.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 175 | 0 | 0.68 | 0.22 | 0.12 | 319.22 | 0.71 | 0.58 |
| Hex | E0 | 47 | AF | 0 | 44 | 16 | C | 13F | 47 | 3A |
| Octal | 340 | 107 | 257 | 0 | 104 | 26 | 14 | 477 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10101111 | 0 | 1000100 | 10110 | 1100 | 100111111 | 1000111 | 111010 |
Color Harmonies of #E047AF
Complementary color
Monochromatic Colors of #E047AF
Black with #E047AF
Text Example
Text Example
White with #E047AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047AF; }
p { color: rgb(224,71,175); }
H1.HeaderClassName
{
color: #E047AF;
}
.AnyTagClassName
{
color: #E047AF;
}
</style>
background-color css
<style>
a { background-color: #E047AF; }
a { background-color: rgb(224,71,175); }
div.DivClassName
{
background-color: #E047AF;
}
.BgClassName
{
background-color: #E047AF;
}
</style>
border-color css
<style>
span { border-color: #E047AF; }
span { border-color: rgb(224,71,175); }
td.TdClassName
{
border-color: #E047AF;
}
.TagClassName
{
border-color: #E047AF;
}
</style>