Shades of Fuchsia #E047B5
Tints of Fuchsia #E047B5
RGB
CMYK
RGB Variations
Color information
#E047B5 (or 0xE047B5) is known color: Fuchsia. HEX triplet: E0, 47 and B5. RGB value is (224,71,181). Sum of RGB (Red+Green+Blue) = 224+71+181=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E047B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047B5 is #1FB84A. Grayscale: #818181. Windows color (decimal): -2078795 or 11880416. OLE color: 11880416.
HSL color Cylindrical-coordinate representation of color #E047B5: hue angle of 316.86º 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 #E047B5 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 181 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.12 |
| HSL | 316.86º | 0.71% | 0.58% | - |
| HSV(B) | 316.86º | 0.68% | 0.88% | - |
| XYZ | 41.33 | 23.69 | 46.11 | - |
| YUV | 129.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 181 | 0 | 0.68 | 0.19 | 0.12 | 316.86 | 0.71 | 0.58 |
| Hex | E0 | 47 | B5 | 0 | 44 | 13 | C | 13D | 47 | 3A |
| Octal | 340 | 107 | 265 | 0 | 104 | 23 | 14 | 475 | 107 | 72 |
| Binary | 11100000 | 1000111 | 10110101 | 0 | 1000100 | 10011 | 1100 | 100111101 | 1000111 | 111010 |
Color Harmonies of #E047B5
Complementary color
Monochromatic Colors of #E047B5
Black with #E047B5
Text Example
Text Example
White with #E047B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E047B5; }
p { color: rgb(224,71,181); }
H1.HeaderClassName
{
color: #E047B5;
}
.AnyTagClassName
{
color: #E047B5;
}
</style>
background-color css
<style>
a { background-color: #E047B5; }
a { background-color: rgb(224,71,181); }
div.DivClassName
{
background-color: #E047B5;
}
.BgClassName
{
background-color: #E047B5;
}
</style>
border-color css
<style>
span { border-color: #E047B5; }
span { border-color: rgb(224,71,181); }
td.TdClassName
{
border-color: #E047B5;
}
.TagClassName
{
border-color: #E047B5;
}
</style>