COLOR #E38AE6

HEX: #E38AE6
RGB: (227,138,230)

Color info

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

RGB color model

#E38AE6 color RGB value is (227,138,230).

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

RGB channels and saturation

R 227 of 255 = 89%
G 138 of 255 = 54%
B 230 of 255 = 90%

227
138
230

R + G + B ~ 78%. #E38AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 138 + 230 = 595 (100%)
R 227 of 595 ~ 38.15%
G 138 of 595 ~ 23.19%
B 230 of 595 ~ 38.66%

%38.15
%23.19
%38.66

CMYK color model

#E38AE6 color CMYK value is (1,40,0,10).

  • cyan value is 1.30%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(1,40,0,10)
C1M40Y0K10 
(1%,40%,0%,10%)
(0.01/0.40/0.00/0.10)	

CMYK percentages

%1.3
%40
%0
%9.8

Codes

Color #E38AE6 in popluar color models

E38AE6
RGB227138230
HSL298°64.79%72.16%
HSB/HSV298°40.00%90.20%
CMYK1.30%40.00%0.00%
9.80%

Color #E38AE6 in popluar number systems.

HEXE38AE6
Decimal227138230
Binary111000111000101011100110
Octal343212346

Shades and tints

Shades of #E38AE6

#E38AE6
(227,138,230)
#CF7ED2
(207,126,210)
#BB72BE
(187,114,190)
#A766AA
(167,102,170)
#935A96
(147,90,150)
#7F4E82
(127,78,130)
#6B426E
(107,66,110)
#57365A
(87,54,90)
#432A46
(67,42,70)
#2F1E32
(47,30,50)
#1B121E
(27,18,30)
#000000
(0,0,0)

Tints of #E38AE6

#E38AE6
(227,138,230)
#E594E8
(229,148,232)
#E79EEA
(231,158,234)
#E9A8EC
(233,168,236)
#EBB2EE
(235,178,238)
#EDBCF0
(237,188,240)
#EFC6F2
(239,198,242)
#F1D0F4
(241,208,244)
#F3DAF6
(243,218,246)
#F5E4F8
(245,228,248)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38AE6; }

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

This text font color is #E38AE6.


Background Color

.myBgColor { background-color: #E38AE6; }

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

This div background color is #E38AE6.


Border color

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

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

This div border color is #E38AE6.


Opacity

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

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

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

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

This text has shadow with #E38AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38AE6 on black background.


Color preview on white background

This text has color #E38AE6 on white background.



Black color preview on #E38AE6 background

This text has black color on #E38AE6 background.


White color preview on #E38AE6 background

This text has white color on #E38AE6 background.