COLOR #E68AD2

HEX: #E68AD2 RGB: (230,138,210)

Color info

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

RGB color model

#E68AD2 color RGB value is (230,138,210).

RGB: (230,138,210) (90%, 54%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 138 of 255 = 54%
B 210 of 255 = 82%

230
138
210

R + G + B ~ 75%. #E68AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 138 + 210 = 578 (100%)
R 230 of 578 ~ 39.79%
G 138 of 578 ~ 23.88%
B 210 of 578 ~ 36.33'%

%39.79
%23.88
%36.33

CMYK color model

#E68AD2 color CMYK value is (0,40,9,10).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.70%
  • key color value is 9.80%

CMYK: (0,40,9,10)
C0M40Y9K10 (0%, 40%, 9%, 10%)
(0.00 / 0.40 / 0.09 / 0.10)

CMYK percentages

%0
%40
%8.7
%9.8

Codes

Color #E68AD2 in popluar color models

E6 8A D2
RGB 230 138 210
HSL 313° 64.79% 72.16%
HSB/HSV 313° 40.00% 90.20%
CMYK 0.00% 40.00% 8.70%
9.80%

Color #E68AD2 in popluar number systems.

HEX E6 8A D2
Decimal 230 138 210
Binary 11100110 10001010 11010010
Octal 346 212 322

Shades and tints

Shades of #E68AD2

#E68AD2
(230,138,210)
#D27EBF
(210,126,191)
#BE72AC
(190,114,172)
#AA6699
(170,102,153)
#965A86
(150,90,134)
#824E73
(130,78,115)
#6E4260
(110,66,96)
#5A364D
(90,54,77)
#462A3A
(70,42,58)
#321E27
(50,30,39)
#1E1214
(30,18,20)
#000000
(0,0,0)

Tints of #E68AD2

#E68AD2
(230,138,210)
#E894D6
(232,148,214)
#EA9EDA
(234,158,218)
#ECA8DE
(236,168,222)
#EEB2E2
(238,178,226)
#F0BCE6
(240,188,230)
#F2C6EA
(242,198,234)
#F4D0EE
(244,208,238)
#F6DAF2
(246,218,242)
#F8E4F6
(248,228,246)
#FAEEFA
(250,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68AD2 color. Also use rgb(230,138,210) instead hex code.

Text Font Color

.myTextColor { color: #E68AD2; }

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

This text font color is #E68AD2.

Background Color

.myBgColor { background-color: #E68AD2; }

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

This div background color is #E68AD2.

Border color

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

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

This div border color is #E68AD2.

Opacity

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

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

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

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

This text has shadow with #E68AD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68AD2.

Preview

Color preview on black background

This text has color #E68AD2 on black background.


Color preview on white background

This text has color #E68AD2 on white background.


Black color preview on #E68AD2 background

This text has black color on #E68AD2 background.


White color preview on #E68AD2 background

This text has white color on #E68AD2 background.


Related colors

Complementary color

Complementary color for #hex is #19752D.


I love getcolorcode.com

Triadic colors

1 #D2E68A and #8AD2E6 with #E68AD2 are triadic colors.

2 #D28AE6 and #8AE6D2 with #E68AD2 are triadic colors.