COLOR #ECA5EE

HEX: #ECA5EE
RGB: (236,165,238)

Color info

#ECA5EE contains mainly red and blue colors. Web safe color of #ECA5EE is #FF99FF (or #F9F).

RGB color model

#ECA5EE color RGB value is (236,165,238).

  • red value is 236;
  • green value is 165;
  • blue value is 238.
RGB:
(236,165,238)
(93%,65%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 238 of 255 = 93%

236
165
238

R + G + B ~ 84%. #ECA5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 165 + 238 = 639 (100%)
R 236 of 639 ~ 36.93%
G 165 of 639 ~ 25.82%
B 238 of 639 ~ 37.25%

%36.93
%25.82
%37.25

CMYK color model

#ECA5EE color CMYK value is (1,31,0,7).

  • cyan value is 0.84%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(1,31,0,7)
C1M31Y0K7 
(1%,31%,0%,7%)
(0.01/0.31/0.00/0.07)	

CMYK percentages

%0.84
%30.67
%0
%6.67

Codes

Color #ECA5EE in popluar color models

ECA5EE
RGB236165238
HSL298°68.22%79.02%
HSB/HSV298°30.67%93.33%
CMYK0.84%30.67%0.00%
6.67%

Color #ECA5EE in popluar number systems.

HEXECA5EE
Decimal236165238
Binary111011001010010111101110
Octal354245356

Shades and tints

Shades of #ECA5EE

#ECA5EE
(236,165,238)
#D796D9
(215,150,217)
#C287C4
(194,135,196)
#AD78AF
(173,120,175)
#98699A
(152,105,154)
#835A85
(131,90,133)
#6E4B70
(110,75,112)
#593C5B
(89,60,91)
#442D46
(68,45,70)
#2F1E31
(47,30,49)
#1A0F1C
(26,15,28)
#000000
(0,0,0)

Tints of #ECA5EE

#ECA5EE
(236,165,238)
#EDADEF
(237,173,239)
#EEB5F0
(238,181,240)
#EFBDF1
(239,189,241)
#F0C5F2
(240,197,242)
#F1CDF3
(241,205,243)
#F2D5F4
(242,213,244)
#F3DDF5
(243,221,245)
#F4E5F6
(244,229,246)
#F5EDF7
(245,237,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA5EE color. Also use rgb(236,165,238) instead hex code.

Text Font Color

.myTextColor { color: #ECA5EE; }

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

This text font color is #ECA5EE.


Background Color

.myBgColor { background-color: #ECA5EE; }

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

This div background color is #ECA5EE.


Border color

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

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

This div border color is #ECA5EE.


Opacity

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

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

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

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

This text has shadow with #ECA5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA5EE on black background.


Color preview on white background

This text has color #ECA5EE on white background.



Black color preview on #ECA5EE background

This text has black color on #ECA5EE background.


White color preview on #ECA5EE background

This text has white color on #ECA5EE background.