COLOR #ECB5F5

HEX: #ECB5F5 RGB: (236,181,245)

Color info

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

RGB color model

#ECB5F5 color RGB value is (236,181,245).

RGB: (236,181,245) (93%, 71%, 96%)

RGB channels and saturation

R 236 of 255 = 93%
G 181 of 255 = 71%
B 245 of 255 = 96%

236
181
245

R + G + B ~ 87%. #ECB5F5 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 181 + 245 = 662 (100%)
R 236 of 662 ~ 35.65%
G 181 of 662 ~ 27.34%
B 245 of 662 ~ 37.01'%

%35.65
%27.34
%37.01

CMYK color model

#ECB5F5 color CMYK value is (4,26,0,4).

  • cyan value is 3.67%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (4,26,0,4)
C4M26Y0K4 (4%, 26%, 0%, 4%)
(0.04 / 0.26 / 0.00 / 0.04)

CMYK percentages

%3.67
%26.12
%0
%3.92

Codes

Color #ECB5F5 in popluar color models

EC B5 F5
RGB 236 181 245
HSL 292° 76.19% 83.53%
HSB/HSV 292° 26.12% 96.08%
CMYK 3.67% 26.12% 0.00%
3.92%

Color #ECB5F5 in popluar number systems.

HEX EC B5 F5
Decimal 236 181 245
Binary 11101100 10110101 11110101
Octal 354 265 365

Shades and tints

Shades of #ECB5F5

#ECB5F5
(236,181,245)
#D7A5DF
(215,165,223)
#C295C9
(194,149,201)
#AD85B3
(173,133,179)
#98759D
(152,117,157)
#836587
(131,101,135)
#6E5571
(110,85,113)
#59455B
(89,69,91)
#443545
(68,53,69)
#2F252F
(47,37,47)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #ECB5F5

#ECB5F5
(236,181,245)
#EDBBF5
(237,187,245)
#EEC1F5
(238,193,245)
#EFC7F5
(239,199,245)
#F0CDF5
(240,205,245)
#F1D3F5
(241,211,245)
#F2D9F5
(242,217,245)
#F3DFF5
(243,223,245)
#F4E5F5
(244,229,245)
#F5EBF5
(245,235,245)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB5F5 color. Also use rgb(236,181,245) instead hex code.

Text Font Color

.myTextColor { color: #ECB5F5; }

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

This text font color is #ECB5F5.

Background Color

.myBgColor { background-color: #ECB5F5; }

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

This div background color is #ECB5F5.

Border color

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

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

This div border color is #ECB5F5.

Opacity

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

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

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

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

This text has shadow with #ECB5F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB5F5.

Preview

Color preview on black background

This text has color #ECB5F5 on black background.


Color preview on white background

This text has color #ECB5F5 on white background.


Black color preview on #ECB5F5 background

This text has black color on #ECB5F5 background.


White color preview on #ECB5F5 background

This text has white color on #ECB5F5 background.


Related colors

Complementary color

Complementary color for #hex is #134A0A.


I love getcolorcode.com

Triadic colors

1 #F5ECB5 and #B5F5EC with #ECB5F5 are triadic colors.

2 #F5B5EC and #B5ECF5 with #ECB5F5 are triadic colors.