COLOR #E75073

HEX: #E75073
RGB: (231,80,115)

Color info

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

RGB color model

#E75073 color RGB value is (231,80,115).

  • red value is 231;
  • green value is 80;
  • blue value is 115.
RGB:
(231,80,115)
(91%,31%,45%)

RGB channels and saturation

R 231 of 255 = 91%
G 80 of 255 = 31%
B 115 of 255 = 45%

231
80
115

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

Portions of RGB colors in percentages

R + G + B =
231 + 80 + 115 = 426 (100%)
R 231 of 426 ~ 54.23%
G 80 of 426 ~ 18.78%
B 115 of 426 ~ 27%

%54.23
%18.78
%27

CMYK color model

#E75073 color CMYK value is (0,65,50,9).

  • cyan value is 0.00%
  • magenta value is 65.37%
  • yellow value is 50.22%
  • key color value is 9.41%
CMYK:
(0,65,50,9)
C0M65Y50K9 
(0%,65%,50%,9%)
(0.00/0.65/0.50/0.09)	

CMYK percentages

%0
%65.37
%50.22
%9.41

Codes

Color #E75073 in popluar color models

E75073
RGB23180115
HSL346°75.88%60.98%
HSB/HSV346°65.37%90.59%
CMYK0.00%65.37%50.22%
9.41%

Color #E75073 in popluar number systems.

HEXE75073
Decimal23180115
Binary1110011110100001110011
Octal347120163

Shades and tints

Shades of #E75073

#E75073
(231,80,115)
#D24969
(210,73,105)
#BD425F
(189,66,95)
#A83B55
(168,59,85)
#93344B
(147,52,75)
#7E2D41
(126,45,65)
#692637
(105,38,55)
#541F2D
(84,31,45)
#3F1823
(63,24,35)
#2A1119
(42,17,25)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #E75073

#E75073
(231,80,115)
#E95F7F
(233,95,127)
#EB6E8B
(235,110,139)
#ED7D97
(237,125,151)
#EF8CA3
(239,140,163)
#F19BAF
(241,155,175)
#F3AABB
(243,170,187)
#F5B9C7
(245,185,199)
#F7C8D3
(247,200,211)
#F9D7DF
(249,215,223)
#FBE6EB
(251,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75073 color. Also use rgb(231,80,115) instead hex code.

Text Font Color

.myTextColor { color: #E75073; }

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

This text font color is #E75073.


Background Color

.myBgColor { background-color: #E75073; }

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

This div background color is #E75073.


Border color

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

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

This div border color is #E75073.


Opacity

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

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

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

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

This text has shadow with #E75073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75073 on black background.


Color preview on white background

This text has color #E75073 on white background.



Black color preview on #E75073 background

This text has black color on #E75073 background.


White color preview on #E75073 background

This text has white color on #E75073 background.