COLOR #E07975

HEX: #E07975 RGB: (224,121,117)

Color info

#E07975 contains mainly red color. Web safe color of #E07975 is #CC6666 (or #C66).

RGB color model

#E07975 color RGB value is (224,121,117).

RGB: (224,121,117) (88%, 47%, 46%)

RGB channels and saturation

R 224 of 255 = 88%
G 121 of 255 = 47%
B 117 of 255 = 46%

224
121
117

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

Portions of RGB colors in percentages

R + G + B = 224 + 121 + 117 = 462 (100%)
R 224 of 462 ~ 48.48%
G 121 of 462 ~ 26.19%
B 117 of 462 ~ 25.32'%

%48.48
%26.19
%25.32

CMYK color model

#E07975 color CMYK value is (0,46,48,12).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 47.77%
  • key color value is 12.16%
CMYK: (0,46,48,12) C0M46Y48K12 (0%,46%,48%,12%) (0.00/0.46/0.48/0.12) 

CMYK percentages

%0
%45.98
%47.77
%12.16

Codes

Color #E07975 in popluar color models

E0 79 75
RGB 224 121 117
HSL 63.31% 66.86%
HSB/HSV 47.77% 87.84%
CMYK 0.00% 45.98% 47.77%
12.16%

Color #E07975 in popluar number systems.

HEX E0 79 75
Decimal 224 121 117
Binary 11100000 1111001 1110101
Octal 340 171 165

Shades and tints

Shades of #E07975

#E07975
(224,121,117)
#CC6E6B
(204,110,107)
#B86361
(184,99,97)
#A45857
(164,88,87)
#904D4D
(144,77,77)
#7C4243
(124,66,67)
#683739
(104,55,57)
#542C2F
(84,44,47)
#402125
(64,33,37)
#2C161B
(44,22,27)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #E07975

#E07975
(224,121,117)
#E28581
(226,133,129)
#E4918D
(228,145,141)
#E69D99
(230,157,153)
#E8A9A5
(232,169,165)
#EAB5B1
(234,181,177)
#ECC1BD
(236,193,189)
#EECDC9
(238,205,201)
#F0D9D5
(240,217,213)
#F2E5E1
(242,229,225)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07975 color. Also use rgb(224,121,117) instead hex code.

Text Font Color

.myTextColor { color: #E07975; }

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

This text font color is #E07975.

Background Color

.myBgColor { background-color: #E07975; }

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

This div background color is #E07975.

Border color

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

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

This div border color is #E07975.

Opacity

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

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

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

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

This text has shadow with #E07975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E07975.

Preview

Color preview on black background

This text has color #E07975 on black background.


Color preview on white background

This text has color #E07975 on white background.


Black color preview on #E07975 background

This text has black color on #E07975 background.


White color preview on #E07975 background

This text has white color on #E07975 background.


Related colors

Complementary color

Complementary color for #hex is #1F868A.


I love getcolorcode.com

Triadic colors

1 #75E079 and #7975E0 with #E07975 are triadic colors.

2 #7579E0 and #79E075 with #E07975 are triadic colors.