COLOR #E390BC

HEX: #E390BC
RGB: (227,144,188)

Color info

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

RGB color model

#E390BC color RGB value is (227,144,188).

  • red value is 227;
  • green value is 144;
  • blue value is 188.
RGB:
(227,144,188)
(89%,56%,74%)

RGB channels and saturation

R 227 of 255 = 89%
G 144 of 255 = 56%
B 188 of 255 = 74%

227
144
188

R + G + B ~ 73%. #E390BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 144 + 188 = 559 (100%)
R 227 of 559 ~ 40.61%
G 144 of 559 ~ 25.76%
B 188 of 559 ~ 33.63%

%40.61
%25.76
%33.63

CMYK color model

#E390BC color CMYK value is (0,37,17,11).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(0,37,17,11)
C0M37Y17K11 
(0%,37%,17%,11%)
(0.00/0.37/0.17/0.11)	

CMYK percentages

%0
%36.56
%17.18
%10.98

Codes

Color #E390BC in popluar color models

E390BC
RGB227144188
HSL328°59.71%72.75%
HSB/HSV328°36.56%89.02%
CMYK0.00%36.56%17.18%
10.98%

Color #E390BC in popluar number systems.

HEXE390BC
Decimal227144188
Binary111000111001000010111100
Octal343220274

Shades and tints

Shades of #E390BC

#E390BC
(227,144,188)
#CF83AB
(207,131,171)
#BB769A
(187,118,154)
#A76989
(167,105,137)
#935C78
(147,92,120)
#7F4F67
(127,79,103)
#6B4256
(107,66,86)
#573545
(87,53,69)
#432834
(67,40,52)
#2F1B23
(47,27,35)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #E390BC

#E390BC
(227,144,188)
#E59AC2
(229,154,194)
#E7A4C8
(231,164,200)
#E9AECE
(233,174,206)
#EBB8D4
(235,184,212)
#EDC2DA
(237,194,218)
#EFCCE0
(239,204,224)
#F1D6E6
(241,214,230)
#F3E0EC
(243,224,236)
#F5EAF2
(245,234,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E390BC color. Also use rgb(227,144,188) instead hex code.

Text Font Color

.myTextColor { color: #E390BC; }

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

This text font color is #E390BC.


Background Color

.myBgColor { background-color: #E390BC; }

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

This div background color is #E390BC.


Border color

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

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

This div border color is #E390BC.


Opacity

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

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

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

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

This text has shadow with #E390BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E390BC on black background.


Color preview on white background

This text has color #E390BC on white background.



Black color preview on #E390BC background

This text has black color on #E390BC background.


White color preview on #E390BC background

This text has white color on #E390BC background.