COLOR #E073A7

HEX: #E073A7
RGB: (224,115,167)

Color info

#E073A7 contains mainly red and blue colors. Web safe color of #E073A7 is #CC6699 (or #C69).

RGB color model

#E073A7 color RGB value is (224,115,167).

  • red value is 224;
  • green value is 115;
  • blue value is 167.
RGB:
(224,115,167)
(88%,45%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 115 of 255 = 45%
B 167 of 255 = 65%

224
115
167

R + G + B ~ 66%. #E073A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 115 + 167 = 506 (100%)
R 224 of 506 ~ 44.27%
G 115 of 506 ~ 22.73%
B 167 of 506 ~ 33%

%44.27
%22.73
%33

CMYK color model

#E073A7 color CMYK value is (0,49,25,12).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 25.45%
  • key color value is 12.16%
CMYK:
(0,49,25,12)
C0M49Y25K12 
(0%,49%,25%,12%)
(0.00/0.49/0.25/0.12)	

CMYK percentages

%0
%48.66
%25.45
%12.16

Codes

Color #E073A7 in popluar color models

E073A7
RGB224115167
HSL331°63.74%66.47%
HSB/HSV331°48.66%87.84%
CMYK0.00%48.66%25.45%
12.16%

Color #E073A7 in popluar number systems.

HEXE073A7
Decimal224115167
Binary11100000111001110100111
Octal340163247

Shades and tints

Shades of #E073A7

#E073A7
(224,115,167)
#CC6998
(204,105,152)
#B85F89
(184,95,137)
#A4557A
(164,85,122)
#904B6B
(144,75,107)
#7C415C
(124,65,92)
#68374D
(104,55,77)
#542D3E
(84,45,62)
#40232F
(64,35,47)
#2C1920
(44,25,32)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #E073A7

#E073A7
(224,115,167)
#E27FAF
(226,127,175)
#E48BB7
(228,139,183)
#E697BF
(230,151,191)
#E8A3C7
(232,163,199)
#EAAFCF
(234,175,207)
#ECBBD7
(236,187,215)
#EEC7DF
(238,199,223)
#F0D3E7
(240,211,231)
#F2DFEF
(242,223,239)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E073A7 color. Also use rgb(224,115,167) instead hex code.

Text Font Color

.myTextColor { color: #E073A7; }

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

This text font color is #E073A7.


Background Color

.myBgColor { background-color: #E073A7; }

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

This div background color is #E073A7.


Border color

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

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

This div border color is #E073A7.


Opacity

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

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

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

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

This text has shadow with #E073A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E073A7 on black background.


Color preview on white background

This text has color #E073A7 on white background.



Black color preview on #E073A7 background

This text has black color on #E073A7 background.


White color preview on #E073A7 background

This text has white color on #E073A7 background.