COLOR #E696CF

HEX: #E696CF RGB: (230,150,207)

Color info

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

RGB color model

#E696CF color RGB value is (230,150,207).

RGB: (230,150,207) (90%, 59%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 207 of 255 = 81%

230
150
207

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

Portions of RGB colors in percentages

R + G + B = 230 + 150 + 207 = 587 (100%)
R 230 of 587 ~ 39.18%
G 150 of 587 ~ 25.55%
B 207 of 587 ~ 35.26'%

%39.18
%25.55
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK: (0,35,10,10) C0M35Y10K10 (0%,35%,10%,10%) (0.00/0.35/0.10/0.10) 

CMYK percentages

%0
%34.78
%10
%9.8

Codes

Color #E696CF in popluar color models

E6 96 CF
RGB 230 150 207
HSL 317° 61.54% 74.51%
HSB/HSV 317° 34.78% 90.20%
CMYK 0.00% 34.78% 10.00%
9.80%

Color #E696CF in popluar number systems.

HEX E6 96 CF
Decimal 230 150 207
Binary 11100110 10010110 11001111
Octal 346 226 317

Shades and tints

Shades of #E696CF

#E696CF
(230,150,207)
#D289BD
(210,137,189)
#BE7CAB
(190,124,171)
#AA6F99
(170,111,153)
#966287
(150,98,135)
#825575
(130,85,117)
#6E4863
(110,72,99)
#5A3B51
(90,59,81)
#462E3F
(70,46,63)
#32212D
(50,33,45)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E696CF

#E696CF
(230,150,207)
#E89FD3
(232,159,211)
#EAA8D7
(234,168,215)
#ECB1DB
(236,177,219)
#EEBADF
(238,186,223)
#F0C3E3
(240,195,227)
#F2CCE7
(242,204,231)
#F4D5EB
(244,213,235)
#F6DEEF
(246,222,239)
#F8E7F3
(248,231,243)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E696CF; }

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

This text font color is #E696CF.

Background Color

.myBgColor { background-color: #E696CF; }

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

This div background color is #E696CF.

Border color

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

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

This div border color is #E696CF.

Opacity

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

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

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

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

This text has shadow with #E696CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E696CF.

Preview

Color preview on black background

This text has color #E696CF on black background.


Color preview on white background

This text has color #E696CF on white background.


Black color preview on #E696CF background

This text has black color on #E696CF background.


White color preview on #E696CF background

This text has white color on #E696CF background.


Related colors

Complementary color

Complementary color for #hex is #196930.


I love getcolorcode.com

Triadic colors

1 #CFE696 and #96CFE6 with #E696CF are triadic colors.

2 #CF96E6 and #96E6CF with #E696CF are triadic colors.