COLOR #E38DFF

HEX: #E38DFF
RGB: (227,141,255)

Color info

#E38DFF contains mainly red and blue colors. Web safe color of #E38DFF is #CC99FF (or #C9F).

RGB color model

#E38DFF color RGB value is (227,141,255).

  • red value is 227;
  • green value is 141;
  • blue value is 255.
RGB:
(227,141,255)
(89%,55%,100%)

RGB channels and saturation

R 227 of 255 = 89%
G 141 of 255 = 55%
B 255 of 255 = 100%

227
141
255

R + G + B ~ 81%. #E38DFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 141 + 255 = 623 (100%)
R 227 of 623 ~ 36.44%
G 141 of 623 ~ 22.63%
B 255 of 623 ~ 40.93%

%36.44
%22.63
%40.93

CMYK color model

#E38DFF color CMYK value is (11,45,0,0).

  • cyan value is 10.98%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,45,0,0)
C11M45Y0K0 
(11%,45%,0%,0%)
(0.11/0.45/0.00/0.00)	

CMYK percentages

%10.98
%44.71
%0
%0

Codes

Color #E38DFF in popluar color models

E38DFF
RGB227141255
HSL285°100.00%77.65%
HSB/HSV285°44.71%100.00%
CMYK10.98%44.71%0.00%
0.00%

Color #E38DFF in popluar number systems.

HEXE38DFF
Decimal227141255
Binary111000111000110111111111
Octal343215377

Shades and tints

Shades of #E38DFF

#E38DFF
(227,141,255)
#CF81E8
(207,129,232)
#BB75D1
(187,117,209)
#A769BA
(167,105,186)
#935DA3
(147,93,163)
#7F518C
(127,81,140)
#6B4575
(107,69,117)
#57395E
(87,57,94)
#432D47
(67,45,71)
#2F2130
(47,33,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #E38DFF

#E38DFF
(227,141,255)
#E597FF
(229,151,255)
#E7A1FF
(231,161,255)
#E9ABFF
(233,171,255)
#EBB5FF
(235,181,255)
#EDBFFF
(237,191,255)
#EFC9FF
(239,201,255)
#F1D3FF
(241,211,255)
#F3DDFF
(243,221,255)
#F5E7FF
(245,231,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38DFF color. Also use rgb(227,141,255) instead hex code.

Text Font Color

.myTextColor { color: #E38DFF; }

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

This text font color is #E38DFF.


Background Color

.myBgColor { background-color: #E38DFF; }

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

This div background color is #E38DFF.


Border color

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

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

This div border color is #E38DFF.


Opacity

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

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

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

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

This text has shadow with #E38DFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38DFF on black background.


Color preview on white background

This text has color #E38DFF on white background.



Black color preview on #E38DFF background

This text has black color on #E38DFF background.


White color preview on #E38DFF background

This text has white color on #E38DFF background.