COLOR #E691C5

HEX: #E691C5
RGB: (230,145,197)

Color info

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

RGB color model

#E691C5 color RGB value is (230,145,197).

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

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 197 of 255 = 77%

230
145
197

R + G + B ~ 75%. #E691C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 197 = 572 (100%)
R 230 of 572 ~ 40.21%
G 145 of 572 ~ 25.35%
B 197 of 572 ~ 34.44%

%40.21
%25.35
%34.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(0,37,14,10)
C0M37Y14K10 
(0%,37%,14%,10%)
(0.00/0.37/0.14/0.10)	

CMYK percentages

%0
%36.96
%14.35
%9.8

Codes

Color #E691C5 in popluar color models

E691C5
RGB230145197
HSL323°62.96%73.53%
HSB/HSV323°36.96%90.20%
CMYK0.00%36.96%14.35%
9.80%

Color #E691C5 in popluar number systems.

HEXE691C5
Decimal230145197
Binary111001101001000111000101
Octal346221305

Shades and tints

Shades of #E691C5

#E691C5
(230,145,197)
#D284B4
(210,132,180)
#BE77A3
(190,119,163)
#AA6A92
(170,106,146)
#965D81
(150,93,129)
#825070
(130,80,112)
#6E435F
(110,67,95)
#5A364E
(90,54,78)
#46293D
(70,41,61)
#321C2C
(50,28,44)
#1E0F1B
(30,15,27)
#000000
(0,0,0)

Tints of #E691C5

#E691C5
(230,145,197)
#E89BCA
(232,155,202)
#EAA5CF
(234,165,207)
#ECAFD4
(236,175,212)
#EEB9D9
(238,185,217)
#F0C3DE
(240,195,222)
#F2CDE3
(242,205,227)
#F4D7E8
(244,215,232)
#F6E1ED
(246,225,237)
#F8EBF2
(248,235,242)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E691C5; }

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

This text font color is #E691C5.


Background Color

.myBgColor { background-color: #E691C5; }

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

This div background color is #E691C5.


Border color

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

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

This div border color is #E691C5.


Opacity

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

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

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

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

This text has shadow with #E691C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E691C5 on black background.


Color preview on white background

This text has color #E691C5 on white background.



Black color preview on #E691C5 background

This text has black color on #E691C5 background.


White color preview on #E691C5 background

This text has white color on #E691C5 background.