COLOR #E47FDF

HEX: #E47FDF RGB: (228,127,223)

Color info

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

RGB color model

#E47FDF color RGB value is (228,127,223).

RGB: (228,127,223) (89%, 50%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 127 of 255 = 50%
B 223 of 255 = 87%

228
127
223

R + G + B ~ 75%. #E47FDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 127 + 223 = 578 (100%)
R 228 of 578 ~ 39.45%
G 127 of 578 ~ 21.97%
B 223 of 578 ~ 38.58'%

%39.45
%21.97
%38.58

CMYK color model

#E47FDF color CMYK value is (0,44,2,11).

  • cyan value is 0.00%
  • magenta value is 44.30%
  • yellow value is 2.19%
  • key color value is 10.59%

CMYK: (0,44,2,11)
C0M44Y2K11 (0%, 44%, 2%, 11%)
(0.00 / 0.44 / 0.02 / 0.11)

CMYK percentages

%0
%44.3
%2.19
%10.59

Codes

Color #E47FDF in popluar color models

E4 7F DF
RGB 228 127 223
HSL 303° 65.16% 69.61%
HSB/HSV 303° 44.30% 89.41%
CMYK 0.00% 44.30% 2.19%
10.59%

Color #E47FDF in popluar number systems.

HEX E4 7F DF
Decimal 228 127 223
Binary 11100100 1111111 11011111
Octal 344 177 337

Shades and tints

Shades of #E47FDF

#E47FDF
(228,127,223)
#D074CB
(208,116,203)
#BC69B7
(188,105,183)
#A85EA3
(168,94,163)
#94538F
(148,83,143)
#80487B
(128,72,123)
#6C3D67
(108,61,103)
#583253
(88,50,83)
#44273F
(68,39,63)
#301C2B
(48,28,43)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #E47FDF

#E47FDF
(228,127,223)
#E68AE1
(230,138,225)
#E895E3
(232,149,227)
#EAA0E5
(234,160,229)
#ECABE7
(236,171,231)
#EEB6E9
(238,182,233)
#F0C1EB
(240,193,235)
#F2CCED
(242,204,237)
#F4D7EF
(244,215,239)
#F6E2F1
(246,226,241)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47FDF color. Also use rgb(228,127,223) instead hex code.

Text Font Color

.myTextColor { color: #E47FDF; }

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

This text font color is #E47FDF.

Background Color

.myBgColor { background-color: #E47FDF; }

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

This div background color is #E47FDF.

Border color

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

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

This div border color is #E47FDF.

Opacity

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

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

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

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

This text has shadow with #E47FDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E47FDF.

Preview

Color preview on black background

This text has color #E47FDF on black background.


Color preview on white background

This text has color #E47FDF on white background.


Black color preview on #E47FDF background

This text has black color on #E47FDF background.


White color preview on #E47FDF background

This text has white color on #E47FDF background.


Related colors

Complementary color

Complementary color for #hex is #1B8020.


I love getcolorcode.com

Triadic colors

1 #DFE47F and #7FDFE4 with #E47FDF are triadic colors.

2 #DF7FE4 and #7FE4DF with #E47FDF are triadic colors.