Html Css Color HEX #E049A0 Mulberry

📋 copy color: '#E049A0'

red 224 ◦ green 73 ◦ blue 160

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

Shades of Mulberry #E049A0

Tints of Mulberry #E049A0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

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

R = 49.02%
G = 15.97%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E049A0 (or 0xE049A0) is known color: Mulberry. HEX triplet: E0, 49 and A0. RGB value is (224,73,160). Sum of RGB (Red+Green+Blue) = 224+73+160=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E049A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E049A0 is #1FB65F. Grayscale: #7F7F7F. Windows color (decimal): -2078304 or 10504672. OLE color: 10504672.

HSL color Cylindrical-coordinate representation of color #E049A0: hue angle of 325.43º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E049A0 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 160 -
CMYK 0 0.67 0.29 0.12
HSL 325.43º 0.71% 0.58% -
HSV(B) 325.43º 0.67% 0.88% -
XYZ 39.47 23.15 35.65 -
YUV 128.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 224 73 160 0 0.67 0.29 0.12 325.43 0.71 0.58
Hex E0 49 A0 0 43 1D C 145 47 3A
Octal 340 111 240 0 103 35 14 505 107 72
Binary 11100000 1001001 10100000 0 1000011 11101 1100 101000101 1000111 111010

Color Harmonies of #E049A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049A0

Black with #E049A0

Text Example


Text Example

White with #E049A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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