Html Css Color HEX #E048A0 Mulberry

📋 copy color: '#E048A0'

red 224 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #E048A0

Tints of Mulberry #E048A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 49.12%
G = 15.79%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E048A0 (or 0xE048A0) is known color: Mulberry. HEX triplet: E0, 48 and A0. RGB value is (224,72,160). Sum of RGB (Red+Green+Blue) = 224+72+160=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E048A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E048A0 is #1FB75F. Grayscale: #7F7F7F. Windows color (decimal): -2078560 or 10504416. OLE color: 10504416.

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

Color convert

RGB 224 72 160 -
CMYK 0 0.68 0.29 0.12
HSL 325.26º 0.71% 0.58% -
HSV(B) 325.26º 0.68% 0.88% -
XYZ 39.4 23.02 35.62 -
YUV 127.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 224 72 160 0 0.68 0.29 0.12 325.26 0.71 0.58
Hex E0 48 A0 0 44 1D C 145 47 3A
Octal 340 110 240 0 104 35 14 505 107 72
Binary 11100000 1001000 10100000 0 1000100 11101 1100 101000101 1000111 111010

Color Harmonies of #E048A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048A0

Black with #E048A0

Text Example


Text Example

White with #E048A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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