COLOR #ED8281

HEX: #ED8281
RGB: (237,130,129)

Color info

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

RGB color model

#ED8281 color RGB value is (237,130,129).

  • red value is 237;
  • green value is 130;
  • blue value is 129.
RGB:
(237,130,129)
(93%,51%,51%)

RGB channels and saturation

R 237 of 255 = 93%
G 130 of 255 = 51%
B 129 of 255 = 51%

237
130
129

R + G + B ~ 65%. #ED8281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 130 + 129 = 496 (100%)
R 237 of 496 ~ 47.78%
G 130 of 496 ~ 26.21%
B 129 of 496 ~ 26.01%

%47.78
%26.21
%26.01

CMYK color model

#ED8281 color CMYK value is (0,45,46,7).

  • cyan value is 0.00%
  • magenta value is 45.15%
  • yellow value is 45.57%
  • key color value is 7.06%
CMYK:
(0,45,46,7)
C0M45Y46K7 
(0%,45%,46%,7%)
(0.00/0.45/0.46/0.07)	

CMYK percentages

%0
%45.15
%45.57
%7.06

Codes

Color #ED8281 in popluar color models

ED8281
RGB237130129
HSL75.00%71.76%
HSB/HSV45.57%92.94%
CMYK0.00%45.15%45.57%
7.06%

Color #ED8281 in popluar number systems.

HEXED8281
Decimal237130129
Binary111011011000001010000001
Octal355202201

Shades and tints

Shades of #ED8281

#ED8281
(237,130,129)
#D87776
(216,119,118)
#C36C6B
(195,108,107)
#AE6160
(174,97,96)
#995655
(153,86,85)
#844B4A
(132,75,74)
#6F403F
(111,64,63)
#5A3534
(90,53,52)
#452A29
(69,42,41)
#301F1E
(48,31,30)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #ED8281

#ED8281
(237,130,129)
#EE8D8C
(238,141,140)
#EF9897
(239,152,151)
#F0A3A2
(240,163,162)
#F1AEAD
(241,174,173)
#F2B9B8
(242,185,184)
#F3C4C3
(243,196,195)
#F4CFCE
(244,207,206)
#F5DAD9
(245,218,217)
#F6E5E4
(246,229,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8281; }

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

This text font color is #ED8281.


Background Color

.myBgColor { background-color: #ED8281; }

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

This div background color is #ED8281.


Border color

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

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

This div border color is #ED8281.


Opacity

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

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

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

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

This text has shadow with #ED8281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8281 on black background.


Color preview on white background

This text has color #ED8281 on white background.



Black color preview on #ED8281 background

This text has black color on #ED8281 background.


White color preview on #ED8281 background

This text has white color on #ED8281 background.