Html Css Color HEX #E048B5 Fuchsia

📋 copy color: '#E048B5'

red 224 ◦ green 72 ◦ blue 181

#E048B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #E048B5

Tints of Fuchsia #E048B5

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 value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

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

Triadic Colors

Analogous colors

Split complements colors

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>