COLOR #ECB3EF

HEX: #ECB3EF RGB: (236,179,239)

Color info

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

RGB color model

#ECB3EF color RGB value is (236,179,239).

RGB: (236,179,239) (93%, 70%, 94%)

RGB channels and saturation

R 236 of 255 = 93%
G 179 of 255 = 70%
B 239 of 255 = 94%

236
179
239

R + G + B ~ 86%. #ECB3EF is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 179 + 239 = 654 (100%)
R 236 of 654 ~ 36.09%
G 179 of 654 ~ 27.37%
B 239 of 654 ~ 36.54'%

%36.09
%27.37
%36.54

CMYK color model

#ECB3EF color CMYK value is (1,25,0,6).

  • cyan value is 1.26%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,25,0,6)
C1M25Y0K6 (1%, 25%, 0%, 6%)
(0.01 / 0.25 / 0.00 / 0.06)

CMYK percentages

%1.26
%25.1
%0
%6.27

Codes

Color #ECB3EF in popluar color models

EC B3 EF
RGB 236 179 239
HSL 297° 65.22% 81.96%
HSB/HSV 297° 25.10% 93.73%
CMYK 1.26% 25.10% 0.00%
6.27%

Color #ECB3EF in popluar number systems.

HEX EC B3 EF
Decimal 236 179 239
Binary 11101100 10110011 11101111
Octal 354 263 357

Shades and tints

Shades of #ECB3EF

#ECB3EF
(236,179,239)
#D7A3DA
(215,163,218)
#C293C5
(194,147,197)
#AD83B0
(173,131,176)
#98739B
(152,115,155)
#836386
(131,99,134)
#6E5371
(110,83,113)
#59435C
(89,67,92)
#443347
(68,51,71)
#2F2332
(47,35,50)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #ECB3EF

#ECB3EF
(236,179,239)
#EDB9F0
(237,185,240)
#EEBFF1
(238,191,241)
#EFC5F2
(239,197,242)
#F0CBF3
(240,203,243)
#F1D1F4
(241,209,244)
#F2D7F5
(242,215,245)
#F3DDF6
(243,221,246)
#F4E3F7
(244,227,247)
#F5E9F8
(245,233,248)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB3EF color. Also use rgb(236,179,239) instead hex code.

Text Font Color

.myTextColor { color: #ECB3EF; }

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

This text font color is #ECB3EF.

Background Color

.myBgColor { background-color: #ECB3EF; }

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

This div background color is #ECB3EF.

Border color

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

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

This div border color is #ECB3EF.

Opacity

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

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

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

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

This text has shadow with #ECB3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB3EF.

Preview

Color preview on black background

This text has color #ECB3EF on black background.


Color preview on white background

This text has color #ECB3EF on white background.


Black color preview on #ECB3EF background

This text has black color on #ECB3EF background.


White color preview on #ECB3EF background

This text has white color on #ECB3EF background.


Related colors

Complementary color

Complementary color for #hex is #134C10.


I love getcolorcode.com

Triadic colors

1 #EFECB3 and #B3EFEC with #ECB3EF are triadic colors.

2 #EFB3EC and #B3ECEF with #ECB3EF are triadic colors.