COLOR #E58EC0

HEX: #E58EC0 RGB: (229,142,192)

Color info

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

RGB color model

#E58EC0 color RGB value is (229,142,192).

RGB: (229,142,192) (90%, 56%, 75%)

RGB channels and saturation

R 229 of 255 = 90%
G 142 of 255 = 56%
B 192 of 255 = 75%

229
142
192

R + G + B ~ 74%. #E58EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 142 + 192 = 563 (100%)
R 229 of 563 ~ 40.67%
G 142 of 563 ~ 25.22%
B 192 of 563 ~ 34.1'%

%40.67
%25.22
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.99%
  • yellow value is 16.16%
  • key color value is 10.20%

CMYK: (0,38,16,10)
C0M38Y16K10 (0%, 38%, 16%, 10%)
(0.00 / 0.38 / 0.16 / 0.10)

CMYK percentages

%0
%37.99
%16.16
%10.2

Codes

Color #E58EC0 in popluar color models

E5 8E C0
RGB 229 142 192
HSL 326° 62.59% 72.75%
HSB/HSV 326° 37.99% 89.80%
CMYK 0.00% 37.99% 16.16%
10.20%

Color #E58EC0 in popluar number systems.

HEX E5 8E C0
Decimal 229 142 192
Binary 11100101 10001110 11000000
Octal 345 216 300

Shades and tints

Shades of #E58EC0

#E58EC0
(229,142,192)
#D182AF
(209,130,175)
#BD769E
(189,118,158)
#A96A8D
(169,106,141)
#955E7C
(149,94,124)
#81526B
(129,82,107)
#6D465A
(109,70,90)
#593A49
(89,58,73)
#452E38
(69,46,56)
#312227
(49,34,39)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E58EC0

#E58EC0
(229,142,192)
#E798C5
(231,152,197)
#E9A2CA
(233,162,202)
#EBACCF
(235,172,207)
#EDB6D4
(237,182,212)
#EFC0D9
(239,192,217)
#F1CADE
(241,202,222)
#F3D4E3
(243,212,227)
#F5DEE8
(245,222,232)
#F7E8ED
(247,232,237)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58EC0 color. Also use rgb(229,142,192) instead hex code.

Text Font Color

.myTextColor { color: #E58EC0; }

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

This text font color is #E58EC0.

Background Color

.myBgColor { background-color: #E58EC0; }

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

This div background color is #E58EC0.

Border color

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

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

This div border color is #E58EC0.

Opacity

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

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

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

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

This text has shadow with #E58EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E58EC0.

Preview

Color preview on black background

This text has color #E58EC0 on black background.


Color preview on white background

This text has color #E58EC0 on white background.


Black color preview on #E58EC0 background

This text has black color on #E58EC0 background.


White color preview on #E58EC0 background

This text has white color on #E58EC0 background.


Related colors

Complementary color

Complementary color for #hex is #1A713F.


I love getcolorcode.com

Triadic colors

1 #C0E58E and #8EC0E5 with #E58EC0 are triadic colors.

2 #C08EE5 and #8EE5C0 with #E58EC0 are triadic colors.