COLOR #EC7BB8

HEX: #EC7BB8 RGB: (236,123,184)

Color info

#EC7BB8 contains mainly red and blue colors. Web safe color of #EC7BB8 is #FF66CC (or #F6C).

RGB color model

#EC7BB8 color RGB value is (236,123,184).

RGB: (236,123,184) (93%, 48%, 72%)

RGB channels and saturation

R 236 of 255 = 93%
G 123 of 255 = 48%
B 184 of 255 = 72%

236
123
184

R + G + B ~ 71%. #EC7BB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 123 + 184 = 543 (100%)
R 236 of 543 ~ 43.46%
G 123 of 543 ~ 22.65%
B 184 of 543 ~ 33.89'%

%43.46
%22.65
%33.89

CMYK color model

#EC7BB8 color CMYK value is (0,48,22,7).

  • cyan value is 0.00%
  • magenta value is 47.88%
  • yellow value is 22.03%
  • key color value is 7.45%

CMYK: (0,48,22,7)
C0M48Y22K7 (0%, 48%, 22%, 7%)
(0.00 / 0.48 / 0.22 / 0.07)

CMYK percentages

%0
%47.88
%22.03
%7.45

Codes

Color #EC7BB8 in popluar color models

EC 7B B8
RGB 236 123 184
HSL 328° 74.83% 70.39%
HSB/HSV 328° 47.88% 92.55%
CMYK 0.00% 47.88% 22.03%
7.45%

Color #EC7BB8 in popluar number systems.

HEX EC 7B B8
Decimal 236 123 184
Binary 11101100 1111011 10111000
Octal 354 173 270

Shades and tints

Shades of #EC7BB8

#EC7BB8
(236,123,184)
#D770A8
(215,112,168)
#C26598
(194,101,152)
#AD5A88
(173,90,136)
#984F78
(152,79,120)
#834468
(131,68,104)
#6E3958
(110,57,88)
#592E48
(89,46,72)
#442338
(68,35,56)
#2F1828
(47,24,40)
#1A0D18
(26,13,24)
#000000
(0,0,0)

Tints of #EC7BB8

#EC7BB8
(236,123,184)
#ED87BE
(237,135,190)
#EE93C4
(238,147,196)
#EF9FCA
(239,159,202)
#F0ABD0
(240,171,208)
#F1B7D6
(241,183,214)
#F2C3DC
(242,195,220)
#F3CFE2
(243,207,226)
#F4DBE8
(244,219,232)
#F5E7EE
(245,231,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7BB8 color. Also use rgb(236,123,184) instead hex code.

Text Font Color

.myTextColor { color: #EC7BB8; }

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

This text font color is #EC7BB8.

Background Color

.myBgColor { background-color: #EC7BB8; }

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

This div background color is #EC7BB8.

Border color

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

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

This div border color is #EC7BB8.

Opacity

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

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

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

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

This text has shadow with #EC7BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC7BB8.

Preview

Color preview on black background

This text has color #EC7BB8 on black background.


Color preview on white background

This text has color #EC7BB8 on white background.


Black color preview on #EC7BB8 background

This text has black color on #EC7BB8 background.


White color preview on #EC7BB8 background

This text has white color on #EC7BB8 background.


Related colors

Complementary color

Complementary color for #hex is #138447.


I love getcolorcode.com

Triadic colors

1 #B8EC7B and #7BB8EC with #EC7BB8 are triadic colors.

2 #B87BEC and #7BECB8 with #EC7BB8 are triadic colors.