COLOR #E291D7

HEX: #E291D7
RGB: (226,145,215)

Color info

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

RGB color model

#E291D7 color RGB value is (226,145,215).

  • red value is 226;
  • green value is 145;
  • blue value is 215.
RGB:
(226,145,215)
(89%,57%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 145 of 255 = 57%
B 215 of 255 = 84%

226
145
215

R + G + B ~ 77%. #E291D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 145 + 215 = 586 (100%)
R 226 of 586 ~ 38.57%
G 145 of 586 ~ 24.74%
B 215 of 586 ~ 36.69%

%38.57
%24.74
%36.69

CMYK color model

#E291D7 color CMYK value is (0,36,5,11).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(0,36,5,11)
C0M36Y5K11 
(0%,36%,5%,11%)
(0.00/0.36/0.05/0.11)	

CMYK percentages

%0
%35.84
%4.87
%11.37

Codes

Color #E291D7 in popluar color models

E291D7
RGB226145215
HSL308°58.27%72.75%
HSB/HSV308°35.84%88.63%
CMYK0.00%35.84%4.87%
11.37%

Color #E291D7 in popluar number systems.

HEXE291D7
Decimal226145215
Binary111000101001000111010111
Octal342221327

Shades and tints

Shades of #E291D7

#E291D7
(226,145,215)
#CE84C4
(206,132,196)
#BA77B1
(186,119,177)
#A66A9E
(166,106,158)
#925D8B
(146,93,139)
#7E5078
(126,80,120)
#6A4365
(106,67,101)
#563652
(86,54,82)
#42293F
(66,41,63)
#2E1C2C
(46,28,44)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #E291D7

#E291D7
(226,145,215)
#E49BDA
(228,155,218)
#E6A5DD
(230,165,221)
#E8AFE0
(232,175,224)
#EAB9E3
(234,185,227)
#ECC3E6
(236,195,230)
#EECDE9
(238,205,233)
#F0D7EC
(240,215,236)
#F2E1EF
(242,225,239)
#F4EBF2
(244,235,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E291D7 color. Also use rgb(226,145,215) instead hex code.

Text Font Color

.myTextColor { color: #E291D7; }

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

This text font color is #E291D7.


Background Color

.myBgColor { background-color: #E291D7; }

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

This div background color is #E291D7.


Border color

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

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

This div border color is #E291D7.


Opacity

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

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

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

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

This text has shadow with #E291D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E291D7 on black background.


Color preview on white background

This text has color #E291D7 on white background.



Black color preview on #E291D7 background

This text has black color on #E291D7 background.


White color preview on #E291D7 background

This text has white color on #E291D7 background.