COLOR #E69FC5

HEX: #E69FC5
RGB: (230,159,197)

Color info

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

RGB color model

#E69FC5 color RGB value is (230,159,197).

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

RGB channels and saturation

R 230 of 255 = 90%
G 159 of 255 = 62%
B 197 of 255 = 77%

230
159
197

R + G + B ~ 76%. #E69FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 159 + 197 = 586 (100%)
R 230 of 586 ~ 39.25%
G 159 of 586 ~ 27.13%
B 197 of 586 ~ 33.62%

%39.25
%27.13
%33.62

CMYK color model

#E69FC5 color CMYK value is (0,31,14,10).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(0,31,14,10)
C0M31Y14K10 
(0%,31%,14%,10%)
(0.00/0.31/0.14/0.10)	

CMYK percentages

%0
%30.87
%14.35
%9.8

Codes

Color #E69FC5 in popluar color models

E69FC5
RGB230159197
HSL328°58.68%76.27%
HSB/HSV328°30.87%90.20%
CMYK0.00%30.87%14.35%
9.80%

Color #E69FC5 in popluar number systems.

HEXE69FC5
Decimal230159197
Binary111001101001111111000101
Octal346237305

Shades and tints

Shades of #E69FC5

#E69FC5
(230,159,197)
#D291B4
(210,145,180)
#BE83A3
(190,131,163)
#AA7592
(170,117,146)
#966781
(150,103,129)
#825970
(130,89,112)
#6E4B5F
(110,75,95)
#5A3D4E
(90,61,78)
#462F3D
(70,47,61)
#32212C
(50,33,44)
#1E131B
(30,19,27)
#000000
(0,0,0)

Tints of #E69FC5

#E69FC5
(230,159,197)
#E8A7CA
(232,167,202)
#EAAFCF
(234,175,207)
#ECB7D4
(236,183,212)
#EEBFD9
(238,191,217)
#F0C7DE
(240,199,222)
#F2CFE3
(242,207,227)
#F4D7E8
(244,215,232)
#F6DFED
(246,223,237)
#F8E7F2
(248,231,242)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69FC5; }

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

This text font color is #E69FC5.


Background Color

.myBgColor { background-color: #E69FC5; }

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

This div background color is #E69FC5.


Border color

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

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

This div border color is #E69FC5.


Opacity

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

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

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

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

This text has shadow with #E69FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69FC5 on black background.


Color preview on white background

This text has color #E69FC5 on white background.



Black color preview on #E69FC5 background

This text has black color on #E69FC5 background.


White color preview on #E69FC5 background

This text has white color on #E69FC5 background.