COLOR #E58EC7

HEX: #E58EC7
RGB: (229,142,199)

Color info

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

RGB color model

#E58EC7 color RGB value is (229,142,199).

  • red value is 229;
  • green value is 142;
  • blue value is 199.
RGB:
(229,142,199)
(90%,56%,78%)

RGB channels and saturation

R 229 of 255 = 90%
G 142 of 255 = 56%
B 199 of 255 = 78%

229
142
199

R + G + B ~ 75%. #E58EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 142 + 199 = 570 (100%)
R 229 of 570 ~ 40.18%
G 142 of 570 ~ 24.91%
B 199 of 570 ~ 34.91%

%40.18
%24.91
%34.91

CMYK color model

#E58EC7 color CMYK value is (0,38,13,10).

  • cyan value is 0.00%
  • magenta value is 37.99%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(0,38,13,10)
C0M38Y13K10 
(0%,38%,13%,10%)
(0.00/0.38/0.13/0.10)	

CMYK percentages

%0
%37.99
%13.1
%10.2

Codes

Color #E58EC7 in popluar color models

E58EC7
RGB229142199
HSL321°62.59%72.75%
HSB/HSV321°37.99%89.80%
CMYK0.00%37.99%13.10%
10.20%

Color #E58EC7 in popluar number systems.

HEXE58EC7
Decimal229142199
Binary111001011000111011000111
Octal345216307

Shades and tints

Shades of #E58EC7

#E58EC7
(229,142,199)
#D182B5
(209,130,181)
#BD76A3
(189,118,163)
#A96A91
(169,106,145)
#955E7F
(149,94,127)
#81526D
(129,82,109)
#6D465B
(109,70,91)
#593A49
(89,58,73)
#452E37
(69,46,55)
#312225
(49,34,37)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E58EC7

#E58EC7
(229,142,199)
#E798CC
(231,152,204)
#E9A2D1
(233,162,209)
#EBACD6
(235,172,214)
#EDB6DB
(237,182,219)
#EFC0E0
(239,192,224)
#F1CAE5
(241,202,229)
#F3D4EA
(243,212,234)
#F5DEEF
(245,222,239)
#F7E8F4
(247,232,244)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58EC7; }

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

This text font color is #E58EC7.


Background Color

.myBgColor { background-color: #E58EC7; }

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

This div background color is #E58EC7.


Border color

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

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

This div border color is #E58EC7.


Opacity

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

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

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

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

This text has shadow with #E58EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58EC7 on black background.


Color preview on white background

This text has color #E58EC7 on white background.



Black color preview on #E58EC7 background

This text has black color on #E58EC7 background.


White color preview on #E58EC7 background

This text has white color on #E58EC7 background.