COLOR #E393BE

HEX: #E393BE
RGB: (227,147,190)

Color info

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

RGB color model

#E393BE color RGB value is (227,147,190).

  • red value is 227;
  • green value is 147;
  • blue value is 190.
RGB:
(227,147,190)
(89%,58%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 147 of 255 = 58%
B 190 of 255 = 75%

227
147
190

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

Portions of RGB colors in percentages

R + G + B =
227 + 147 + 190 = 564 (100%)
R 227 of 564 ~ 40.25%
G 147 of 564 ~ 26.06%
B 190 of 564 ~ 33.69%

%40.25
%26.06
%33.69

CMYK color model

#E393BE color CMYK value is (0,35,16,11).

  • cyan value is 0.00%
  • magenta value is 35.24%
  • yellow value is 16.30%
  • key color value is 10.98%
CMYK:
(0,35,16,11)
C0M35Y16K11 
(0%,35%,16%,11%)
(0.00/0.35/0.16/0.11)	

CMYK percentages

%0
%35.24
%16.3
%10.98

Codes

Color #E393BE in popluar color models

E393BE
RGB227147190
HSL328°58.82%73.33%
HSB/HSV328°35.24%89.02%
CMYK0.00%35.24%16.30%
10.98%

Color #E393BE in popluar number systems.

HEXE393BE
Decimal227147190
Binary111000111001001110111110
Octal343223276

Shades and tints

Shades of #E393BE

#E393BE
(227,147,190)
#CF86AD
(207,134,173)
#BB799C
(187,121,156)
#A76C8B
(167,108,139)
#935F7A
(147,95,122)
#7F5269
(127,82,105)
#6B4558
(107,69,88)
#573847
(87,56,71)
#432B36
(67,43,54)
#2F1E25
(47,30,37)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #E393BE

#E393BE
(227,147,190)
#E59CC3
(229,156,195)
#E7A5C8
(231,165,200)
#E9AECD
(233,174,205)
#EBB7D2
(235,183,210)
#EDC0D7
(237,192,215)
#EFC9DC
(239,201,220)
#F1D2E1
(241,210,225)
#F3DBE6
(243,219,230)
#F5E4EB
(245,228,235)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E393BE color. Also use rgb(227,147,190) instead hex code.

Text Font Color

.myTextColor { color: #E393BE; }

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

This text font color is #E393BE.


Background Color

.myBgColor { background-color: #E393BE; }

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

This div background color is #E393BE.


Border color

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

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

This div border color is #E393BE.


Opacity

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

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

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

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

This text has shadow with #E393BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E393BE on black background.


Color preview on white background

This text has color #E393BE on white background.



Black color preview on #E393BE background

This text has black color on #E393BE background.


White color preview on #E393BE background

This text has white color on #E393BE background.