COLOR #E3A3F3

HEX: #E3A3F3
RGB: (227,163,243)

Color info

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

RGB color model

#E3A3F3 color RGB value is (227,163,243).

  • red value is 227;
  • green value is 163;
  • blue value is 243.
RGB:
(227,163,243)
(89%,64%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 163 of 255 = 64%
B 243 of 255 = 95%

227
163
243

R + G + B ~ 83%. #E3A3F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 163 + 243 = 633 (100%)
R 227 of 633 ~ 35.86%
G 163 of 633 ~ 25.75%
B 243 of 633 ~ 38.39%

%35.86
%25.75
%38.39

CMYK color model

#E3A3F3 color CMYK value is (7,33,0,5).

  • cyan value is 6.58%
  • magenta value is 32.92%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,33,0,5)
C7M33Y0K5 
(7%,33%,0%,5%)
(0.07/0.33/0.00/0.05)	

CMYK percentages

%6.58
%32.92
%0
%4.71

Codes

Color #E3A3F3 in popluar color models

E3A3F3
RGB227163243
HSL288°76.92%79.61%
HSB/HSV288°32.92%95.29%
CMYK6.58%32.92%0.00%
4.71%

Color #E3A3F3 in popluar number systems.

HEXE3A3F3
Decimal227163243
Binary111000111010001111110011
Octal343243363

Shades and tints

Shades of #E3A3F3

#E3A3F3
(227,163,243)
#CF95DD
(207,149,221)
#BB87C7
(187,135,199)
#A779B1
(167,121,177)
#936B9B
(147,107,155)
#7F5D85
(127,93,133)
#6B4F6F
(107,79,111)
#574159
(87,65,89)
#433343
(67,51,67)
#2F252D
(47,37,45)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3A3F3

#E3A3F3
(227,163,243)
#E5ABF4
(229,171,244)
#E7B3F5
(231,179,245)
#E9BBF6
(233,187,246)
#EBC3F7
(235,195,247)
#EDCBF8
(237,203,248)
#EFD3F9
(239,211,249)
#F1DBFA
(241,219,250)
#F3E3FB
(243,227,251)
#F5EBFC
(245,235,252)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A3F3 color. Also use rgb(227,163,243) instead hex code.

Text Font Color

.myTextColor { color: #E3A3F3; }

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

This text font color is #E3A3F3.


Background Color

.myBgColor { background-color: #E3A3F3; }

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

This div background color is #E3A3F3.


Border color

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

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

This div border color is #E3A3F3.


Opacity

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

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

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

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

This text has shadow with #E3A3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A3F3 on black background.


Color preview on white background

This text has color #E3A3F3 on white background.



Black color preview on #E3A3F3 background

This text has black color on #E3A3F3 background.


White color preview on #E3A3F3 background

This text has white color on #E3A3F3 background.