COLOR #E593C7

HEX: #E593C7
RGB: (229,147,199)

Color info

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

RGB color model

#E593C7 color RGB value is (229,147,199).

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

RGB channels and saturation

R 229 of 255 = 90%
G 147 of 255 = 58%
B 199 of 255 = 78%

229
147
199

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

Portions of RGB colors in percentages

R + G + B =
229 + 147 + 199 = 575 (100%)
R 229 of 575 ~ 39.83%
G 147 of 575 ~ 25.57%
B 199 of 575 ~ 34.61%

%39.83
%25.57
%34.61

CMYK color model

#E593C7 color CMYK value is (0,36,13,10).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 13.10%
  • key color value is 10.20%
CMYK:
(0,36,13,10)
C0M36Y13K10 
(0%,36%,13%,10%)
(0.00/0.36/0.13/0.10)	

CMYK percentages

%0
%35.81
%13.1
%10.2

Codes

Color #E593C7 in popluar color models

E593C7
RGB229147199
HSL322°61.19%73.73%
HSB/HSV322°35.81%89.80%
CMYK0.00%35.81%13.10%
10.20%

Color #E593C7 in popluar number systems.

HEXE593C7
Decimal229147199
Binary111001011001001111000111
Octal345223307

Shades and tints

Shades of #E593C7

#E593C7
(229,147,199)
#D186B5
(209,134,181)
#BD79A3
(189,121,163)
#A96C91
(169,108,145)
#955F7F
(149,95,127)
#81526D
(129,82,109)
#6D455B
(109,69,91)
#593849
(89,56,73)
#452B37
(69,43,55)
#311E25
(49,30,37)
#1D1113
(29,17,19)
#000000
(0,0,0)

Tints of #E593C7

#E593C7
(229,147,199)
#E79CCC
(231,156,204)
#E9A5D1
(233,165,209)
#EBAED6
(235,174,214)
#EDB7DB
(237,183,219)
#EFC0E0
(239,192,224)
#F1C9E5
(241,201,229)
#F3D2EA
(243,210,234)
#F5DBEF
(245,219,239)
#F7E4F4
(247,228,244)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E593C7; }

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

This text font color is #E593C7.


Background Color

.myBgColor { background-color: #E593C7; }

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

This div background color is #E593C7.


Border color

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

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

This div border color is #E593C7.


Opacity

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

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

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

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

This text has shadow with #E593C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E593C7 on black background.


Color preview on white background

This text has color #E593C7 on white background.



Black color preview on #E593C7 background

This text has black color on #E593C7 background.


White color preview on #E593C7 background

This text has white color on #E593C7 background.