COLOR #ED7268

HEX: #ED7268 RGB: (237,114,104)

Color info

#ED7268 contains mainly red color. Web safe color of #ED7268 is #FF6666 (or #F66).

RGB color model

#ED7268 color RGB value is (237,114,104).

RGB: (237,114,104) (93%, 45%, 41%)

RGB channels and saturation

R 237 of 255 = 93%
G 114 of 255 = 45%
B 104 of 255 = 41%

237
114
104

R + G + B ~ 60%. #ED7268 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 237 + 114 + 104 = 455 (100%)
R 237 of 455 ~ 52.09%
G 114 of 455 ~ 25.05%
B 104 of 455 ~ 22.86'%

%52.09
%25.05
%22.86

CMYK color model

#ED7268 color CMYK value is (0,52,56,7).

  • cyan value is 0.00%
  • magenta value is 51.90%
  • yellow value is 56.12%
  • key color value is 7.06%

CMYK: (0,52,56,7)
C0M52Y56K7 (0%, 52%, 56%, 7%)
(0.00 / 0.52 / 0.56 / 0.07)

CMYK percentages

%0
%51.9
%56.12
%7.06

Codes

Color #ED7268 in popluar color models

ED 72 68
RGB 237 114 104
HSL 78.70% 66.86%
HSB/HSV 56.12% 92.94%
CMYK 0.00% 51.90% 56.12%
7.06%

Color #ED7268 in popluar number systems.

HEX ED 72 68
Decimal 237 114 104
Binary 11101101 1110010 1101000
Octal 355 162 150

Shades and tints

Shades of #ED7268

#ED7268
(237,114,104)
#D8685F
(216,104,95)
#C35E56
(195,94,86)
#AE544D
(174,84,77)
#994A44
(153,74,68)
#84403B
(132,64,59)
#6F3632
(111,54,50)
#5A2C29
(90,44,41)
#452220
(69,34,32)
#301817
(48,24,23)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #ED7268

#ED7268
(237,114,104)
#EE7E75
(238,126,117)
#EF8A82
(239,138,130)
#F0968F
(240,150,143)
#F1A29C
(241,162,156)
#F2AEA9
(242,174,169)
#F3BAB6
(243,186,182)
#F4C6C3
(244,198,195)
#F5D2D0
(245,210,208)
#F6DEDD
(246,222,221)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED7268; }

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

This text font color is #ED7268.

Background Color

.myBgColor { background-color: #ED7268; }

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

This div background color is #ED7268.

Border color

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

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

This div border color is #ED7268.

Opacity

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

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

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

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

This text has shadow with #ED7268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED7268.

Preview

Color preview on black background

This text has color #ED7268 on black background.


Color preview on white background

This text has color #ED7268 on white background.


Black color preview on #ED7268 background

This text has black color on #ED7268 background.


White color preview on #ED7268 background

This text has white color on #ED7268 background.


Related colors

Complementary color

Complementary color for #hex is #128D97.


I love getcolorcode.com

Triadic colors

1 #68ED72 and #7268ED with #ED7268 are triadic colors.

2 #6872ED and #72ED68 with #ED7268 are triadic colors.