COLOR #E75292

HEX: #E75292
RGB: (231,82,146)

Color info

#E75292 contains mainly red color. Web safe color of #E75292 is #FF6699 (or #F69).

RGB color model

#E75292 color RGB value is (231,82,146).

  • red value is 231;
  • green value is 82;
  • blue value is 146.
RGB:
(231,82,146)
(91%,32%,57%)

RGB channels and saturation

R 231 of 255 = 91%
G 82 of 255 = 32%
B 146 of 255 = 57%

231
82
146

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

Portions of RGB colors in percentages

R + G + B =
231 + 82 + 146 = 459 (100%)
R 231 of 459 ~ 50.33%
G 82 of 459 ~ 17.86%
B 146 of 459 ~ 31.81%

%50.33
%17.86
%31.81

CMYK color model

#E75292 color CMYK value is (0,65,37,9).

  • cyan value is 0.00%
  • magenta value is 64.50%
  • yellow value is 36.80%
  • key color value is 9.41%
CMYK:
(0,65,37,9)
C0M65Y37K9 
(0%,65%,37%,9%)
(0.00/0.65/0.37/0.09)	

CMYK percentages

%0
%64.5
%36.8
%9.41

Codes

Color #E75292 in popluar color models

E75292
RGB23182146
HSL334°75.63%61.37%
HSB/HSV334°64.50%90.59%
CMYK0.00%64.50%36.80%
9.41%

Color #E75292 in popluar number systems.

HEXE75292
Decimal23182146
Binary11100111101001010010010
Octal347122222

Shades and tints

Shades of #E75292

#E75292
(231,82,146)
#D24B85
(210,75,133)
#BD4478
(189,68,120)
#A83D6B
(168,61,107)
#93365E
(147,54,94)
#7E2F51
(126,47,81)
#692844
(105,40,68)
#542137
(84,33,55)
#3F1A2A
(63,26,42)
#2A131D
(42,19,29)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #E75292

#E75292
(231,82,146)
#E9619B
(233,97,155)
#EB70A4
(235,112,164)
#ED7FAD
(237,127,173)
#EF8EB6
(239,142,182)
#F19DBF
(241,157,191)
#F3ACC8
(243,172,200)
#F5BBD1
(245,187,209)
#F7CADA
(247,202,218)
#F9D9E3
(249,217,227)
#FBE8EC
(251,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75292 color. Also use rgb(231,82,146) instead hex code.

Text Font Color

.myTextColor { color: #E75292; }

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

This text font color is #E75292.


Background Color

.myBgColor { background-color: #E75292; }

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

This div background color is #E75292.


Border color

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

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

This div border color is #E75292.


Opacity

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

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

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

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

This text has shadow with #E75292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75292 on black background.


Color preview on white background

This text has color #E75292 on white background.



Black color preview on #E75292 background

This text has black color on #E75292 background.


White color preview on #E75292 background

This text has white color on #E75292 background.