COLOR #EC9BE3

HEX: #EC9BE3
RGB: (236,155,227)

Color info

#EC9BE3 contains mainly red and blue colors. Web safe color of #EC9BE3 is #FF99CC (or #F9C).

RGB color model

#EC9BE3 color RGB value is (236,155,227).

  • red value is 236;
  • green value is 155;
  • blue value is 227.
RGB:
(236,155,227)
(93%,61%,89%)

RGB channels and saturation

R 236 of 255 = 93%
G 155 of 255 = 61%
B 227 of 255 = 89%

236
155
227

R + G + B ~ 81%. #EC9BE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 155 + 227 = 618 (100%)
R 236 of 618 ~ 38.19%
G 155 of 618 ~ 25.08%
B 227 of 618 ~ 36.73%

%38.19
%25.08
%36.73

CMYK color model

#EC9BE3 color CMYK value is (0,34,4,7).

  • cyan value is 0.00%
  • magenta value is 34.32%
  • yellow value is 3.81%
  • key color value is 7.45%
CMYK:
(0,34,4,7)
C0M34Y4K7 
(0%,34%,4%,7%)
(0.00/0.34/0.04/0.07)	

CMYK percentages

%0
%34.32
%3.81
%7.45

Codes

Color #EC9BE3 in popluar color models

EC9BE3
RGB236155227
HSL307°68.07%76.67%
HSB/HSV307°34.32%92.55%
CMYK0.00%34.32%3.81%
7.45%

Color #EC9BE3 in popluar number systems.

HEXEC9BE3
Decimal236155227
Binary111011001001101111100011
Octal354233343

Shades and tints

Shades of #EC9BE3

#EC9BE3
(236,155,227)
#D78DCF
(215,141,207)
#C27FBB
(194,127,187)
#AD71A7
(173,113,167)
#986393
(152,99,147)
#83557F
(131,85,127)
#6E476B
(110,71,107)
#593957
(89,57,87)
#442B43
(68,43,67)
#2F1D2F
(47,29,47)
#1A0F1B
(26,15,27)
#000000
(0,0,0)

Tints of #EC9BE3

#EC9BE3
(236,155,227)
#EDA4E5
(237,164,229)
#EEADE7
(238,173,231)
#EFB6E9
(239,182,233)
#F0BFEB
(240,191,235)
#F1C8ED
(241,200,237)
#F2D1EF
(242,209,239)
#F3DAF1
(243,218,241)
#F4E3F3
(244,227,243)
#F5ECF5
(245,236,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9BE3 color. Also use rgb(236,155,227) instead hex code.

Text Font Color

.myTextColor { color: #EC9BE3; }

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

This text font color is #EC9BE3.


Background Color

.myBgColor { background-color: #EC9BE3; }

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

This div background color is #EC9BE3.


Border color

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

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

This div border color is #EC9BE3.


Opacity

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

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

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

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

This text has shadow with #EC9BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9BE3 on black background.


Color preview on white background

This text has color #EC9BE3 on white background.



Black color preview on #EC9BE3 background

This text has black color on #EC9BE3 background.


White color preview on #EC9BE3 background

This text has white color on #EC9BE3 background.