COLOR #E75E92

HEX: #E75E92
RGB: (231,94,146)

Color info

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

RGB color model

#E75E92 color RGB value is (231,94,146).

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

RGB channels and saturation

R 231 of 255 = 91%
G 94 of 255 = 37%
B 146 of 255 = 57%

231
94
146

R + G + B ~ 62%. #E75E92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 94 + 146 = 471 (100%)
R 231 of 471 ~ 49.04%
G 94 of 471 ~ 19.96%
B 146 of 471 ~ 31%

%49.04
%19.96
%31

CMYK color model

#E75E92 color CMYK value is (0,59,37,9).

  • cyan value is 0.00%
  • magenta value is 59.31%
  • yellow value is 36.80%
  • key color value is 9.41%
CMYK:
(0,59,37,9)
C0M59Y37K9 
(0%,59%,37%,9%)
(0.00/0.59/0.37/0.09)	

CMYK percentages

%0
%59.31
%36.8
%9.41

Codes

Color #E75E92 in popluar color models

E75E92
RGB23194146
HSL337°74.05%63.73%
HSB/HSV337°59.31%90.59%
CMYK0.00%59.31%36.80%
9.41%

Color #E75E92 in popluar number systems.

HEXE75E92
Decimal23194146
Binary11100111101111010010010
Octal347136222

Shades and tints

Shades of #E75E92

#E75E92
(231,94,146)
#D25685
(210,86,133)
#BD4E78
(189,78,120)
#A8466B
(168,70,107)
#933E5E
(147,62,94)
#7E3651
(126,54,81)
#692E44
(105,46,68)
#542637
(84,38,55)
#3F1E2A
(63,30,42)
#2A161D
(42,22,29)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #E75E92

#E75E92
(231,94,146)
#E96C9B
(233,108,155)
#EB7AA4
(235,122,164)
#ED88AD
(237,136,173)
#EF96B6
(239,150,182)
#F1A4BF
(241,164,191)
#F3B2C8
(243,178,200)
#F5C0D1
(245,192,209)
#F7CEDA
(247,206,218)
#F9DCE3
(249,220,227)
#FBEAEC
(251,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E75E92; }

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

This text font color is #E75E92.


Background Color

.myBgColor { background-color: #E75E92; }

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

This div background color is #E75E92.


Border color

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

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

This div border color is #E75E92.


Opacity

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

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

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

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

This text has shadow with #E75E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75E92 on black background.


Color preview on white background

This text has color #E75E92 on white background.



Black color preview on #E75E92 background

This text has black color on #E75E92 background.


White color preview on #E75E92 background

This text has white color on #E75E92 background.