COLOR #E695E4

HEX: #E695E4
RGB: (230,149,228)

Color info

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

RGB color model

#E695E4 color RGB value is (230,149,228).

  • red value is 230;
  • green value is 149;
  • blue value is 228.
RGB:
(230,149,228)
(90%,58%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 228 of 255 = 89%

230
149
228

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

Portions of RGB colors in percentages

R + G + B =
230 + 149 + 228 = 607 (100%)
R 230 of 607 ~ 37.89%
G 149 of 607 ~ 24.55%
B 228 of 607 ~ 37.56%

%37.89
%24.55
%37.56

CMYK color model

#E695E4 color CMYK value is (0,35,1,10).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK:
(0,35,1,10)
C0M35Y1K10 
(0%,35%,1%,10%)
(0.00/0.35/0.01/0.10)	

CMYK percentages

%0
%35.22
%0.87
%9.8

Codes

Color #E695E4 in popluar color models

E695E4
RGB230149228
HSL301°61.83%74.31%
HSB/HSV301°35.22%90.20%
CMYK0.00%35.22%0.87%
9.80%

Color #E695E4 in popluar number systems.

HEXE695E4
Decimal230149228
Binary111001101001010111100100
Octal346225344

Shades and tints

Shades of #E695E4

#E695E4
(230,149,228)
#D288D0
(210,136,208)
#BE7BBC
(190,123,188)
#AA6EA8
(170,110,168)
#966194
(150,97,148)
#825480
(130,84,128)
#6E476C
(110,71,108)
#5A3A58
(90,58,88)
#462D44
(70,45,68)
#322030
(50,32,48)
#1E131C
(30,19,28)
#000000
(0,0,0)

Tints of #E695E4

#E695E4
(230,149,228)
#E89EE6
(232,158,230)
#EAA7E8
(234,167,232)
#ECB0EA
(236,176,234)
#EEB9EC
(238,185,236)
#F0C2EE
(240,194,238)
#F2CBF0
(242,203,240)
#F4D4F2
(244,212,242)
#F6DDF4
(246,221,244)
#F8E6F6
(248,230,246)
#FAEFF8
(250,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E695E4 color. Also use rgb(230,149,228) instead hex code.

Text Font Color

.myTextColor { color: #E695E4; }

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

This text font color is #E695E4.


Background Color

.myBgColor { background-color: #E695E4; }

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

This div background color is #E695E4.


Border color

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

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

This div border color is #E695E4.


Opacity

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

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

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

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

This text has shadow with #E695E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E695E4 on black background.


Color preview on white background

This text has color #E695E4 on white background.



Black color preview on #E695E4 background

This text has black color on #E695E4 background.


White color preview on #E695E4 background

This text has white color on #E695E4 background.