COLOR #E698D4

HEX: #E698D4
RGB: (230,152,212)

Color info

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

RGB color model

#E698D4 color RGB value is (230,152,212).

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

RGB channels and saturation

R 230 of 255 = 90%
G 152 of 255 = 60%
B 212 of 255 = 83%

230
152
212

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

Portions of RGB colors in percentages

R + G + B =
230 + 152 + 212 = 594 (100%)
R 230 of 594 ~ 38.72%
G 152 of 594 ~ 25.59%
B 212 of 594 ~ 35.69%

%38.72
%25.59
%35.69

CMYK color model

#E698D4 color CMYK value is (0,34,8,10).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 7.83%
  • key color value is 9.80%
CMYK:
(0,34,8,10)
C0M34Y8K10 
(0%,34%,8%,10%)
(0.00/0.34/0.08/0.10)	

CMYK percentages

%0
%33.91
%7.83
%9.8

Codes

Color #E698D4 in popluar color models

E698D4
RGB230152212
HSL314°60.94%74.90%
HSB/HSV314°33.91%90.20%
CMYK0.00%33.91%7.83%
9.80%

Color #E698D4 in popluar number systems.

HEXE698D4
Decimal230152212
Binary111001101001100011010100
Octal346230324

Shades and tints

Shades of #E698D4

#E698D4
(230,152,212)
#D28BC1
(210,139,193)
#BE7EAE
(190,126,174)
#AA719B
(170,113,155)
#966488
(150,100,136)
#825775
(130,87,117)
#6E4A62
(110,74,98)
#5A3D4F
(90,61,79)
#46303C
(70,48,60)
#322329
(50,35,41)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E698D4

#E698D4
(230,152,212)
#E8A1D7
(232,161,215)
#EAAADA
(234,170,218)
#ECB3DD
(236,179,221)
#EEBCE0
(238,188,224)
#F0C5E3
(240,197,227)
#F2CEE6
(242,206,230)
#F4D7E9
(244,215,233)
#F6E0EC
(246,224,236)
#F8E9EF
(248,233,239)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E698D4; }

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

This text font color is #E698D4.


Background Color

.myBgColor { background-color: #E698D4; }

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

This div background color is #E698D4.


Border color

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

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

This div border color is #E698D4.


Opacity

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

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

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

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

This text has shadow with #E698D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E698D4 on black background.


Color preview on white background

This text has color #E698D4 on white background.



Black color preview on #E698D4 background

This text has black color on #E698D4 background.


White color preview on #E698D4 background

This text has white color on #E698D4 background.