COLOR #E9C3FF

HEX: #E9C3FF RGB: (233,195,255)

Color info

#E9C3FF contains mainly red and blue colors. Web safe color of #E9C3FF is #FFCCFF (or #FCF).

RGB color model

#E9C3FF color RGB value is (233,195,255).

RGB: (233,195,255) (91%, 76%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 195 of 255 = 76%
B 255 of 255 = 100%

233
195
255

R + G + B ~ 89%. #E9C3FF is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 195 + 255 = 683 (100%)
R 233 of 683 ~ 34.11%
G 195 of 683 ~ 28.55%
B 255 of 683 ~ 37.34'%

%34.11
%28.55
%37.34

CMYK color model

#E9C3FF color CMYK value is (9,24,0,0).

  • cyan value is 8.63%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (9,24,0,0)
C9M24Y0K0 (9%, 24%, 0%, 0%)
(0.09 / 0.24 / 0.00 / 0.00)

CMYK percentages

%8.63
%23.53
%0
%0

Codes

Color #E9C3FF in popluar color models

E9 C3 FF
RGB 233 195 255
HSL 278° 100.00% 88.24%
HSB/HSV 278° 23.53% 100.00%
CMYK 8.63% 23.53% 0.00%
0.00%

Color #E9C3FF in popluar number systems.

HEX E9 C3 FF
Decimal 233 195 255
Binary 11101001 11000011 11111111
Octal 351 303 377

Shades and tints

Shades of #E9C3FF

#E9C3FF
(233,195,255)
#D4B2E8
(212,178,232)
#BFA1D1
(191,161,209)
#AA90BA
(170,144,186)
#957FA3
(149,127,163)
#806E8C
(128,110,140)
#6B5D75
(107,93,117)
#564C5E
(86,76,94)
#413B47
(65,59,71)
#2C2A30
(44,42,48)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #E9C3FF

#E9C3FF
(233,195,255)
#EBC8FF
(235,200,255)
#EDCDFF
(237,205,255)
#EFD2FF
(239,210,255)
#F1D7FF
(241,215,255)
#F3DCFF
(243,220,255)
#F5E1FF
(245,225,255)
#F7E6FF
(247,230,255)
#F9EBFF
(249,235,255)
#FBF0FF
(251,240,255)
#FDF5FF
(253,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C3FF color. Also use rgb(233,195,255) instead hex code.

Text Font Color

.myTextColor { color: #E9C3FF; }

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

This text font color is #E9C3FF.

Background Color

.myBgColor { background-color: #E9C3FF; }

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

This div background color is #E9C3FF.

Border color

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

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

This div border color is #E9C3FF.

Opacity

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

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

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

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

This text has shadow with #E9C3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9C3FF.

Preview

Color preview on black background

This text has color #E9C3FF on black background.


Color preview on white background

This text has color #E9C3FF on white background.


Black color preview on #E9C3FF background

This text has black color on #E9C3FF background.


White color preview on #E9C3FF background

This text has white color on #E9C3FF background.


Related colors

Complementary color

Complementary color for #hex is #163C00.


I love getcolorcode.com

Triadic colors

1 #FFE9C3 and #C3FFE9 with #E9C3FF are triadic colors.

2 #FFC3E9 and #C3E9FF with #E9C3FF are triadic colors.