#E048B5

Color #E048B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #E048B5

Tints of Fuchsia #E048B5

Color information

#E048B5 (or 0xE048B5) is unknown color: approx 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

RGB22472181-
CMYK00.680.190.12
HSL316.97º71.03%58.04%-
HSV(B)316.97º67.86%87.84%-
XYZ41.423.8246.13-
YUV129.87156.86195.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 72 (28.52% from 255) = 15.09%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=46.96%
G=15.09%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247218100.680.190.12316.9771.0358.04
HexE048B504413C13d473a
Octal3401102650104231447510772
Binary11100000100100010110101010001001001111001001111011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E048B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>