COLOR #ED949E

HEX: #ED949E
RGB: (237,148,158)

Color info

#ED949E contains mainly red color. Web safe color of #ED949E is #FF9999 (or #F99).

RGB color model

#ED949E color RGB value is (237,148,158).

  • red value is 237;
  • green value is 148;
  • blue value is 158.
RGB:
(237,148,158)
(93%,58%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 148 of 255 = 58%
B 158 of 255 = 62%

237
148
158

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

Portions of RGB colors in percentages

R + G + B =
237 + 148 + 158 = 543 (100%)
R 237 of 543 ~ 43.65%
G 148 of 543 ~ 27.26%
B 158 of 543 ~ 29.1%

%43.65
%27.26
%29.1

CMYK color model

#ED949E color CMYK value is (0,38,33,7).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,38,33,7)
C0M38Y33K7 
(0%,38%,33%,7%)
(0.00/0.38/0.33/0.07)	

CMYK percentages

%0
%37.55
%33.33
%7.06

Codes

Color #ED949E in popluar color models

ED949E
RGB237148158
HSL353°71.20%75.49%
HSB/HSV353°37.55%92.94%
CMYK0.00%37.55%33.33%
7.06%

Color #ED949E in popluar number systems.

HEXED949E
Decimal237148158
Binary111011011001010010011110
Octal355224236

Shades and tints

Shades of #ED949E

#ED949E
(237,148,158)
#D88790
(216,135,144)
#C37A82
(195,122,130)
#AE6D74
(174,109,116)
#996066
(153,96,102)
#845358
(132,83,88)
#6F464A
(111,70,74)
#5A393C
(90,57,60)
#452C2E
(69,44,46)
#301F20
(48,31,32)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #ED949E

#ED949E
(237,148,158)
#EE9DA6
(238,157,166)
#EFA6AE
(239,166,174)
#F0AFB6
(240,175,182)
#F1B8BE
(241,184,190)
#F2C1C6
(242,193,198)
#F3CACE
(243,202,206)
#F4D3D6
(244,211,214)
#F5DCDE
(245,220,222)
#F6E5E6
(246,229,230)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED949E color. Also use rgb(237,148,158) instead hex code.

Text Font Color

.myTextColor { color: #ED949E; }

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

This text font color is #ED949E.


Background Color

.myBgColor { background-color: #ED949E; }

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

This div background color is #ED949E.


Border color

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

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

This div border color is #ED949E.


Opacity

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

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

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

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

This text has shadow with #ED949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED949E on black background.


Color preview on white background

This text has color #ED949E on white background.



Black color preview on #ED949E background

This text has black color on #ED949E background.


White color preview on #ED949E background

This text has white color on #ED949E background.