Html Css Color HEX #E048A1 Mulberry

📋 copy color: '#E048A1'

red 224 ◦ green 72 ◦ blue 161

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

Shades of Mulberry #E048A1

Tints of Mulberry #E048A1

RGB

 RED value IS 224 (87.89% from 255) = 49.02%

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 49.02%
G = 15.75%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E048A1 (or 0xE048A1) is known color: Mulberry. HEX triplet: E0, 48 and A1. RGB value is (224,72,161). Sum of RGB (Red+Green+Blue) = 224+72+161=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E048A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048A1 is #1FB75E. Grayscale: #7F7F7F. Windows color (decimal): -2078559 or 10569952. OLE color: 10569952.

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

Color convert

RGB 224 72 161 -
CMYK 0 0.68 0.28 0.12
HSL 324.87º 0.71% 0.58% -
HSV(B) 324.87º 0.68% 0.88% -
XYZ 39.49 23.06 36.09 -
YUV 127.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 224 72 161 0 0.68 0.28 0.12 324.87 0.71 0.58
Hex E0 48 A1 0 44 1C C 145 47 3A
Octal 340 110 241 0 104 34 14 505 107 72
Binary 11100000 1001000 10100001 0 1000100 11100 1100 101000101 1000111 111010

Color Harmonies of #E048A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048A1

Black with #E048A1

Text Example


Text Example

White with #E048A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048A1; }

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

 H1.HeaderClassName
 {
   color: #E048A1;
 }
 .AnyTagClassName
 {
   color: #E048A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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