COLOR #ECB4E2

HEX: #ECB4E2
RGB: (236,180,226)

Color info

#ECB4E2 contains red, green and blue colors in about the same proportion. Web safe color of #ECB4E2 is #FFCCCC (or #FCC).

RGB color model

#ECB4E2 color RGB value is (236,180,226).

  • red value is 236;
  • green value is 180;
  • blue value is 226.
RGB:
(236,180,226)
(93%,71%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 180 of 255 = 71%
B 226 of 255 = 89%

236
180
226

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

Portions of RGB colors in percentages

R + G + B =
236 + 180 + 226 = 642 (100%)
R 236 of 642 ~ 36.76%
G 180 of 642 ~ 28.04%
B 226 of 642 ~ 35.2%

%36.76
%28.04
%35.2

CMYK color model

#ECB4E2 color CMYK value is (0,24,4,7).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(0,24,4,7)
C0M24Y4K7 
(0%,24%,4%,7%)
(0.00/0.24/0.04/0.07)	

CMYK percentages

%0
%23.73
%4.24
%7.45

Codes

Color #ECB4E2 in popluar color models

ECB4E2
RGB236180226
HSL311°59.57%81.57%
HSB/HSV311°23.73%92.55%
CMYK0.00%23.73%4.24%
7.45%

Color #ECB4E2 in popluar number systems.

HEXECB4E2
Decimal236180226
Binary111011001011010011100010
Octal354264342

Shades and tints

Shades of #ECB4E2

#ECB4E2
(236,180,226)
#D7A4CE
(215,164,206)
#C294BA
(194,148,186)
#AD84A6
(173,132,166)
#987492
(152,116,146)
#83647E
(131,100,126)
#6E546A
(110,84,106)
#594456
(89,68,86)
#443442
(68,52,66)
#2F242E
(47,36,46)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #ECB4E2

#ECB4E2
(236,180,226)
#EDBAE4
(237,186,228)
#EEC0E6
(238,192,230)
#EFC6E8
(239,198,232)
#F0CCEA
(240,204,234)
#F1D2EC
(241,210,236)
#F2D8EE
(242,216,238)
#F3DEF0
(243,222,240)
#F4E4F2
(244,228,242)
#F5EAF4
(245,234,244)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB4E2 color. Also use rgb(236,180,226) instead hex code.

Text Font Color

.myTextColor { color: #ECB4E2; }

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

This text font color is #ECB4E2.


Background Color

.myBgColor { background-color: #ECB4E2; }

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

This div background color is #ECB4E2.


Border color

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

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

This div border color is #ECB4E2.


Opacity

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

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

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

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

This text has shadow with #ECB4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB4E2 on black background.


Color preview on white background

This text has color #ECB4E2 on white background.



Black color preview on #ECB4E2 background

This text has black color on #ECB4E2 background.


White color preview on #ECB4E2 background

This text has white color on #ECB4E2 background.