COLOR #E58CE5

HEX: #E58CE5
RGB: (229,140,229)

Color info

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

RGB color model

#E58CE5 color RGB value is (229,140,229).

  • red value is 229;
  • green value is 140;
  • blue value is 229.
RGB:
(229,140,229)
(90%,55%,90%)

RGB channels and saturation

R 229 of 255 = 90%
G 140 of 255 = 55%
B 229 of 255 = 90%

229
140
229

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

Portions of RGB colors in percentages

R + G + B =
229 + 140 + 229 = 598 (100%)
R 229 of 598 ~ 38.29%
G 140 of 598 ~ 23.41%
B 229 of 598 ~ 38.29%

%38.29
%23.41
%38.29

CMYK color model

#E58CE5 color CMYK value is (0,39,0,10).

  • cyan value is 0.00%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(0,39,0,10)
C0M39Y0K10 
(0%,39%,0%,10%)
(0.00/0.39/0.00/0.10)	

CMYK percentages

%0
%38.86
%0
%10.2

Codes

Color #E58CE5 in popluar color models

E58CE5
RGB229140229
HSL300°63.12%72.35%
HSB/HSV300°38.86%89.80%
CMYK0.00%38.86%0.00%
10.20%

Color #E58CE5 in popluar number systems.

HEXE58CE5
Decimal229140229
Binary111001011000110011100101
Octal345214345

Shades and tints

Shades of #E58CE5

#E58CE5
(229,140,229)
#D180D1
(209,128,209)
#BD74BD
(189,116,189)
#A968A9
(169,104,169)
#955C95
(149,92,149)
#815081
(129,80,129)
#6D446D
(109,68,109)
#593859
(89,56,89)
#452C45
(69,44,69)
#312031
(49,32,49)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E58CE5

#E58CE5
(229,140,229)
#E796E7
(231,150,231)
#E9A0E9
(233,160,233)
#EBAAEB
(235,170,235)
#EDB4ED
(237,180,237)
#EFBEEF
(239,190,239)
#F1C8F1
(241,200,241)
#F3D2F3
(243,210,243)
#F5DCF5
(245,220,245)
#F7E6F7
(247,230,247)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58CE5; }

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

This text font color is #E58CE5.


Background Color

.myBgColor { background-color: #E58CE5; }

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

This div background color is #E58CE5.


Border color

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

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

This div border color is #E58CE5.


Opacity

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

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

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

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

This text has shadow with #E58CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58CE5 on black background.


Color preview on white background

This text has color #E58CE5 on white background.



Black color preview on #E58CE5 background

This text has black color on #E58CE5 background.


White color preview on #E58CE5 background

This text has white color on #E58CE5 background.