COLOR #E75572

HEX: #E75572
RGB: (231,85,114)

Color info

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

RGB color model

#E75572 color RGB value is (231,85,114).

  • red value is 231;
  • green value is 85;
  • blue value is 114.
RGB:
(231,85,114)
(91%,33%,45%)

RGB channels and saturation

R 231 of 255 = 91%
G 85 of 255 = 33%
B 114 of 255 = 45%

231
85
114

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

Portions of RGB colors in percentages

R + G + B =
231 + 85 + 114 = 430 (100%)
R 231 of 430 ~ 53.72%
G 85 of 430 ~ 19.77%
B 114 of 430 ~ 26.51%

%53.72
%19.77
%26.51

CMYK color model

#E75572 color CMYK value is (0,63,51,9).

  • cyan value is 0.00%
  • magenta value is 63.20%
  • yellow value is 50.65%
  • key color value is 9.41%
CMYK:
(0,63,51,9)
C0M63Y51K9 
(0%,63%,51%,9%)
(0.00/0.63/0.51/0.09)	

CMYK percentages

%0
%63.2
%50.65
%9.41

Codes

Color #E75572 in popluar color models

E75572
RGB23185114
HSL348°75.26%61.96%
HSB/HSV348°63.20%90.59%
CMYK0.00%63.20%50.65%
9.41%

Color #E75572 in popluar number systems.

HEXE75572
Decimal23185114
Binary1110011110101011110010
Octal347125162

Shades and tints

Shades of #E75572

#E75572
(231,85,114)
#D24E68
(210,78,104)
#BD475E
(189,71,94)
#A84054
(168,64,84)
#93394A
(147,57,74)
#7E3240
(126,50,64)
#692B36
(105,43,54)
#54242C
(84,36,44)
#3F1D22
(63,29,34)
#2A1618
(42,22,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #E75572

#E75572
(231,85,114)
#E9647E
(233,100,126)
#EB738A
(235,115,138)
#ED8296
(237,130,150)
#EF91A2
(239,145,162)
#F1A0AE
(241,160,174)
#F3AFBA
(243,175,186)
#F5BEC6
(245,190,198)
#F7CDD2
(247,205,210)
#F9DCDE
(249,220,222)
#FBEBEA
(251,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75572 color. Also use rgb(231,85,114) instead hex code.

Text Font Color

.myTextColor { color: #E75572; }

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

This text font color is #E75572.


Background Color

.myBgColor { background-color: #E75572; }

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

This div background color is #E75572.


Border color

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

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

This div border color is #E75572.


Opacity

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

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

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

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

This text has shadow with #E75572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75572 on black background.


Color preview on white background

This text has color #E75572 on white background.



Black color preview on #E75572 background

This text has black color on #E75572 background.


White color preview on #E75572 background

This text has white color on #E75572 background.