COLOR #E691E5

HEX: #E691E5
RGB: (230,145,229)

Color info

#E691E5 contains mainly red and blue colors. Web safe color of #E691E5 is #CC99CC (or #C9C).

RGB color model

#E691E5 color RGB value is (230,145,229).

  • red value is 230;
  • green value is 145;
  • blue value is 229.
RGB:
(230,145,229)
(90%,57%,90%)

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 229 of 255 = 90%

230
145
229

R + G + B ~ 79%. #E691E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 229 = 604 (100%)
R 230 of 604 ~ 38.08%
G 145 of 604 ~ 24.01%
B 229 of 604 ~ 37.91%

%38.08
%24.01
%37.91

CMYK color model

#E691E5 color CMYK value is (0,37,0,10).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 0.43%
  • key color value is 9.80%
CMYK:
(0,37,0,10)
C0M37Y0K10 
(0%,37%,0%,10%)
(0.00/0.37/0.00/0.10)	

CMYK percentages

%0
%36.96
%0.43
%9.8

Codes

Color #E691E5 in popluar color models

E691E5
RGB230145229
HSL301°62.96%73.53%
HSB/HSV301°36.96%90.20%
CMYK0.00%36.96%0.43%
9.80%

Color #E691E5 in popluar number systems.

HEXE691E5
Decimal230145229
Binary111001101001000111100101
Octal346221345

Shades and tints

Shades of #E691E5

#E691E5
(230,145,229)
#D284D1
(210,132,209)
#BE77BD
(190,119,189)
#AA6AA9
(170,106,169)
#965D95
(150,93,149)
#825081
(130,80,129)
#6E436D
(110,67,109)
#5A3659
(90,54,89)
#462945
(70,41,69)
#321C31
(50,28,49)
#1E0F1D
(30,15,29)
#000000
(0,0,0)

Tints of #E691E5

#E691E5
(230,145,229)
#E89BE7
(232,155,231)
#EAA5E9
(234,165,233)
#ECAFEB
(236,175,235)
#EEB9ED
(238,185,237)
#F0C3EF
(240,195,239)
#F2CDF1
(242,205,241)
#F4D7F3
(244,215,243)
#F6E1F5
(246,225,245)
#F8EBF7
(248,235,247)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E691E5 color. Also use rgb(230,145,229) instead hex code.

Text Font Color

.myTextColor { color: #E691E5; }

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

This text font color is #E691E5.


Background Color

.myBgColor { background-color: #E691E5; }

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

This div background color is #E691E5.


Border color

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

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

This div border color is #E691E5.


Opacity

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

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

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

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

This text has shadow with #E691E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E691E5 on black background.


Color preview on white background

This text has color #E691E5 on white background.



Black color preview on #E691E5 background

This text has black color on #E691E5 background.


White color preview on #E691E5 background

This text has white color on #E691E5 background.