COLOR #E385B2

HEX: #E385B2
RGB: (227,133,178)

Color info

#E385B2 contains mainly red and blue colors. Web safe color of #E385B2 is #CC9999 (or #C99).

RGB color model

#E385B2 color RGB value is (227,133,178).

  • red value is 227;
  • green value is 133;
  • blue value is 178.
RGB:
(227,133,178)
(89%,52%,70%)

RGB channels and saturation

R 227 of 255 = 89%
G 133 of 255 = 52%
B 178 of 255 = 70%

227
133
178

R + G + B ~ 70%. #E385B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 133 + 178 = 538 (100%)
R 227 of 538 ~ 42.19%
G 133 of 538 ~ 24.72%
B 178 of 538 ~ 33.09%

%42.19
%24.72
%33.09

CMYK color model

#E385B2 color CMYK value is (0,41,22,11).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK:
(0,41,22,11)
C0M41Y22K11 
(0%,41%,22%,11%)
(0.00/0.41/0.22/0.11)	

CMYK percentages

%0
%41.41
%21.59
%10.98

Codes

Color #E385B2 in popluar color models

E385B2
RGB227133178
HSL331°62.67%70.59%
HSB/HSV331°41.41%89.02%
CMYK0.00%41.41%21.59%
10.98%

Color #E385B2 in popluar number systems.

HEXE385B2
Decimal227133178
Binary111000111000010110110010
Octal343205262

Shades and tints

Shades of #E385B2

#E385B2
(227,133,178)
#CF79A2
(207,121,162)
#BB6D92
(187,109,146)
#A76182
(167,97,130)
#935572
(147,85,114)
#7F4962
(127,73,98)
#6B3D52
(107,61,82)
#573142
(87,49,66)
#432532
(67,37,50)
#2F1922
(47,25,34)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #E385B2

#E385B2
(227,133,178)
#E590B9
(229,144,185)
#E79BC0
(231,155,192)
#E9A6C7
(233,166,199)
#EBB1CE
(235,177,206)
#EDBCD5
(237,188,213)
#EFC7DC
(239,199,220)
#F1D2E3
(241,210,227)
#F3DDEA
(243,221,234)
#F5E8F1
(245,232,241)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E385B2 color. Also use rgb(227,133,178) instead hex code.

Text Font Color

.myTextColor { color: #E385B2; }

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

This text font color is #E385B2.


Background Color

.myBgColor { background-color: #E385B2; }

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

This div background color is #E385B2.


Border color

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

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

This div border color is #E385B2.


Opacity

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

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

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

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

This text has shadow with #E385B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E385B2 on black background.


Color preview on white background

This text has color #E385B2 on white background.



Black color preview on #E385B2 background

This text has black color on #E385B2 background.


White color preview on #E385B2 background

This text has white color on #E385B2 background.