COLOR #ECB3E8

HEX: #ECB3E8 RGB: (236,179,232)

Color info

#ECB3E8 contains red, green and blue colors in about the same proportion. Web safe color of #ECB3E8 is #FF99FF (or #F9F).

RGB color model

#ECB3E8 color RGB value is (236,179,232).

RGB: (236,179,232) (93%, 70%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 179 of 255 = 70%
B 232 of 255 = 91%

236
179
232

R + G + B ~ 85%. #ECB3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 179 + 232 = 647 (100%)
R 236 of 647 ~ 36.48%
G 179 of 647 ~ 27.67%
B 232 of 647 ~ 35.86'%

%36.48
%27.67
%35.86

CMYK color model

#ECB3E8 color CMYK value is (0,24,2,7).

  • cyan value is 0.00%
  • magenta value is 24.15%
  • yellow value is 1.69%
  • key color value is 7.45%

CMYK: (0,24,2,7)
C0M24Y2K7 (0%, 24%, 2%, 7%)
(0.00 / 0.24 / 0.02 / 0.07)

CMYK percentages

%0
%24.15
%1.69
%7.45

Codes

Color #ECB3E8 in popluar color models

EC B3 E8
RGB 236 179 232
HSL 304° 60.00% 81.37%
HSB/HSV 304° 24.15% 92.55%
CMYK 0.00% 24.15% 1.69%
7.45%

Color #ECB3E8 in popluar number systems.

HEX EC B3 E8
Decimal 236 179 232
Binary 11101100 10110011 11101000
Octal 354 263 350

Shades and tints

Shades of #ECB3E8

#ECB3E8
(236,179,232)
#D7A3D3
(215,163,211)
#C293BE
(194,147,190)
#AD83A9
(173,131,169)
#987394
(152,115,148)
#83637F
(131,99,127)
#6E536A
(110,83,106)
#594355
(89,67,85)
#443340
(68,51,64)
#2F232B
(47,35,43)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #ECB3E8

#ECB3E8
(236,179,232)
#EDB9EA
(237,185,234)
#EEBFEC
(238,191,236)
#EFC5EE
(239,197,238)
#F0CBF0
(240,203,240)
#F1D1F2
(241,209,242)
#F2D7F4
(242,215,244)
#F3DDF6
(243,221,246)
#F4E3F8
(244,227,248)
#F5E9FA
(245,233,250)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB3E8; }

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

This text font color is #ECB3E8.

Background Color

.myBgColor { background-color: #ECB3E8; }

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

This div background color is #ECB3E8.

Border color

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

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

This div border color is #ECB3E8.

Opacity

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

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

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

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

This text has shadow with #ECB3E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB3E8.

Preview

Color preview on black background

This text has color #ECB3E8 on black background.


Color preview on white background

This text has color #ECB3E8 on white background.


Black color preview on #ECB3E8 background

This text has black color on #ECB3E8 background.


White color preview on #ECB3E8 background

This text has white color on #ECB3E8 background.


Related colors

Complementary color

Complementary color for #hex is #134C17.


I love getcolorcode.com

Triadic colors

1 #E8ECB3 and #B3E8EC with #ECB3E8 are triadic colors.

2 #E8B3EC and #B3ECE8 with #ECB3E8 are triadic colors.