COLOR #E390B4

HEX: #E390B4
RGB: (227,144,180)

Color info

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

RGB color model

#E390B4 color RGB value is (227,144,180).

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

RGB channels and saturation

R 227 of 255 = 89%
G 144 of 255 = 56%
B 180 of 255 = 71%

227
144
180

R + G + B ~ 72%. #E390B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 144 + 180 = 551 (100%)
R 227 of 551 ~ 41.2%
G 144 of 551 ~ 26.13%
B 180 of 551 ~ 32.67%

%41.2
%26.13
%32.67

CMYK color model

#E390B4 color CMYK value is (0,37,21,11).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 20.70%
  • key color value is 10.98%
CMYK:
(0,37,21,11)
C0M37Y21K11 
(0%,37%,21%,11%)
(0.00/0.37/0.21/0.11)	

CMYK percentages

%0
%36.56
%20.7
%10.98

Codes

Color #E390B4 in popluar color models

E390B4
RGB227144180
HSL334°59.71%72.75%
HSB/HSV334°36.56%89.02%
CMYK0.00%36.56%20.70%
10.98%

Color #E390B4 in popluar number systems.

HEXE390B4
Decimal227144180
Binary111000111001000010110100
Octal343220264

Shades and tints

Shades of #E390B4

#E390B4
(227,144,180)
#CF83A4
(207,131,164)
#BB7694
(187,118,148)
#A76984
(167,105,132)
#935C74
(147,92,116)
#7F4F64
(127,79,100)
#6B4254
(107,66,84)
#573544
(87,53,68)
#432834
(67,40,52)
#2F1B24
(47,27,36)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #E390B4

#E390B4
(227,144,180)
#E59ABA
(229,154,186)
#E7A4C0
(231,164,192)
#E9AEC6
(233,174,198)
#EBB8CC
(235,184,204)
#EDC2D2
(237,194,210)
#EFCCD8
(239,204,216)
#F1D6DE
(241,214,222)
#F3E0E4
(243,224,228)
#F5EAEA
(245,234,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E390B4; }

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

This text font color is #E390B4.


Background Color

.myBgColor { background-color: #E390B4; }

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

This div background color is #E390B4.


Border color

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

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

This div border color is #E390B4.


Opacity

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

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

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

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

This text has shadow with #E390B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E390B4 on black background.


Color preview on white background

This text has color #E390B4 on white background.



Black color preview on #E390B4 background

This text has black color on #E390B4 background.


White color preview on #E390B4 background

This text has white color on #E390B4 background.