COLOR #E691C0

HEX: #E691C0
RGB: (230,145,192)

Color info

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

RGB color model

#E691C0 color RGB value is (230,145,192).

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

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 192 of 255 = 75%

230
145
192

R + G + B ~ 74%. #E691C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 192 = 567 (100%)
R 230 of 567 ~ 40.56%
G 145 of 567 ~ 25.57%
B 192 of 567 ~ 33.86%

%40.56
%25.57
%33.86

CMYK color model

#E691C0 color CMYK value is (0,37,17,10).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(0,37,17,10)
C0M37Y17K10 
(0%,37%,17%,10%)
(0.00/0.37/0.17/0.10)	

CMYK percentages

%0
%36.96
%16.52
%9.8

Codes

Color #E691C0 in popluar color models

E691C0
RGB230145192
HSL327°62.96%73.53%
HSB/HSV327°36.96%90.20%
CMYK0.00%36.96%16.52%
9.80%

Color #E691C0 in popluar number systems.

HEXE691C0
Decimal230145192
Binary111001101001000111000000
Octal346221300

Shades and tints

Shades of #E691C0

#E691C0
(230,145,192)
#D284AF
(210,132,175)
#BE779E
(190,119,158)
#AA6A8D
(170,106,141)
#965D7C
(150,93,124)
#82506B
(130,80,107)
#6E435A
(110,67,90)
#5A3649
(90,54,73)
#462938
(70,41,56)
#321C27
(50,28,39)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #E691C0

#E691C0
(230,145,192)
#E89BC5
(232,155,197)
#EAA5CA
(234,165,202)
#ECAFCF
(236,175,207)
#EEB9D4
(238,185,212)
#F0C3D9
(240,195,217)
#F2CDDE
(242,205,222)
#F4D7E3
(244,215,227)
#F6E1E8
(246,225,232)
#F8EBED
(248,235,237)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E691C0; }

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

This text font color is #E691C0.


Background Color

.myBgColor { background-color: #E691C0; }

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

This div background color is #E691C0.


Border color

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

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

This div border color is #E691C0.


Opacity

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

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

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

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

This text has shadow with #E691C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E691C0 on black background.


Color preview on white background

This text has color #E691C0 on white background.



Black color preview on #E691C0 background

This text has black color on #E691C0 background.


White color preview on #E691C0 background

This text has white color on #E691C0 background.