COLOR #E58BC6

HEX: #E58BC6
RGB: (229,139,198)

Color info

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

RGB color model

#E58BC6 color RGB value is (229,139,198).

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

RGB channels and saturation

R 229 of 255 = 90%
G 139 of 255 = 55%
B 198 of 255 = 78%

229
139
198

R + G + B ~ 74%. #E58BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 139 + 198 = 566 (100%)
R 229 of 566 ~ 40.46%
G 139 of 566 ~ 24.56%
B 198 of 566 ~ 34.98%

%40.46
%24.56
%34.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.30%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK:
(0,39,14,10)
C0M39Y14K10 
(0%,39%,14%,10%)
(0.00/0.39/0.14/0.10)	

CMYK percentages

%0
%39.3
%13.54
%10.2

Codes

Color #E58BC6 in popluar color models

E58BC6
RGB229139198
HSL321°63.38%72.16%
HSB/HSV321°39.30%89.80%
CMYK0.00%39.30%13.54%
10.20%

Color #E58BC6 in popluar number systems.

HEXE58BC6
Decimal229139198
Binary111001011000101111000110
Octal345213306

Shades and tints

Shades of #E58BC6

#E58BC6
(229,139,198)
#D17FB4
(209,127,180)
#BD73A2
(189,115,162)
#A96790
(169,103,144)
#955B7E
(149,91,126)
#814F6C
(129,79,108)
#6D435A
(109,67,90)
#593748
(89,55,72)
#452B36
(69,43,54)
#311F24
(49,31,36)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #E58BC6

#E58BC6
(229,139,198)
#E795CB
(231,149,203)
#E99FD0
(233,159,208)
#EBA9D5
(235,169,213)
#EDB3DA
(237,179,218)
#EFBDDF
(239,189,223)
#F1C7E4
(241,199,228)
#F3D1E9
(243,209,233)
#F5DBEE
(245,219,238)
#F7E5F3
(247,229,243)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58BC6; }

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

This text font color is #E58BC6.


Background Color

.myBgColor { background-color: #E58BC6; }

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

This div background color is #E58BC6.


Border color

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

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

This div border color is #E58BC6.


Opacity

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

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

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

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

This text has shadow with #E58BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58BC6 on black background.


Color preview on white background

This text has color #E58BC6 on white background.



Black color preview on #E58BC6 background

This text has black color on #E58BC6 background.


White color preview on #E58BC6 background

This text has white color on #E58BC6 background.