COLOR #E38ADC

HEX: #E38ADC
RGB: (227,138,220)

Color info

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

RGB color model

#E38ADC color RGB value is (227,138,220).

  • red value is 227;
  • green value is 138;
  • blue value is 220.
RGB:
(227,138,220)
(89%,54%,86%)

RGB channels and saturation

R 227 of 255 = 89%
G 138 of 255 = 54%
B 220 of 255 = 86%

227
138
220

R + G + B ~ 76%. #E38ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 138 + 220 = 585 (100%)
R 227 of 585 ~ 38.8%
G 138 of 585 ~ 23.59%
B 220 of 585 ~ 37.61%

%38.8
%23.59
%37.61

CMYK color model

#E38ADC color CMYK value is (0,39,3,11).

  • cyan value is 0.00%
  • magenta value is 39.21%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(0,39,3,11)
C0M39Y3K11 
(0%,39%,3%,11%)
(0.00/0.39/0.03/0.11)	

CMYK percentages

%0
%39.21
%3.08
%10.98

Codes

Color #E38ADC in popluar color models

E38ADC
RGB227138220
HSL305°61.38%71.57%
HSB/HSV305°39.21%89.02%
CMYK0.00%39.21%3.08%
10.98%

Color #E38ADC in popluar number systems.

HEXE38ADC
Decimal227138220
Binary111000111000101011011100
Octal343212334

Shades and tints

Shades of #E38ADC

#E38ADC
(227,138,220)
#CF7EC8
(207,126,200)
#BB72B4
(187,114,180)
#A766A0
(167,102,160)
#935A8C
(147,90,140)
#7F4E78
(127,78,120)
#6B4264
(107,66,100)
#573650
(87,54,80)
#432A3C
(67,42,60)
#2F1E28
(47,30,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E38ADC

#E38ADC
(227,138,220)
#E594DF
(229,148,223)
#E79EE2
(231,158,226)
#E9A8E5
(233,168,229)
#EBB2E8
(235,178,232)
#EDBCEB
(237,188,235)
#EFC6EE
(239,198,238)
#F1D0F1
(241,208,241)
#F3DAF4
(243,218,244)
#F5E4F7
(245,228,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38ADC color. Also use rgb(227,138,220) instead hex code.

Text Font Color

.myTextColor { color: #E38ADC; }

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

This text font color is #E38ADC.


Background Color

.myBgColor { background-color: #E38ADC; }

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

This div background color is #E38ADC.


Border color

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

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

This div border color is #E38ADC.


Opacity

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

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

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

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

This text has shadow with #E38ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38ADC on black background.


Color preview on white background

This text has color #E38ADC on white background.



Black color preview on #E38ADC background

This text has black color on #E38ADC background.


White color preview on #E38ADC background

This text has white color on #E38ADC background.