COLOR #E377EA

HEX: #E377EA
RGB: (227,119,234)

Color info

#E377EA contains mainly red and blue colors. Web safe color of #E377EA is #CC66FF (or #C6F).

RGB color model

#E377EA color RGB value is (227,119,234).

  • red value is 227;
  • green value is 119;
  • blue value is 234.
RGB:
(227,119,234)
(89%,47%,92%)

RGB channels and saturation

R 227 of 255 = 89%
G 119 of 255 = 47%
B 234 of 255 = 92%

227
119
234

R + G + B ~ 76%. #E377EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 119 + 234 = 580 (100%)
R 227 of 580 ~ 39.14%
G 119 of 580 ~ 20.52%
B 234 of 580 ~ 40.34%

%39.14
%20.52
%40.34

CMYK color model

#E377EA color CMYK value is (3,49,0,8).

  • cyan value is 2.99%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,49,0,8)
C3M49Y0K8 
(3%,49%,0%,8%)
(0.03/0.49/0.00/0.08)	

CMYK percentages

%2.99
%49.15
%0
%8.24

Codes

Color #E377EA in popluar color models

E377EA
RGB227119234
HSL296°73.25%69.22%
HSB/HSV296°49.15%91.76%
CMYK2.99%49.15%0.00%
8.24%

Color #E377EA in popluar number systems.

HEXE377EA
Decimal227119234
Binary11100011111011111101010
Octal343167352

Shades and tints

Shades of #E377EA

#E377EA
(227,119,234)
#CF6DD5
(207,109,213)
#BB63C0
(187,99,192)
#A759AB
(167,89,171)
#934F96
(147,79,150)
#7F4581
(127,69,129)
#6B3B6C
(107,59,108)
#573157
(87,49,87)
#432742
(67,39,66)
#2F1D2D
(47,29,45)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #E377EA

#E377EA
(227,119,234)
#E583EB
(229,131,235)
#E78FEC
(231,143,236)
#E99BED
(233,155,237)
#EBA7EE
(235,167,238)
#EDB3EF
(237,179,239)
#EFBFF0
(239,191,240)
#F1CBF1
(241,203,241)
#F3D7F2
(243,215,242)
#F5E3F3
(245,227,243)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E377EA color. Also use rgb(227,119,234) instead hex code.

Text Font Color

.myTextColor { color: #E377EA; }

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

This text font color is #E377EA.


Background Color

.myBgColor { background-color: #E377EA; }

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

This div background color is #E377EA.


Border color

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

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

This div border color is #E377EA.


Opacity

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

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

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

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

This text has shadow with #E377EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E377EA on black background.


Color preview on white background

This text has color #E377EA on white background.



Black color preview on #E377EA background

This text has black color on #E377EA background.


White color preview on #E377EA background

This text has white color on #E377EA background.