COLOR #E696E2

HEX: #E696E2
RGB: (230,150,226)

Color info

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

RGB color model

#E696E2 color RGB value is (230,150,226).

  • red value is 230;
  • green value is 150;
  • blue value is 226.
RGB:
(230,150,226)
(90%,59%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 226 of 255 = 89%

230
150
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 226 = 606 (100%)
R 230 of 606 ~ 37.95%
G 150 of 606 ~ 24.75%
B 226 of 606 ~ 37.29%

%37.95
%24.75
%37.29

CMYK color model

#E696E2 color CMYK value is (0,35,2,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(0,35,2,10)
C0M35Y2K10 
(0%,35%,2%,10%)
(0.00/0.35/0.02/0.10)	

CMYK percentages

%0
%34.78
%1.74
%9.8

Codes

Color #E696E2 in popluar color models

E696E2
RGB230150226
HSL303°61.54%74.51%
HSB/HSV303°34.78%90.20%
CMYK0.00%34.78%1.74%
9.80%

Color #E696E2 in popluar number systems.

HEXE696E2
Decimal230150226
Binary111001101001011011100010
Octal346226342

Shades and tints

Shades of #E696E2

#E696E2
(230,150,226)
#D289CE
(210,137,206)
#BE7CBA
(190,124,186)
#AA6FA6
(170,111,166)
#966292
(150,98,146)
#82557E
(130,85,126)
#6E486A
(110,72,106)
#5A3B56
(90,59,86)
#462E42
(70,46,66)
#32212E
(50,33,46)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #E696E2

#E696E2
(230,150,226)
#E89FE4
(232,159,228)
#EAA8E6
(234,168,230)
#ECB1E8
(236,177,232)
#EEBAEA
(238,186,234)
#F0C3EC
(240,195,236)
#F2CCEE
(242,204,238)
#F4D5F0
(244,213,240)
#F6DEF2
(246,222,242)
#F8E7F4
(248,231,244)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E696E2 color. Also use rgb(230,150,226) instead hex code.

Text Font Color

.myTextColor { color: #E696E2; }

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

This text font color is #E696E2.


Background Color

.myBgColor { background-color: #E696E2; }

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

This div background color is #E696E2.


Border color

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

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

This div border color is #E696E2.


Opacity

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

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

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

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

This text has shadow with #E696E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E696E2 on black background.


Color preview on white background

This text has color #E696E2 on white background.



Black color preview on #E696E2 background

This text has black color on #E696E2 background.


White color preview on #E696E2 background

This text has white color on #E696E2 background.