COLOR #ECA2ED

HEX: #ECA2ED
RGB: (236,162,237)

Color info

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

RGB color model

#ECA2ED color RGB value is (236,162,237).

  • red value is 236;
  • green value is 162;
  • blue value is 237.
RGB:
(236,162,237)
(93%,64%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 162 of 255 = 64%
B 237 of 255 = 93%

236
162
237

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

Portions of RGB colors in percentages

R + G + B =
236 + 162 + 237 = 635 (100%)
R 236 of 635 ~ 37.17%
G 162 of 635 ~ 25.51%
B 237 of 635 ~ 37.32%

%37.17
%25.51
%37.32

CMYK color model

#ECA2ED color CMYK value is (0,32,0,7).

  • cyan value is 0.42%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(0,32,0,7)
C0M32Y0K7 
(0%,32%,0%,7%)
(0.00/0.32/0.00/0.07)	

CMYK percentages

%0.42
%31.65
%0
%7.06

Codes

Color #ECA2ED in popluar color models

ECA2ED
RGB236162237
HSL299°67.57%78.24%
HSB/HSV299°31.65%92.94%
CMYK0.42%31.65%0.00%
7.06%

Color #ECA2ED in popluar number systems.

HEXECA2ED
Decimal236162237
Binary111011001010001011101101
Octal354242355

Shades and tints

Shades of #ECA2ED

#ECA2ED
(236,162,237)
#D794D8
(215,148,216)
#C286C3
(194,134,195)
#AD78AE
(173,120,174)
#986A99
(152,106,153)
#835C84
(131,92,132)
#6E4E6F
(110,78,111)
#59405A
(89,64,90)
#443245
(68,50,69)
#2F2430
(47,36,48)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #ECA2ED

#ECA2ED
(236,162,237)
#EDAAEE
(237,170,238)
#EEB2EF
(238,178,239)
#EFBAF0
(239,186,240)
#F0C2F1
(240,194,241)
#F1CAF2
(241,202,242)
#F2D2F3
(242,210,243)
#F3DAF4
(243,218,244)
#F4E2F5
(244,226,245)
#F5EAF6
(245,234,246)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA2ED color. Also use rgb(236,162,237) instead hex code.

Text Font Color

.myTextColor { color: #ECA2ED; }

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

This text font color is #ECA2ED.


Background Color

.myBgColor { background-color: #ECA2ED; }

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

This div background color is #ECA2ED.


Border color

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

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

This div border color is #ECA2ED.


Opacity

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

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

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

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

This text has shadow with #ECA2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECA2ED on black background.


Color preview on white background

This text has color #ECA2ED on white background.



Black color preview on #ECA2ED background

This text has black color on #ECA2ED background.


White color preview on #ECA2ED background

This text has white color on #ECA2ED background.