COLOR #E68ED0

HEX: #E68ED0 RGB: (230,142,208)

Color info

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

RGB color model

#E68ED0 color RGB value is (230,142,208).

RGB: (230,142,208) (90%, 56%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 142 of 255 = 56%
B 208 of 255 = 82%

230
142
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 142 + 208 = 580 (100%)
R 230 of 580 ~ 39.66%
G 142 of 580 ~ 24.48%
B 208 of 580 ~ 35.86'%

%39.66
%24.48
%35.86

CMYK color model

#E68ED0 color CMYK value is (0,38,10,10).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (0,38,10,10)
C0M38Y10K10 (0%, 38%, 10%, 10%)
(0.00 / 0.38 / 0.10 / 0.10)

CMYK percentages

%0
%38.26
%9.57
%9.8

Codes

Color #E68ED0 in popluar color models

E6 8E D0
RGB 230 142 208
HSL 315° 63.77% 72.94%
HSB/HSV 315° 38.26% 90.20%
CMYK 0.00% 38.26% 9.57%
9.80%

Color #E68ED0 in popluar number systems.

HEX E6 8E D0
Decimal 230 142 208
Binary 11100110 10001110 11010000
Octal 346 216 320

Shades and tints

Shades of #E68ED0

#E68ED0
(230,142,208)
#D282BE
(210,130,190)
#BE76AC
(190,118,172)
#AA6A9A
(170,106,154)
#965E88
(150,94,136)
#825276
(130,82,118)
#6E4664
(110,70,100)
#5A3A52
(90,58,82)
#462E40
(70,46,64)
#32222E
(50,34,46)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #E68ED0

#E68ED0
(230,142,208)
#E898D4
(232,152,212)
#EAA2D8
(234,162,216)
#ECACDC
(236,172,220)
#EEB6E0
(238,182,224)
#F0C0E4
(240,192,228)
#F2CAE8
(242,202,232)
#F4D4EC
(244,212,236)
#F6DEF0
(246,222,240)
#F8E8F4
(248,232,244)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68ED0 color. Also use rgb(230,142,208) instead hex code.

Text Font Color

.myTextColor { color: #E68ED0; }

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

This text font color is #E68ED0.

Background Color

.myBgColor { background-color: #E68ED0; }

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

This div background color is #E68ED0.

Border color

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

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

This div border color is #E68ED0.

Opacity

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

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

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

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

This text has shadow with #E68ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68ED0.

Preview

Color preview on black background

This text has color #E68ED0 on black background.


Color preview on white background

This text has color #E68ED0 on white background.


Black color preview on #E68ED0 background

This text has black color on #E68ED0 background.


White color preview on #E68ED0 background

This text has white color on #E68ED0 background.


Related colors

Complementary color

Complementary color for #hex is #19712F.


I love getcolorcode.com

Triadic colors

1 #D0E68E and #8ED0E6 with #E68ED0 are triadic colors.

2 #D08EE6 and #8EE6D0 with #E68ED0 are triadic colors.