COLOR #E590DF

HEX: #E590DF RGB: (229,144,223)

Color info

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

RGB color model

#E590DF color RGB value is (229,144,223).

RGB: (229,144,223) (90%, 56%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 144 of 255 = 56%
B 223 of 255 = 87%

229
144
223

R + G + B ~ 78%. #E590DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 144 + 223 = 596 (100%)
R 229 of 596 ~ 38.42%
G 144 of 596 ~ 24.16%
B 223 of 596 ~ 37.42'%

%38.42
%24.16
%37.42

CMYK color model

#E590DF color CMYK value is (0,37,3,10).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (0,37,3,10)
C0M37Y3K10 (0%, 37%, 3%, 10%)
(0.00 / 0.37 / 0.03 / 0.10)

CMYK percentages

%0
%37.12
%2.62
%10.2

Codes

Color #E590DF in popluar color models

E5 90 DF
RGB 229 144 223
HSL 304° 62.04% 73.14%
HSB/HSV 304° 37.12% 89.80%
CMYK 0.00% 37.12% 2.62%
10.20%

Color #E590DF in popluar number systems.

HEX E5 90 DF
Decimal 229 144 223
Binary 11100101 10010000 11011111
Octal 345 220 337

Shades and tints

Shades of #E590DF

#E590DF
(229,144,223)
#D183CB
(209,131,203)
#BD76B7
(189,118,183)
#A969A3
(169,105,163)
#955C8F
(149,92,143)
#814F7B
(129,79,123)
#6D4267
(109,66,103)
#593553
(89,53,83)
#45283F
(69,40,63)
#311B2B
(49,27,43)
#1D0E17
(29,14,23)
#000000
(0,0,0)

Tints of #E590DF

#E590DF
(229,144,223)
#E79AE1
(231,154,225)
#E9A4E3
(233,164,227)
#EBAEE5
(235,174,229)
#EDB8E7
(237,184,231)
#EFC2E9
(239,194,233)
#F1CCEB
(241,204,235)
#F3D6ED
(243,214,237)
#F5E0EF
(245,224,239)
#F7EAF1
(247,234,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E590DF color. Also use rgb(229,144,223) instead hex code.

Text Font Color

.myTextColor { color: #E590DF; }

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

This text font color is #E590DF.

Background Color

.myBgColor { background-color: #E590DF; }

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

This div background color is #E590DF.

Border color

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

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

This div border color is #E590DF.

Opacity

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

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

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

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

This text has shadow with #E590DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E590DF.

Preview

Color preview on black background

This text has color #E590DF on black background.


Color preview on white background

This text has color #E590DF on white background.


Black color preview on #E590DF background

This text has black color on #E590DF background.


White color preview on #E590DF background

This text has white color on #E590DF background.


Related colors

Complementary color

Complementary color for #hex is #1A6F20.


I love getcolorcode.com

Triadic colors

1 #DFE590 and #90DFE5 with #E590DF are triadic colors.

2 #DF90E5 and #90E5DF with #E590DF are triadic colors.