COLOR #E073E0

HEX: #E073E0
RGB: (224,115,224)

Color info

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

RGB color model

#E073E0 color RGB value is (224,115,224).

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

RGB channels and saturation

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

224
115
224

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

Portions of RGB colors in percentages

R + G + B =
224 + 115 + 224 = 563 (100%)
R 224 of 563 ~ 39.79%
G 115 of 563 ~ 20.43%
B 224 of 563 ~ 39.79%

%39.79
%20.43
%39.79

CMYK color model

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

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

CMYK percentages

%0
%48.66
%0
%12.16

Codes

Color #E073E0 in popluar color models

E073E0
RGB224115224
HSL300°63.74%66.47%
HSB/HSV300°48.66%87.84%
CMYK0.00%48.66%0.00%
12.16%

Color #E073E0 in popluar number systems.

HEXE073E0
Decimal224115224
Binary11100000111001111100000
Octal340163340

Shades and tints

Shades of #E073E0

#E073E0
(224,115,224)
#CC69CC
(204,105,204)
#B85FB8
(184,95,184)
#A455A4
(164,85,164)
#904B90
(144,75,144)
#7C417C
(124,65,124)
#683768
(104,55,104)
#542D54
(84,45,84)
#402340
(64,35,64)
#2C192C
(44,25,44)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #E073E0

#E073E0
(224,115,224)
#E27FE2
(226,127,226)
#E48BE4
(228,139,228)
#E697E6
(230,151,230)
#E8A3E8
(232,163,232)
#EAAFEA
(234,175,234)
#ECBBEC
(236,187,236)
#EEC7EE
(238,199,238)
#F0D3F0
(240,211,240)
#F2DFF2
(242,223,242)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E073E0; }

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

This text font color is #E073E0.


Background Color

.myBgColor { background-color: #E073E0; }

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

This div background color is #E073E0.


Border color

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

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

This div border color is #E073E0.


Opacity

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

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

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

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

This text has shadow with #E073E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E073E0 on black background.


Color preview on white background

This text has color #E073E0 on white background.



Black color preview on #E073E0 background

This text has black color on #E073E0 background.


White color preview on #E073E0 background

This text has white color on #E073E0 background.