COLOR #E07EF1

HEX: #E07EF1
RGB: (224,126,241)

Color info

#E07EF1 contains mainly red and blue colors. Web safe color of #E07EF1 is #CC66FF (or #C6F).

RGB color model

#E07EF1 color RGB value is (224,126,241).

  • red value is 224;
  • green value is 126;
  • blue value is 241.
RGB:
(224,126,241)
(88%,49%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 126 of 255 = 49%
B 241 of 255 = 95%

224
126
241

R + G + B ~ 77%. #E07EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 126 + 241 = 591 (100%)
R 224 of 591 ~ 37.9%
G 126 of 591 ~ 21.32%
B 241 of 591 ~ 40.78%

%37.9
%21.32
%40.78

CMYK color model

#E07EF1 color CMYK value is (7,48,0,5).

  • cyan value is 7.05%
  • magenta value is 47.72%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,48,0,5)
C7M48Y0K5 
(7%,48%,0%,5%)
(0.07/0.48/0.00/0.05)	

CMYK percentages

%7.05
%47.72
%0
%5.49

Codes

Color #E07EF1 in popluar color models

E07EF1
RGB224126241
HSL291°80.42%71.96%
HSB/HSV291°47.72%94.51%
CMYK7.05%47.72%0.00%
5.49%

Color #E07EF1 in popluar number systems.

HEXE07EF1
Decimal224126241
Binary11100000111111011110001
Octal340176361

Shades and tints

Shades of #E07EF1

#E07EF1
(224,126,241)
#CC73DC
(204,115,220)
#B868C7
(184,104,199)
#A45DB2
(164,93,178)
#90529D
(144,82,157)
#7C4788
(124,71,136)
#683C73
(104,60,115)
#54315E
(84,49,94)
#402649
(64,38,73)
#2C1B34
(44,27,52)
#18101F
(24,16,31)
#000000
(0,0,0)

Tints of #E07EF1

#E07EF1
(224,126,241)
#E289F2
(226,137,242)
#E494F3
(228,148,243)
#E69FF4
(230,159,244)
#E8AAF5
(232,170,245)
#EAB5F6
(234,181,246)
#ECC0F7
(236,192,247)
#EECBF8
(238,203,248)
#F0D6F9
(240,214,249)
#F2E1FA
(242,225,250)
#F4ECFB
(244,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E07EF1; }

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

This text font color is #E07EF1.


Background Color

.myBgColor { background-color: #E07EF1; }

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

This div background color is #E07EF1.


Border color

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

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

This div border color is #E07EF1.


Opacity

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

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

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

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

This text has shadow with #E07EF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07EF1 on black background.


Color preview on white background

This text has color #E07EF1 on white background.



Black color preview on #E07EF1 background

This text has black color on #E07EF1 background.


White color preview on #E07EF1 background

This text has white color on #E07EF1 background.