COLOR #E47BC0

HEX: #E47BC0 RGB: (228,123,192)

Color info

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

RGB color model

#E47BC0 color RGB value is (228,123,192).

RGB: (228,123,192) (89%, 48%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 123 of 255 = 48%
B 192 of 255 = 75%

228
123
192

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

Portions of RGB colors in percentages

R + G + B = 228 + 123 + 192 = 543 (100%)
R 228 of 543 ~ 41.99%
G 123 of 543 ~ 22.65%
B 192 of 543 ~ 35.36'%

%41.99
%22.65
%35.36

CMYK color model

#E47BC0 color CMYK value is (0,46,16,11).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 15.79%
  • key color value is 10.59%
CMYK: (0,46,16,11) C0M46Y16K11 (0%,46%,16%,11%) (0.00/0.46/0.16/0.11) 

CMYK percentages

%0
%46.05
%15.79
%10.59

Codes

Color #E47BC0 in popluar color models

E4 7B C0
RGB 228 123 192
HSL 321° 66.04% 68.82%
HSB/HSV 321° 46.05% 89.41%
CMYK 0.00% 46.05% 15.79%
10.59%

Color #E47BC0 in popluar number systems.

HEX E4 7B C0
Decimal 228 123 192
Binary 11100100 1111011 11000000
Octal 344 173 300

Shades and tints

Shades of #E47BC0

#E47BC0
(228,123,192)
#D070AF
(208,112,175)
#BC659E
(188,101,158)
#A85A8D
(168,90,141)
#944F7C
(148,79,124)
#80446B
(128,68,107)
#6C395A
(108,57,90)
#582E49
(88,46,73)
#442338
(68,35,56)
#301827
(48,24,39)
#1C0D16
(28,13,22)
#000000
(0,0,0)

Tints of #E47BC0

#E47BC0
(228,123,192)
#E687C5
(230,135,197)
#E893CA
(232,147,202)
#EA9FCF
(234,159,207)
#ECABD4
(236,171,212)
#EEB7D9
(238,183,217)
#F0C3DE
(240,195,222)
#F2CFE3
(242,207,227)
#F4DBE8
(244,219,232)
#F6E7ED
(246,231,237)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47BC0 color. Also use rgb(228,123,192) instead hex code.

Text Font Color

.myTextColor { color: #E47BC0; }

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

This text font color is #E47BC0.

Background Color

.myBgColor { background-color: #E47BC0; }

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

This div background color is #E47BC0.

Border color

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

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

This div border color is #E47BC0.

Opacity

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

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

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

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

This text has shadow with #E47BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E47BC0.

Preview

Color preview on black background

This text has color #E47BC0 on black background.


Color preview on white background

This text has color #E47BC0 on white background.


Black color preview on #E47BC0 background

This text has black color on #E47BC0 background.


White color preview on #E47BC0 background

This text has white color on #E47BC0 background.


Related colors

Complementary color

Complementary color for #hex is #1B843F.


I love getcolorcode.com

Triadic colors

1 #C0E47B and #7BC0E4 with #E47BC0 are triadic colors.

2 #C07BE4 and #7BE4C0 with #E47BC0 are triadic colors.