COLOR #EC5998

HEX: #EC5998
RGB: (236,89,152)

Color info

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

RGB color model

#EC5998 color RGB value is (236,89,152).

  • red value is 236;
  • green value is 89;
  • blue value is 152.
RGB:
(236,89,152)
(93%,35%,60%)

RGB channels and saturation

R 236 of 255 = 93%
G 89 of 255 = 35%
B 152 of 255 = 60%

236
89
152

R + G + B ~ 63%. #EC5998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 89 + 152 = 477 (100%)
R 236 of 477 ~ 49.48%
G 89 of 477 ~ 18.66%
B 152 of 477 ~ 31.87%

%49.48
%18.66
%31.87

CMYK color model

#EC5998 color CMYK value is (0,62,36,7).

  • cyan value is 0.00%
  • magenta value is 62.29%
  • yellow value is 35.59%
  • key color value is 7.45%
CMYK:
(0,62,36,7)
C0M62Y36K7 
(0%,62%,36%,7%)
(0.00/0.62/0.36/0.07)	

CMYK percentages

%0
%62.29
%35.59
%7.45

Codes

Color #EC5998 in popluar color models

EC5998
RGB23689152
HSL334°79.46%63.73%
HSB/HSV334°62.29%92.55%
CMYK0.00%62.29%35.59%
7.45%

Color #EC5998 in popluar number systems.

HEXEC5998
Decimal23689152
Binary11101100101100110011000
Octal354131230

Shades and tints

Shades of #EC5998

#EC5998
(236,89,152)
#D7518B
(215,81,139)
#C2497E
(194,73,126)
#AD4171
(173,65,113)
#983964
(152,57,100)
#833157
(131,49,87)
#6E294A
(110,41,74)
#59213D
(89,33,61)
#441930
(68,25,48)
#2F1123
(47,17,35)
#1A0916
(26,9,22)
#000000
(0,0,0)

Tints of #EC5998

#EC5998
(236,89,152)
#ED68A1
(237,104,161)
#EE77AA
(238,119,170)
#EF86B3
(239,134,179)
#F095BC
(240,149,188)
#F1A4C5
(241,164,197)
#F2B3CE
(242,179,206)
#F3C2D7
(243,194,215)
#F4D1E0
(244,209,224)
#F5E0E9
(245,224,233)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5998 color. Also use rgb(236,89,152) instead hex code.

Text Font Color

.myTextColor { color: #EC5998; }

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

This text font color is #EC5998.


Background Color

.myBgColor { background-color: #EC5998; }

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

This div background color is #EC5998.


Border color

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

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

This div border color is #EC5998.


Opacity

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

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

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

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

This text has shadow with #EC5998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5998 on black background.


Color preview on white background

This text has color #EC5998 on white background.



Black color preview on #EC5998 background

This text has black color on #EC5998 background.


White color preview on #EC5998 background

This text has white color on #EC5998 background.