#E048B6

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

Shades of Fuchsia #E048B6

Tints of Fuchsia #E048B6

Color information

#E048B6 (or 0xE048B6) is unknown color: approx Fuchsia. HEX triplet: E0, 48 and B6. RGB value is (224,72,182). Sum of RGB (Red+Green+Blue) = 224+72+182=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048B6 is #1FB749. Grayscale: #818181. Windows color (decimal): -2078538 or 11946208. OLE color: 11946208.

HSL color Cylindrical-coordinate representation of color #E048B6: hue angle of 316.58º 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 #E048B6 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB22472182-
CMYK00.680.190.12
HSL316.58º71.03%58.04%-
HSV(B)316.58º67.86%87.84%-
XYZ41.523.8646.67-
YUV129.99157.36195.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 72 (28.52% from 255) = 15.06%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=46.86%
G=15.06%
B=38.08%

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
Decimal2247218200.680.190.12316.5871.0358.04
HexE048B604413C13d473a
Octal3401102660104231447510772
Binary11100000100100010110110010001001001111001001111011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E048B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E048B6; }

 p { color: rgb(224,72,182); }

 H1.HeaderClassName
 {
   color: #E048B6;
 }
 .AnyTagClassName
 {
   color: #E048B6;
 }
</style>
background-color css

<style>
 a { background-color: #E048B6; }

 a { background-color: rgb(224,72,182); }

 div.DivClassName
 {
   background-color: #E048B6;
 }
 .BgClassName
 {
   background-color: #E048B6;
 }
</style>
border-color css

<style>
 span { border-color: #E048B6; }

 span { border-color: rgb(224,72,182); }

 td.TdClassName
 {
   border-color: #E048B6;
 }
 .TagClassName
 {
   border-color: #E048B6;
 }
</style>