COLOR #E44D78

HEX: #E44D78
RGB: (228,77,120)

Color info

#E44D78 contains mainly red color. Web safe color of #E44D78 is #CC3366 (or #C36).

RGB color model

#E44D78 color RGB value is (228,77,120).

  • red value is 228;
  • green value is 77;
  • blue value is 120.
RGB:
(228,77,120)
(89%,30%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 77 of 255 = 30%
B 120 of 255 = 47%

228
77
120

R + G + B ~ 55%. #E44D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 77 + 120 = 425 (100%)
R 228 of 425 ~ 53.65%
G 77 of 425 ~ 18.12%
B 120 of 425 ~ 28.24%

%53.65
%18.12
%28.24

CMYK color model

#E44D78 color CMYK value is (0,66,47,11).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 47.37%
  • key color value is 10.59%
CMYK:
(0,66,47,11)
C0M66Y47K11 
(0%,66%,47%,11%)
(0.00/0.66/0.47/0.11)	

CMYK percentages

%0
%66.23
%47.37
%10.59

Codes

Color #E44D78 in popluar color models

E44D78
RGB22877120
HSL343°73.66%59.80%
HSB/HSV343°66.23%89.41%
CMYK0.00%66.23%47.37%
10.59%

Color #E44D78 in popluar number systems.

HEXE44D78
Decimal22877120
Binary1110010010011011111000
Octal344115170

Shades and tints

Shades of #E44D78

#E44D78
(228,77,120)
#D0466E
(208,70,110)
#BC3F64
(188,63,100)
#A8385A
(168,56,90)
#943150
(148,49,80)
#802A46
(128,42,70)
#6C233C
(108,35,60)
#581C32
(88,28,50)
#441528
(68,21,40)
#300E1E
(48,14,30)
#1C0714
(28,7,20)
#000000
(0,0,0)

Tints of #E44D78

#E44D78
(228,77,120)
#E65D84
(230,93,132)
#E86D90
(232,109,144)
#EA7D9C
(234,125,156)
#EC8DA8
(236,141,168)
#EE9DB4
(238,157,180)
#F0ADC0
(240,173,192)
#F2BDCC
(242,189,204)
#F4CDD8
(244,205,216)
#F6DDE4
(246,221,228)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E44D78 color. Also use rgb(228,77,120) instead hex code.

Text Font Color

.myTextColor { color: #E44D78; }

<p style="color:#E44D78">This sample text font color is #E44D78.</p>

This text font color is #E44D78.


Background Color

.myBgColor { background-color: #E44D78; }

<div style="background-color:#E44D78">Inner text</div>

This div background color is #E44D78.


Border color

.myBorderColor { border: 1px solid #E44D78; }

<div style="border:3px solid #E44D78">Div</div>

This div border color is #E44D78.


Opacity

.myOpacity80 { color: #E44D78; opacity: 0.8; }

<p style="color:#E44D78;opacity:0.8;">80%</p>

Text with #E44D78 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E44D78;}

<p style="text-shadow: 3px 3px 1px #E44D78">Text here.</p>

This text has shadow with #E44D78 color.

.textShadow {text-shadow: 3px 3px 1px #E44D78, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E44D78, 5px 5px 20px red">Text here.</p>

This text has shadow with #E44D78 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E44D78, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E44D78, Direction=45, Strength=4)">Text</p>

This text has shadow with #E44D78 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E44D78;
  -webkit-box-shadow:	1px 1px 3px 2px #E44D78;
  box-shadow:		1px 1px 3px 2px #E44D78;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E44D78;
-webkit-box-shadow: 1px 1px 3px 2px #E44D78;
box-shadow:1px 1px 3px 2px #E44D78;">
Div content here</div>
This div box has shadow with color #E44D78.

Preview

Color preview on black background

This text has color #E44D78 on black background.


Color preview on white background

This text has color #E44D78 on white background.



Black color preview on #E44D78 background

This text has black color on #E44D78 background.


White color preview on #E44D78 background

This text has white color on #E44D78 background.