COLOR #EC7881

HEX: #EC7881
RGB: (236,120,129)

Color info

#EC7881 contains mainly red color. Web safe color of #EC7881 is #FF6699 (or #F69).

RGB color model

#EC7881 color RGB value is (236,120,129).

  • red value is 236;
  • green value is 120;
  • blue value is 129.
RGB:
(236,120,129)
(93%,47%,51%)

RGB channels and saturation

R 236 of 255 = 93%
G 120 of 255 = 47%
B 129 of 255 = 51%

236
120
129

R + G + B ~ 64%. #EC7881 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 120 + 129 = 485 (100%)
R 236 of 485 ~ 48.66%
G 120 of 485 ~ 24.74%
B 129 of 485 ~ 26.6%

%48.66
%24.74
%26.6

CMYK color model

#EC7881 color CMYK value is (0,49,45,7).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 45.34%
  • key color value is 7.45%
CMYK:
(0,49,45,7)
C0M49Y45K7 
(0%,49%,45%,7%)
(0.00/0.49/0.45/0.07)	

CMYK percentages

%0
%49.15
%45.34
%7.45

Codes

Color #EC7881 in popluar color models

EC7881
RGB236120129
HSL355°75.32%69.80%
HSB/HSV355°49.15%92.55%
CMYK0.00%49.15%45.34%
7.45%

Color #EC7881 in popluar number systems.

HEXEC7881
Decimal236120129
Binary11101100111100010000001
Octal354170201

Shades and tints

Shades of #EC7881

#EC7881
(236,120,129)
#D76E76
(215,110,118)
#C2646B
(194,100,107)
#AD5A60
(173,90,96)
#985055
(152,80,85)
#83464A
(131,70,74)
#6E3C3F
(110,60,63)
#593234
(89,50,52)
#442829
(68,40,41)
#2F1E1E
(47,30,30)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #EC7881

#EC7881
(236,120,129)
#ED848C
(237,132,140)
#EE9097
(238,144,151)
#EF9CA2
(239,156,162)
#F0A8AD
(240,168,173)
#F1B4B8
(241,180,184)
#F2C0C3
(242,192,195)
#F3CCCE
(243,204,206)
#F4D8D9
(244,216,217)
#F5E4E4
(245,228,228)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7881 color. Also use rgb(236,120,129) instead hex code.

Text Font Color

.myTextColor { color: #EC7881; }

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

This text font color is #EC7881.


Background Color

.myBgColor { background-color: #EC7881; }

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

This div background color is #EC7881.


Border color

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

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

This div border color is #EC7881.


Opacity

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

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

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

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

This text has shadow with #EC7881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7881 on black background.


Color preview on white background

This text has color #EC7881 on white background.



Black color preview on #EC7881 background

This text has black color on #EC7881 background.


White color preview on #EC7881 background

This text has white color on #EC7881 background.