COLOR #EC4F81

HEX: #EC4F81
RGB: (236,79,129)

Color info

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

RGB color model

#EC4F81 color RGB value is (236,79,129).

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

RGB channels and saturation

R 236 of 255 = 93%
G 79 of 255 = 31%
B 129 of 255 = 51%

236
79
129

R + G + B ~ 58%. #EC4F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 79 + 129 = 444 (100%)
R 236 of 444 ~ 53.15%
G 79 of 444 ~ 17.79%
B 129 of 444 ~ 29.05%

%53.15
%17.79
%29.05

CMYK color model

#EC4F81 color CMYK value is (0,67,45,7).

  • cyan value is 0.00%
  • magenta value is 66.53%
  • yellow value is 45.34%
  • key color value is 7.45%
CMYK:
(0,67,45,7)
C0M67Y45K7 
(0%,67%,45%,7%)
(0.00/0.67/0.45/0.07)	

CMYK percentages

%0
%66.53
%45.34
%7.45

Codes

Color #EC4F81 in popluar color models

EC4F81
RGB23679129
HSL341°80.51%61.76%
HSB/HSV341°66.53%92.55%
CMYK0.00%66.53%45.34%
7.45%

Color #EC4F81 in popluar number systems.

HEXEC4F81
Decimal23679129
Binary11101100100111110000001
Octal354117201

Shades and tints

Shades of #EC4F81

#EC4F81
(236,79,129)
#D74876
(215,72,118)
#C2416B
(194,65,107)
#AD3A60
(173,58,96)
#983355
(152,51,85)
#832C4A
(131,44,74)
#6E253F
(110,37,63)
#591E34
(89,30,52)
#441729
(68,23,41)
#2F101E
(47,16,30)
#1A0913
(26,9,19)
#000000
(0,0,0)

Tints of #EC4F81

#EC4F81
(236,79,129)
#ED5F8C
(237,95,140)
#EE6F97
(238,111,151)
#EF7FA2
(239,127,162)
#F08FAD
(240,143,173)
#F19FB8
(241,159,184)
#F2AFC3
(242,175,195)
#F3BFCE
(243,191,206)
#F4CFD9
(244,207,217)
#F5DFE4
(245,223,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC4F81; }

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

This text font color is #EC4F81.


Background Color

.myBgColor { background-color: #EC4F81; }

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

This div background color is #EC4F81.


Border color

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

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

This div border color is #EC4F81.


Opacity

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

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

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

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

This text has shadow with #EC4F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC4F81 on black background.


Color preview on white background

This text has color #EC4F81 on white background.



Black color preview on #EC4F81 background

This text has black color on #EC4F81 background.


White color preview on #EC4F81 background

This text has white color on #EC4F81 background.