COLOR #E58FDD

HEX: #E58FDD
RGB: (229,143,221)

Color info

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

RGB color model

#E58FDD color RGB value is (229,143,221).

  • red value is 229;
  • green value is 143;
  • blue value is 221.
RGB:
(229,143,221)
(90%,56%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 143 of 255 = 56%
B 221 of 255 = 87%

229
143
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 143 + 221 = 593 (100%)
R 229 of 593 ~ 38.62%
G 143 of 593 ~ 24.11%
B 221 of 593 ~ 37.27%

%38.62
%24.11
%37.27

CMYK color model

#E58FDD color CMYK value is (0,38,3,10).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(0,38,3,10)
C0M38Y3K10 
(0%,38%,3%,10%)
(0.00/0.38/0.03/0.10)	

CMYK percentages

%0
%37.55
%3.49
%10.2

Codes

Color #E58FDD in popluar color models

E58FDD
RGB229143221
HSL306°62.32%72.94%
HSB/HSV306°37.55%89.80%
CMYK0.00%37.55%3.49%
10.20%

Color #E58FDD in popluar number systems.

HEXE58FDD
Decimal229143221
Binary111001011000111111011101
Octal345217335

Shades and tints

Shades of #E58FDD

#E58FDD
(229,143,221)
#D182C9
(209,130,201)
#BD75B5
(189,117,181)
#A968A1
(169,104,161)
#955B8D
(149,91,141)
#814E79
(129,78,121)
#6D4165
(109,65,101)
#593451
(89,52,81)
#45273D
(69,39,61)
#311A29
(49,26,41)
#1D0D15
(29,13,21)
#000000
(0,0,0)

Tints of #E58FDD

#E58FDD
(229,143,221)
#E799E0
(231,153,224)
#E9A3E3
(233,163,227)
#EBADE6
(235,173,230)
#EDB7E9
(237,183,233)
#EFC1EC
(239,193,236)
#F1CBEF
(241,203,239)
#F3D5F2
(243,213,242)
#F5DFF5
(245,223,245)
#F7E9F8
(247,233,248)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58FDD color. Also use rgb(229,143,221) instead hex code.

Text Font Color

.myTextColor { color: #E58FDD; }

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

This text font color is #E58FDD.


Background Color

.myBgColor { background-color: #E58FDD; }

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

This div background color is #E58FDD.


Border color

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

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

This div border color is #E58FDD.


Opacity

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

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

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

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

This text has shadow with #E58FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58FDD on black background.


Color preview on white background

This text has color #E58FDD on white background.



Black color preview on #E58FDD background

This text has black color on #E58FDD background.


White color preview on #E58FDD background

This text has white color on #E58FDD background.