COLOR #E6A1E3

HEX: #E6A1E3
RGB: (230,161,227)

Color info

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

RGB color model

#E6A1E3 color RGB value is (230,161,227).

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

RGB channels and saturation

R 230 of 255 = 90%
G 161 of 255 = 63%
B 227 of 255 = 89%

230
161
227

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

Portions of RGB colors in percentages

R + G + B =
230 + 161 + 227 = 618 (100%)
R 230 of 618 ~ 37.22%
G 161 of 618 ~ 26.05%
B 227 of 618 ~ 36.73%

%37.22
%26.05
%36.73

CMYK color model

#E6A1E3 color CMYK value is (0,30,1,10).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK:
(0,30,1,10)
C0M30Y1K10 
(0%,30%,1%,10%)
(0.00/0.30/0.01/0.10)	

CMYK percentages

%0
%30
%1.3
%9.8

Codes

Color #E6A1E3 in popluar color models

E6A1E3
RGB230161227
HSL303°57.98%76.67%
HSB/HSV303°30.00%90.20%
CMYK0.00%30.00%1.30%
9.80%

Color #E6A1E3 in popluar number systems.

HEXE6A1E3
Decimal230161227
Binary111001101010000111100011
Octal346241343

Shades and tints

Shades of #E6A1E3

#E6A1E3
(230,161,227)
#D293CF
(210,147,207)
#BE85BB
(190,133,187)
#AA77A7
(170,119,167)
#966993
(150,105,147)
#825B7F
(130,91,127)
#6E4D6B
(110,77,107)
#5A3F57
(90,63,87)
#463143
(70,49,67)
#32232F
(50,35,47)
#1E151B
(30,21,27)
#000000
(0,0,0)

Tints of #E6A1E3

#E6A1E3
(230,161,227)
#E8A9E5
(232,169,229)
#EAB1E7
(234,177,231)
#ECB9E9
(236,185,233)
#EEC1EB
(238,193,235)
#F0C9ED
(240,201,237)
#F2D1EF
(242,209,239)
#F4D9F1
(244,217,241)
#F6E1F3
(246,225,243)
#F8E9F5
(248,233,245)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A1E3; }

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

This text font color is #E6A1E3.


Background Color

.myBgColor { background-color: #E6A1E3; }

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

This div background color is #E6A1E3.


Border color

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

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

This div border color is #E6A1E3.


Opacity

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

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

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

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

This text has shadow with #E6A1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A1E3 on black background.


Color preview on white background

This text has color #E6A1E3 on white background.



Black color preview on #E6A1E3 background

This text has black color on #E6A1E3 background.


White color preview on #E6A1E3 background

This text has white color on #E6A1E3 background.