COLOR #E697EE

HEX: #E697EE
RGB: (230,151,238)

Color info

#E697EE contains mainly red and blue colors. Web safe color of #E697EE is #CC99FF (or #C9F).

RGB color model

#E697EE color RGB value is (230,151,238).

  • red value is 230;
  • green value is 151;
  • blue value is 238.
RGB:
(230,151,238)
(90%,59%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 151 of 255 = 59%
B 238 of 255 = 93%

230
151
238

R + G + B ~ 81%. #E697EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 151 + 238 = 619 (100%)
R 230 of 619 ~ 37.16%
G 151 of 619 ~ 24.39%
B 238 of 619 ~ 38.45%

%37.16
%24.39
%38.45

CMYK color model

#E697EE color CMYK value is (3,37,0,7).

  • cyan value is 3.36%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,37,0,7)
C3M37Y0K7 
(3%,37%,0%,7%)
(0.03/0.37/0.00/0.07)	

CMYK percentages

%3.36
%36.55
%0
%6.67

Codes

Color #E697EE in popluar color models

E697EE
RGB230151238
HSL294°71.90%76.27%
HSB/HSV294°36.55%93.33%
CMYK3.36%36.55%0.00%
6.67%

Color #E697EE in popluar number systems.

HEXE697EE
Decimal230151238
Binary111001101001011111101110
Octal346227356

Shades and tints

Shades of #E697EE

#E697EE
(230,151,238)
#D28AD9
(210,138,217)
#BE7DC4
(190,125,196)
#AA70AF
(170,112,175)
#96639A
(150,99,154)
#825685
(130,86,133)
#6E4970
(110,73,112)
#5A3C5B
(90,60,91)
#462F46
(70,47,70)
#322231
(50,34,49)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #E697EE

#E697EE
(230,151,238)
#E8A0EF
(232,160,239)
#EAA9F0
(234,169,240)
#ECB2F1
(236,178,241)
#EEBBF2
(238,187,242)
#F0C4F3
(240,196,243)
#F2CDF4
(242,205,244)
#F4D6F5
(244,214,245)
#F6DFF6
(246,223,246)
#F8E8F7
(248,232,247)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E697EE color. Also use rgb(230,151,238) instead hex code.

Text Font Color

.myTextColor { color: #E697EE; }

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

This text font color is #E697EE.


Background Color

.myBgColor { background-color: #E697EE; }

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

This div background color is #E697EE.


Border color

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

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

This div border color is #E697EE.


Opacity

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

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

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

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

This text has shadow with #E697EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E697EE on black background.


Color preview on white background

This text has color #E697EE on white background.



Black color preview on #E697EE background

This text has black color on #E697EE background.


White color preview on #E697EE background

This text has white color on #E697EE background.