COLOR #E044A6

HEX: #E044A6
RGB: (224,68,166)

Color info

#E044A6 contains mainly red and blue colors. Web safe color of #E044A6 is #CC3399 (or #C39).

RGB color model

#E044A6 color RGB value is (224,68,166).

  • red value is 224;
  • green value is 68;
  • blue value is 166.
RGB:
(224,68,166)
(88%,27%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 68 of 255 = 27%
B 166 of 255 = 65%

224
68
166

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

Portions of RGB colors in percentages

R + G + B =
224 + 68 + 166 = 458 (100%)
R 224 of 458 ~ 48.91%
G 68 of 458 ~ 14.85%
B 166 of 458 ~ 36.24%

%48.91
%14.85
%36.24

CMYK color model

#E044A6 color CMYK value is (0,70,26,12).

  • cyan value is 0.00%
  • magenta value is 69.64%
  • yellow value is 25.89%
  • key color value is 12.16%
CMYK:
(0,70,26,12)
C0M70Y26K12 
(0%,70%,26%,12%)
(0.00/0.70/0.26/0.12)	

CMYK percentages

%0
%69.64
%25.89
%12.16

Codes

Color #E044A6 in popluar color models

E044A6
RGB22468166
HSL322°71.56%57.25%
HSB/HSV322°69.64%87.84%
CMYK0.00%69.64%25.89%
12.16%

Color #E044A6 in popluar number systems.

HEXE044A6
Decimal22468166
Binary11100000100010010100110
Octal340104246

Shades and tints

Shades of #E044A6

#E044A6
(224,68,166)
#CC3E97
(204,62,151)
#B83888
(184,56,136)
#A43279
(164,50,121)
#902C6A
(144,44,106)
#7C265B
(124,38,91)
#68204C
(104,32,76)
#541A3D
(84,26,61)
#40142E
(64,20,46)
#2C0E1F
(44,14,31)
#180810
(24,8,16)
#000000
(0,0,0)

Tints of #E044A6

#E044A6
(224,68,166)
#E255AE
(226,85,174)
#E466B6
(228,102,182)
#E677BE
(230,119,190)
#E888C6
(232,136,198)
#EA99CE
(234,153,206)
#ECAAD6
(236,170,214)
#EEBBDE
(238,187,222)
#F0CCE6
(240,204,230)
#F2DDEE
(242,221,238)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E044A6 color. Also use rgb(224,68,166) instead hex code.

Text Font Color

.myTextColor { color: #E044A6; }

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

This text font color is #E044A6.


Background Color

.myBgColor { background-color: #E044A6; }

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

This div background color is #E044A6.


Border color

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

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

This div border color is #E044A6.


Opacity

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

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

Text with #E044A6 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 #E044A6;}

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

This text has shadow with #E044A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E044A6 on black background.


Color preview on white background

This text has color #E044A6 on white background.



Black color preview on #E044A6 background

This text has black color on #E044A6 background.


White color preview on #E044A6 background

This text has white color on #E044A6 background.