COLOR #E69FD4

HEX: #E69FD4
RGB: (230,159,212)

Color info

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

RGB color model

#E69FD4 color RGB value is (230,159,212).

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

RGB channels and saturation

R 230 of 255 = 90%
G 159 of 255 = 62%
B 212 of 255 = 83%

230
159
212

R + G + B ~ 78%. #E69FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 159 + 212 = 601 (100%)
R 230 of 601 ~ 38.27%
G 159 of 601 ~ 26.46%
B 212 of 601 ~ 35.27%

%38.27
%26.46
%35.27

CMYK color model

#E69FD4 color CMYK value is (0,31,8,10).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 7.83%
  • key color value is 9.80%
CMYK:
(0,31,8,10)
C0M31Y8K10 
(0%,31%,8%,10%)
(0.00/0.31/0.08/0.10)	

CMYK percentages

%0
%30.87
%7.83
%9.8

Codes

Color #E69FD4 in popluar color models

E69FD4
RGB230159212
HSL315°58.68%76.27%
HSB/HSV315°30.87%90.20%
CMYK0.00%30.87%7.83%
9.80%

Color #E69FD4 in popluar number systems.

HEXE69FD4
Decimal230159212
Binary111001101001111111010100
Octal346237324

Shades and tints

Shades of #E69FD4

#E69FD4
(230,159,212)
#D291C1
(210,145,193)
#BE83AE
(190,131,174)
#AA759B
(170,117,155)
#966788
(150,103,136)
#825975
(130,89,117)
#6E4B62
(110,75,98)
#5A3D4F
(90,61,79)
#462F3C
(70,47,60)
#322129
(50,33,41)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E69FD4

#E69FD4
(230,159,212)
#E8A7D7
(232,167,215)
#EAAFDA
(234,175,218)
#ECB7DD
(236,183,221)
#EEBFE0
(238,191,224)
#F0C7E3
(240,199,227)
#F2CFE6
(242,207,230)
#F4D7E9
(244,215,233)
#F6DFEC
(246,223,236)
#F8E7EF
(248,231,239)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E69FD4; }

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

This text font color is #E69FD4.


Background Color

.myBgColor { background-color: #E69FD4; }

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

This div background color is #E69FD4.


Border color

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

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

This div border color is #E69FD4.


Opacity

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

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

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

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

This text has shadow with #E69FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69FD4 on black background.


Color preview on white background

This text has color #E69FD4 on white background.



Black color preview on #E69FD4 background

This text has black color on #E69FD4 background.


White color preview on #E69FD4 background

This text has white color on #E69FD4 background.