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