COLOR #E892AD

HEX: #E892AD
RGB: (232,146,173)

Color info

#E892AD contains mainly red and blue colors. Web safe color of #E892AD is #FF9999 (or #F99).

RGB color model

#E892AD color RGB value is (232,146,173).

  • red value is 232;
  • green value is 146;
  • blue value is 173.
RGB:
(232,146,173)
(91%,57%,68%)

RGB channels and saturation

R 232 of 255 = 91%
G 146 of 255 = 57%
B 173 of 255 = 68%

232
146
173

R + G + B ~ 72%. #E892AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 146 + 173 = 551 (100%)
R 232 of 551 ~ 42.11%
G 146 of 551 ~ 26.5%
B 173 of 551 ~ 31.4%

%42.11
%26.5
%31.4

CMYK color model

#E892AD color CMYK value is (0,37,25,9).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 25.43%
  • key color value is 9.02%
CMYK:
(0,37,25,9)
C0M37Y25K9 
(0%,37%,25%,9%)
(0.00/0.37/0.25/0.09)	

CMYK percentages

%0
%37.07
%25.43
%9.02

Codes

Color #E892AD in popluar color models

E892AD
RGB232146173
HSL341°65.15%74.12%
HSB/HSV341°37.07%90.98%
CMYK0.00%37.07%25.43%
9.02%

Color #E892AD in popluar number systems.

HEXE892AD
Decimal232146173
Binary111010001001001010101101
Octal350222255

Shades and tints

Shades of #E892AD

#E892AD
(232,146,173)
#D3859E
(211,133,158)
#BE788F
(190,120,143)
#A96B80
(169,107,128)
#945E71
(148,94,113)
#7F5162
(127,81,98)
#6A4453
(106,68,83)
#553744
(85,55,68)
#402A35
(64,42,53)
#2B1D26
(43,29,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #E892AD

#E892AD
(232,146,173)
#EA9BB4
(234,155,180)
#ECA4BB
(236,164,187)
#EEADC2
(238,173,194)
#F0B6C9
(240,182,201)
#F2BFD0
(242,191,208)
#F4C8D7
(244,200,215)
#F6D1DE
(246,209,222)
#F8DAE5
(248,218,229)
#FAE3EC
(250,227,236)
#FCECF3
(252,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E892AD color. Also use rgb(232,146,173) instead hex code.

Text Font Color

.myTextColor { color: #E892AD; }

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

This text font color is #E892AD.


Background Color

.myBgColor { background-color: #E892AD; }

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

This div background color is #E892AD.


Border color

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

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

This div border color is #E892AD.


Opacity

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

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

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

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

This text has shadow with #E892AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E892AD on black background.


Color preview on white background

This text has color #E892AD on white background.



Black color preview on #E892AD background

This text has black color on #E892AD background.


White color preview on #E892AD background

This text has white color on #E892AD background.