COLOR #E28DC4

HEX: #E28DC4
RGB: (226,141,196)

Color info

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

RGB color model

#E28DC4 color RGB value is (226,141,196).

  • red value is 226;
  • green value is 141;
  • blue value is 196.
RGB:
(226,141,196)
(89%,55%,77%)

RGB channels and saturation

R 226 of 255 = 89%
G 141 of 255 = 55%
B 196 of 255 = 77%

226
141
196

R + G + B ~ 74%. #E28DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 141 + 196 = 563 (100%)
R 226 of 563 ~ 40.14%
G 141 of 563 ~ 25.04%
B 196 of 563 ~ 34.81%

%40.14
%25.04
%34.81

CMYK color model

#E28DC4 color CMYK value is (0,38,13,11).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 13.27%
  • key color value is 11.37%
CMYK:
(0,38,13,11)
C0M38Y13K11 
(0%,38%,13%,11%)
(0.00/0.38/0.13/0.11)	

CMYK percentages

%0
%37.61
%13.27
%11.37

Codes

Color #E28DC4 in popluar color models

E28DC4
RGB226141196
HSL321°59.44%71.96%
HSB/HSV321°37.61%88.63%
CMYK0.00%37.61%13.27%
11.37%

Color #E28DC4 in popluar number systems.

HEXE28DC4
Decimal226141196
Binary111000101000110111000100
Octal342215304

Shades and tints

Shades of #E28DC4

#E28DC4
(226,141,196)
#CE81B3
(206,129,179)
#BA75A2
(186,117,162)
#A66991
(166,105,145)
#925D80
(146,93,128)
#7E516F
(126,81,111)
#6A455E
(106,69,94)
#56394D
(86,57,77)
#422D3C
(66,45,60)
#2E212B
(46,33,43)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #E28DC4

#E28DC4
(226,141,196)
#E497C9
(228,151,201)
#E6A1CE
(230,161,206)
#E8ABD3
(232,171,211)
#EAB5D8
(234,181,216)
#ECBFDD
(236,191,221)
#EEC9E2
(238,201,226)
#F0D3E7
(240,211,231)
#F2DDEC
(242,221,236)
#F4E7F1
(244,231,241)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28DC4 color. Also use rgb(226,141,196) instead hex code.

Text Font Color

.myTextColor { color: #E28DC4; }

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

This text font color is #E28DC4.


Background Color

.myBgColor { background-color: #E28DC4; }

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

This div background color is #E28DC4.


Border color

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

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

This div border color is #E28DC4.


Opacity

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

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

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

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

This text has shadow with #E28DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28DC4 on black background.


Color preview on white background

This text has color #E28DC4 on white background.



Black color preview on #E28DC4 background

This text has black color on #E28DC4 background.


White color preview on #E28DC4 background

This text has white color on #E28DC4 background.