COLOR #E67DC0

HEX: #E67DC0 RGB: (230,125,192)

Color info

#E67DC0 contains mainly red and blue colors. Web safe color of #E67DC0 is #CC66CC (or #C6C).

RGB color model

#E67DC0 color RGB value is (230,125,192).

RGB: (230,125,192) (90%, 49%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 125 of 255 = 49%
B 192 of 255 = 75%

230
125
192

R + G + B ~ 71%. #E67DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 125 + 192 = 547 (100%)
R 230 of 547 ~ 42.05%
G 125 of 547 ~ 22.85%
B 192 of 547 ~ 35.1'%

%42.05
%22.85
%35.1

CMYK color model

#E67DC0 color CMYK value is (0,46,17,10).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 16.52%
  • key color value is 9.80%

CMYK: (0,46,17,10)
C0M46Y17K10 (0%, 46%, 17%, 10%)
(0.00 / 0.46 / 0.17 / 0.10)

CMYK percentages

%0
%45.65
%16.52
%9.8

Codes

Color #E67DC0 in popluar color models

E6 7D C0
RGB 230 125 192
HSL 322° 67.74% 69.61%
HSB/HSV 322° 45.65% 90.20%
CMYK 0.00% 45.65% 16.52%
9.80%

Color #E67DC0 in popluar number systems.

HEX E6 7D C0
Decimal 230 125 192
Binary 11100110 1111101 11000000
Octal 346 175 300

Shades and tints

Shades of #E67DC0

#E67DC0
(230,125,192)
#D272AF
(210,114,175)
#BE679E
(190,103,158)
#AA5C8D
(170,92,141)
#96517C
(150,81,124)
#82466B
(130,70,107)
#6E3B5A
(110,59,90)
#5A3049
(90,48,73)
#462538
(70,37,56)
#321A27
(50,26,39)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #E67DC0

#E67DC0
(230,125,192)
#E888C5
(232,136,197)
#EA93CA
(234,147,202)
#EC9ECF
(236,158,207)
#EEA9D4
(238,169,212)
#F0B4D9
(240,180,217)
#F2BFDE
(242,191,222)
#F4CAE3
(244,202,227)
#F6D5E8
(246,213,232)
#F8E0ED
(248,224,237)
#FAEBF2
(250,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67DC0 color. Also use rgb(230,125,192) instead hex code.

Text Font Color

.myTextColor { color: #E67DC0; }

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

This text font color is #E67DC0.

Background Color

.myBgColor { background-color: #E67DC0; }

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

This div background color is #E67DC0.

Border color

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

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

This div border color is #E67DC0.

Opacity

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

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

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

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

This text has shadow with #E67DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E67DC0.

Preview

Color preview on black background

This text has color #E67DC0 on black background.


Color preview on white background

This text has color #E67DC0 on white background.


Black color preview on #E67DC0 background

This text has black color on #E67DC0 background.


White color preview on #E67DC0 background

This text has white color on #E67DC0 background.


Related colors

Complementary color

Complementary color for #hex is #19823F.


I love getcolorcode.com

Triadic colors

1 #C0E67D and #7DC0E6 with #E67DC0 are triadic colors.

2 #C07DE6 and #7DE6C0 with #E67DC0 are triadic colors.