COLOR #E68AD0

HEX: #E68AD0 RGB: (230,138,208)

Color info

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

RGB color model

#E68AD0 color RGB value is (230,138,208).

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

RGB channels and saturation

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

230
138
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 138 + 208 = 576 (100%)
R 230 of 576 ~ 39.93%
G 138 of 576 ~ 23.96%
B 208 of 576 ~ 36.11'%

%39.93
%23.96
%36.11

CMYK color model

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

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

CMYK: (0,40,10,10)
C0M40Y10K10 (0%, 40%, 10%, 10%)
(0.00 / 0.40 / 0.10 / 0.10)

CMYK percentages

%0
%40
%9.57
%9.8

Codes

Color #E68AD0 in popluar color models

E6 8A D0
RGB 230 138 208
HSL 314° 64.79% 72.16%
HSB/HSV 314° 40.00% 90.20%
CMYK 0.00% 40.00% 9.57%
9.80%

Color #E68AD0 in popluar number systems.

HEX E6 8A D0
Decimal 230 138 208
Binary 11100110 10001010 11010000
Octal 346 212 320

Shades and tints

Shades of #E68AD0

#E68AD0
(230,138,208)
#D27EBE
(210,126,190)
#BE72AC
(190,114,172)
#AA669A
(170,102,154)
#965A88
(150,90,136)
#824E76
(130,78,118)
#6E4264
(110,66,100)
#5A3652
(90,54,82)
#462A40
(70,42,64)
#321E2E
(50,30,46)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E68AD0

#E68AD0
(230,138,208)
#E894D4
(232,148,212)
#EA9ED8
(234,158,216)
#ECA8DC
(236,168,220)
#EEB2E0
(238,178,224)
#F0BCE4
(240,188,228)
#F2C6E8
(242,198,232)
#F4D0EC
(244,208,236)
#F6DAF0
(246,218,240)
#F8E4F4
(248,228,244)
#FAEEF8
(250,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68AD0; }

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

This text font color is #E68AD0.

Background Color

.myBgColor { background-color: #E68AD0; }

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

This div background color is #E68AD0.

Border color

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

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

This div border color is #E68AD0.

Opacity

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

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

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

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

This text has shadow with #E68AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68AD0.

Preview

Color preview on black background

This text has color #E68AD0 on black background.


Color preview on white background

This text has color #E68AD0 on white background.


Black color preview on #E68AD0 background

This text has black color on #E68AD0 background.


White color preview on #E68AD0 background

This text has white color on #E68AD0 background.


Related colors

Complementary color

Complementary color for #hex is #19752F.


I love getcolorcode.com

Triadic colors

1 #D0E68A and #8AD0E6 with #E68AD0 are triadic colors.

2 #D08AE6 and #8AE6D0 with #E68AD0 are triadic colors.