COLOR #E58DB3

HEX: #E58DB3 RGB: (229,141,179)

Color info

#E58DB3 contains mainly red and blue colors. Web safe color of #E58DB3 is #CC9999 (or #C99).

RGB color model

#E58DB3 color RGB value is (229,141,179).

RGB: (229,141,179) (90%, 55%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 141 of 255 = 55%
B 179 of 255 = 70%

229
141
179

R + G + B ~ 72%. #E58DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 141 + 179 = 549 (100%)
R 229 of 549 ~ 41.71%
G 141 of 549 ~ 25.68%
B 179 of 549 ~ 32.6'%

%41.71
%25.68
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 21.83%
  • key color value is 10.20%

CMYK: (0,38,22,10)
C0M38Y22K10 (0%, 38%, 22%, 10%)
(0.00 / 0.38 / 0.22 / 0.10)

CMYK percentages

%0
%38.43
%21.83
%10.2

Codes

Color #E58DB3 in popluar color models

E5 8D B3
RGB 229 141 179
HSL 334° 62.86% 72.55%
HSB/HSV 334° 38.43% 89.80%
CMYK 0.00% 38.43% 21.83%
10.20%

Color #E58DB3 in popluar number systems.

HEX E5 8D B3
Decimal 229 141 179
Binary 11100101 10001101 10110011
Octal 345 215 263

Shades and tints

Shades of #E58DB3

#E58DB3
(229,141,179)
#D181A3
(209,129,163)
#BD7593
(189,117,147)
#A96983
(169,105,131)
#955D73
(149,93,115)
#815163
(129,81,99)
#6D4553
(109,69,83)
#593943
(89,57,67)
#452D33
(69,45,51)
#312123
(49,33,35)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #E58DB3

#E58DB3
(229,141,179)
#E797B9
(231,151,185)
#E9A1BF
(233,161,191)
#EBABC5
(235,171,197)
#EDB5CB
(237,181,203)
#EFBFD1
(239,191,209)
#F1C9D7
(241,201,215)
#F3D3DD
(243,211,221)
#F5DDE3
(245,221,227)
#F7E7E9
(247,231,233)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58DB3 color. Also use rgb(229,141,179) instead hex code.

Text Font Color

.myTextColor { color: #E58DB3; }

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

This text font color is #E58DB3.

Background Color

.myBgColor { background-color: #E58DB3; }

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

This div background color is #E58DB3.

Border color

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

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

This div border color is #E58DB3.

Opacity

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

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

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

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

This text has shadow with #E58DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E58DB3.

Preview

Color preview on black background

This text has color #E58DB3 on black background.


Color preview on white background

This text has color #E58DB3 on white background.


Black color preview on #E58DB3 background

This text has black color on #E58DB3 background.


White color preview on #E58DB3 background

This text has white color on #E58DB3 background.


Related colors

Complementary color

Complementary color for #hex is #1A724C.


I love getcolorcode.com

Triadic colors

1 #B3E58D and #8DB3E5 with #E58DB3 are triadic colors.

2 #B38DE5 and #8DE5B3 with #E58DB3 are triadic colors.