COLOR #ED9E9E

HEX: #ED9E9E
RGB: (237,158,158)

Color info

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

RGB color model

#ED9E9E color RGB value is (237,158,158).

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

RGB channels and saturation

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

237
158
158

R + G + B ~ 72%. #ED9E9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 158 + 158 = 553 (100%)
R 237 of 553 ~ 42.86%
G 158 of 553 ~ 28.57%
B 158 of 553 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

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

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

CMYK percentages

%0
%33.33
%33.33
%7.06

Codes

Color #ED9E9E in popluar color models

ED9E9E
RGB237158158
HSL68.70%77.45%
HSB/HSV33.33%92.94%
CMYK0.00%33.33%33.33%
7.06%

Color #ED9E9E in popluar number systems.

HEXED9E9E
Decimal237158158
Binary111011011001111010011110
Octal355236236

Shades and tints

Shades of #ED9E9E

#ED9E9E
(237,158,158)
#D89090
(216,144,144)
#C38282
(195,130,130)
#AE7474
(174,116,116)
#996666
(153,102,102)
#845858
(132,88,88)
#6F4A4A
(111,74,74)
#5A3C3C
(90,60,60)
#452E2E
(69,46,46)
#302020
(48,32,32)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #ED9E9E

#ED9E9E
(237,158,158)
#EEA6A6
(238,166,166)
#EFAEAE
(239,174,174)
#F0B6B6
(240,182,182)
#F1BEBE
(241,190,190)
#F2C6C6
(242,198,198)
#F3CECE
(243,206,206)
#F4D6D6
(244,214,214)
#F5DEDE
(245,222,222)
#F6E6E6
(246,230,230)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9E9E; }

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

This text font color is #ED9E9E.


Background Color

.myBgColor { background-color: #ED9E9E; }

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

This div background color is #ED9E9E.


Border color

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

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

This div border color is #ED9E9E.


Opacity

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

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

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

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

This text has shadow with #ED9E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9E9E on black background.


Color preview on white background

This text has color #ED9E9E on white background.



Black color preview on #ED9E9E background

This text has black color on #ED9E9E background.


White color preview on #ED9E9E background

This text has white color on #ED9E9E background.