COLOR #E378C5

HEX: #E378C5
RGB: (227,120,197)

Color info

#E378C5 contains mainly red and blue colors. Web safe color of #E378C5 is #CC66CC (or #C6C).

RGB color model

#E378C5 color RGB value is (227,120,197).

  • red value is 227;
  • green value is 120;
  • blue value is 197.
RGB:
(227,120,197)
(89%,47%,77%)

RGB channels and saturation

R 227 of 255 = 89%
G 120 of 255 = 47%
B 197 of 255 = 77%

227
120
197

R + G + B ~ 71%. #E378C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 120 + 197 = 544 (100%)
R 227 of 544 ~ 41.73%
G 120 of 544 ~ 22.06%
B 197 of 544 ~ 36.21%

%41.73
%22.06
%36.21

CMYK color model

#E378C5 color CMYK value is (0,47,13,11).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 13.22%
  • key color value is 10.98%
CMYK:
(0,47,13,11)
C0M47Y13K11 
(0%,47%,13%,11%)
(0.00/0.47/0.13/0.11)	

CMYK percentages

%0
%47.14
%13.22
%10.98

Codes

Color #E378C5 in popluar color models

E378C5
RGB227120197
HSL317°65.64%68.04%
HSB/HSV317°47.14%89.02%
CMYK0.00%47.14%13.22%
10.98%

Color #E378C5 in popluar number systems.

HEXE378C5
Decimal227120197
Binary11100011111100011000101
Octal343170305

Shades and tints

Shades of #E378C5

#E378C5
(227,120,197)
#CF6EB4
(207,110,180)
#BB64A3
(187,100,163)
#A75A92
(167,90,146)
#935081
(147,80,129)
#7F4670
(127,70,112)
#6B3C5F
(107,60,95)
#57324E
(87,50,78)
#43283D
(67,40,61)
#2F1E2C
(47,30,44)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #E378C5

#E378C5
(227,120,197)
#E584CA
(229,132,202)
#E790CF
(231,144,207)
#E99CD4
(233,156,212)
#EBA8D9
(235,168,217)
#EDB4DE
(237,180,222)
#EFC0E3
(239,192,227)
#F1CCE8
(241,204,232)
#F3D8ED
(243,216,237)
#F5E4F2
(245,228,242)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E378C5 color. Also use rgb(227,120,197) instead hex code.

Text Font Color

.myTextColor { color: #E378C5; }

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

This text font color is #E378C5.


Background Color

.myBgColor { background-color: #E378C5; }

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

This div background color is #E378C5.


Border color

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

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

This div border color is #E378C5.


Opacity

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

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

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

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

This text has shadow with #E378C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E378C5 on black background.


Color preview on white background

This text has color #E378C5 on white background.



Black color preview on #E378C5 background

This text has black color on #E378C5 background.


White color preview on #E378C5 background

This text has white color on #E378C5 background.