COLOR #ED7E95

HEX: #ED7E95
RGB: (237,126,149)

Color info

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

RGB color model

#ED7E95 color RGB value is (237,126,149).

  • red value is 237;
  • green value is 126;
  • blue value is 149.
RGB:
(237,126,149)
(93%,49%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 126 of 255 = 49%
B 149 of 255 = 58%

237
126
149

R + G + B ~ 67%. #ED7E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 126 + 149 = 512 (100%)
R 237 of 512 ~ 46.29%
G 126 of 512 ~ 24.61%
B 149 of 512 ~ 29.1%

%46.29
%24.61
%29.1

CMYK color model

#ED7E95 color CMYK value is (0,47,37,7).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(0,47,37,7)
C0M47Y37K7 
(0%,47%,37%,7%)
(0.00/0.47/0.37/0.07)	

CMYK percentages

%0
%46.84
%37.13
%7.06

Codes

Color #ED7E95 in popluar color models

ED7E95
RGB237126149
HSL348°75.51%71.18%
HSB/HSV348°46.84%92.94%
CMYK0.00%46.84%37.13%
7.06%

Color #ED7E95 in popluar number systems.

HEXED7E95
Decimal237126149
Binary11101101111111010010101
Octal355176225

Shades and tints

Shades of #ED7E95

#ED7E95
(237,126,149)
#D87388
(216,115,136)
#C3687B
(195,104,123)
#AE5D6E
(174,93,110)
#995261
(153,82,97)
#844754
(132,71,84)
#6F3C47
(111,60,71)
#5A313A
(90,49,58)
#45262D
(69,38,45)
#301B20
(48,27,32)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #ED7E95

#ED7E95
(237,126,149)
#EE899E
(238,137,158)
#EF94A7
(239,148,167)
#F09FB0
(240,159,176)
#F1AAB9
(241,170,185)
#F2B5C2
(242,181,194)
#F3C0CB
(243,192,203)
#F4CBD4
(244,203,212)
#F5D6DD
(245,214,221)
#F6E1E6
(246,225,230)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7E95; }

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

This text font color is #ED7E95.


Background Color

.myBgColor { background-color: #ED7E95; }

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

This div background color is #ED7E95.


Border color

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

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

This div border color is #ED7E95.


Opacity

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

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

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

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

This text has shadow with #ED7E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7E95 on black background.


Color preview on white background

This text has color #ED7E95 on white background.



Black color preview on #ED7E95 background

This text has black color on #ED7E95 background.


White color preview on #ED7E95 background

This text has white color on #ED7E95 background.