COLOR #E072E1

HEX: #E072E1
RGB: (224,114,225)

Color info

#E072E1 contains mainly red and blue colors. Web safe color of #E072E1 is #CC66CC (or #C6C).

RGB color model

#E072E1 color RGB value is (224,114,225).

  • red value is 224;
  • green value is 114;
  • blue value is 225.
RGB:
(224,114,225)
(88%,45%,88%)

RGB channels and saturation

R 224 of 255 = 88%
G 114 of 255 = 45%
B 225 of 255 = 88%

224
114
225

R + G + B ~ 74%. #E072E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 114 + 225 = 563 (100%)
R 224 of 563 ~ 39.79%
G 114 of 563 ~ 20.25%
B 225 of 563 ~ 39.96%

%39.79
%20.25
%39.96

CMYK color model

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

  • cyan value is 0.44%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,49,0,12)
C0M49Y0K12 
(0%,49%,0%,12%)
(0.00/0.49/0.00/0.12)	

CMYK percentages

%0.44
%49.33
%0
%11.76

Codes

Color #E072E1 in popluar color models

E072E1
RGB224114225
HSL299°64.91%66.47%
HSB/HSV299°49.33%88.24%
CMYK0.44%49.33%0.00%
11.76%

Color #E072E1 in popluar number systems.

HEXE072E1
Decimal224114225
Binary11100000111001011100001
Octal340162341

Shades and tints

Shades of #E072E1

#E072E1
(224,114,225)
#CC68CD
(204,104,205)
#B85EB9
(184,94,185)
#A454A5
(164,84,165)
#904A91
(144,74,145)
#7C407D
(124,64,125)
#683669
(104,54,105)
#542C55
(84,44,85)
#402241
(64,34,65)
#2C182D
(44,24,45)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #E072E1

#E072E1
(224,114,225)
#E27EE3
(226,126,227)
#E48AE5
(228,138,229)
#E696E7
(230,150,231)
#E8A2E9
(232,162,233)
#EAAEEB
(234,174,235)
#ECBAED
(236,186,237)
#EEC6EF
(238,198,239)
#F0D2F1
(240,210,241)
#F2DEF3
(242,222,243)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E072E1 color. Also use rgb(224,114,225) instead hex code.

Text Font Color

.myTextColor { color: #E072E1; }

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

This text font color is #E072E1.


Background Color

.myBgColor { background-color: #E072E1; }

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

This div background color is #E072E1.


Border color

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

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

This div border color is #E072E1.


Opacity

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

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

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

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

This text has shadow with #E072E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E072E1 on black background.


Color preview on white background

This text has color #E072E1 on white background.



Black color preview on #E072E1 background

This text has black color on #E072E1 background.


White color preview on #E072E1 background

This text has white color on #E072E1 background.