COLOR #E698EC

HEX: #E698EC RGB: (230,152,236)

Color info

#E698EC contains mainly red and blue colors. Web safe color of #E698EC is #CC99FF (or #C9F).

RGB color model

#E698EC color RGB value is (230,152,236).

RGB: (230,152,236) (90%, 60%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 152 of 255 = 60%
B 236 of 255 = 93%

230
152
236

R + G + B ~ 81%. #E698EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 152 + 236 = 618 (100%)
R 230 of 618 ~ 37.22%
G 152 of 618 ~ 24.6%
B 236 of 618 ~ 38.19'%

%37.22
%24.6
%38.19

CMYK color model

#E698EC color CMYK value is (3,36,0,7).

  • cyan value is 2.54%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,36,0,7)
C3M36Y0K7 (3%, 36%, 0%, 7%)
(0.03 / 0.36 / 0.00 / 0.07)

CMYK percentages

%2.54
%35.59
%0
%7.45

Codes

Color #E698EC in popluar color models

E6 98 EC
RGB 230 152 236
HSL 296° 68.85% 76.08%
HSB/HSV 296° 35.59% 92.55%
CMYK 2.54% 35.59% 0.00%
7.45%

Color #E698EC in popluar number systems.

HEX E6 98 EC
Decimal 230 152 236
Binary 11100110 10011000 11101100
Octal 346 230 354

Shades and tints

Shades of #E698EC

#E698EC
(230,152,236)
#D28BD7
(210,139,215)
#BE7EC2
(190,126,194)
#AA71AD
(170,113,173)
#966498
(150,100,152)
#825783
(130,87,131)
#6E4A6E
(110,74,110)
#5A3D59
(90,61,89)
#463044
(70,48,68)
#32232F
(50,35,47)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #E698EC

#E698EC
(230,152,236)
#E8A1ED
(232,161,237)
#EAAAEE
(234,170,238)
#ECB3EF
(236,179,239)
#EEBCF0
(238,188,240)
#F0C5F1
(240,197,241)
#F2CEF2
(242,206,242)
#F4D7F3
(244,215,243)
#F6E0F4
(246,224,244)
#F8E9F5
(248,233,245)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E698EC; }

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

This text font color is #E698EC.

Background Color

.myBgColor { background-color: #E698EC; }

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

This div background color is #E698EC.

Border color

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

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

This div border color is #E698EC.

Opacity

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

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

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

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

This text has shadow with #E698EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E698EC.

Preview

Color preview on black background

This text has color #E698EC on black background.


Color preview on white background

This text has color #E698EC on white background.


Black color preview on #E698EC background

This text has black color on #E698EC background.


White color preview on #E698EC background

This text has white color on #E698EC background.


Related colors

Complementary color

Complementary color for #hex is #196713.


I love getcolorcode.com

Triadic colors

1 #ECE698 and #98ECE6 with #E698EC are triadic colors.

2 #EC98E6 and #98E6EC with #E698EC are triadic colors.