COLOR #EC7090

HEX: #EC7090
RGB: (236,112,144)

Color info

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

RGB color model

#EC7090 color RGB value is (236,112,144).

  • red value is 236;
  • green value is 112;
  • blue value is 144.
RGB:
(236,112,144)
(93%,44%,56%)

RGB channels and saturation

R 236 of 255 = 93%
G 112 of 255 = 44%
B 144 of 255 = 56%

236
112
144

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

Portions of RGB colors in percentages

R + G + B =
236 + 112 + 144 = 492 (100%)
R 236 of 492 ~ 47.97%
G 112 of 492 ~ 22.76%
B 144 of 492 ~ 29.27%

%47.97
%22.76
%29.27

CMYK color model

#EC7090 color CMYK value is (0,53,39,7).

  • cyan value is 0.00%
  • magenta value is 52.54%
  • yellow value is 38.98%
  • key color value is 7.45%
CMYK:
(0,53,39,7)
C0M53Y39K7 
(0%,53%,39%,7%)
(0.00/0.53/0.39/0.07)	

CMYK percentages

%0
%52.54
%38.98
%7.45

Codes

Color #EC7090 in popluar color models

EC7090
RGB236112144
HSL345°76.54%68.24%
HSB/HSV345°52.54%92.55%
CMYK0.00%52.54%38.98%
7.45%

Color #EC7090 in popluar number systems.

HEXEC7090
Decimal236112144
Binary11101100111000010010000
Octal354160220

Shades and tints

Shades of #EC7090

#EC7090
(236,112,144)
#D76683
(215,102,131)
#C25C76
(194,92,118)
#AD5269
(173,82,105)
#98485C
(152,72,92)
#833E4F
(131,62,79)
#6E3442
(110,52,66)
#592A35
(89,42,53)
#442028
(68,32,40)
#2F161B
(47,22,27)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #EC7090

#EC7090
(236,112,144)
#ED7D9A
(237,125,154)
#EE8AA4
(238,138,164)
#EF97AE
(239,151,174)
#F0A4B8
(240,164,184)
#F1B1C2
(241,177,194)
#F2BECC
(242,190,204)
#F3CBD6
(243,203,214)
#F4D8E0
(244,216,224)
#F5E5EA
(245,229,234)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC7090 color. Also use rgb(236,112,144) instead hex code.

Text Font Color

.myTextColor { color: #EC7090; }

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

This text font color is #EC7090.


Background Color

.myBgColor { background-color: #EC7090; }

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

This div background color is #EC7090.


Border color

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

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

This div border color is #EC7090.


Opacity

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

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

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

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

This text has shadow with #EC7090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC7090 on black background.


Color preview on white background

This text has color #EC7090 on white background.



Black color preview on #EC7090 background

This text has black color on #EC7090 background.


White color preview on #EC7090 background

This text has white color on #EC7090 background.