COLOR #E892C4

HEX: #E892C4 RGB: (232,146,196)

Color info

#E892C4 contains mainly red and blue colors. Web safe color of #E892C4 is #FF99CC (or #F9C).

RGB color model

#E892C4 color RGB value is (232,146,196).

RGB: (232,146,196) (91%, 57%, 77%)

RGB channels and saturation

R 232 of 255 = 91%
G 146 of 255 = 57%
B 196 of 255 = 77%

232
146
196

R + G + B ~ 75%. #E892C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 146 + 196 = 574 (100%)
R 232 of 574 ~ 40.42%
G 146 of 574 ~ 25.44%
B 196 of 574 ~ 34.15'%

%40.42
%25.44
%34.15

CMYK color model

#E892C4 color CMYK value is (0,37,16,9).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 15.52%
  • key color value is 9.02%
CMYK: (0,37,16,9) C0M37Y16K9 (0%,37%,16%,9%) (0.00/0.37/0.16/0.09) 

CMYK percentages

%0
%37.07
%15.52
%9.02

Codes

Color #E892C4 in popluar color models

E8 92 C4
RGB 232 146 196
HSL 325° 65.15% 74.12%
HSB/HSV 325° 37.07% 90.98%
CMYK 0.00% 37.07% 15.52%
9.02%

Color #E892C4 in popluar number systems.

HEX E8 92 C4
Decimal 232 146 196
Binary 11101000 10010010 11000100
Octal 350 222 304

Shades and tints

Shades of #E892C4

#E892C4
(232,146,196)
#D385B3
(211,133,179)
#BE78A2
(190,120,162)
#A96B91
(169,107,145)
#945E80
(148,94,128)
#7F516F
(127,81,111)
#6A445E
(106,68,94)
#55374D
(85,55,77)
#402A3C
(64,42,60)
#2B1D2B
(43,29,43)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #E892C4

#E892C4
(232,146,196)
#EA9BC9
(234,155,201)
#ECA4CE
(236,164,206)
#EEADD3
(238,173,211)
#F0B6D8
(240,182,216)
#F2BFDD
(242,191,221)
#F4C8E2
(244,200,226)
#F6D1E7
(246,209,231)
#F8DAEC
(248,218,236)
#FAE3F1
(250,227,241)
#FCECF6
(252,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E892C4; }

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

This text font color is #E892C4.

Background Color

.myBgColor { background-color: #E892C4; }

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

This div background color is #E892C4.

Border color

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

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

This div border color is #E892C4.

Opacity

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

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

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

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

This text has shadow with #E892C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E892C4.

Preview

Color preview on black background

This text has color #E892C4 on black background.


Color preview on white background

This text has color #E892C4 on white background.


Black color preview on #E892C4 background

This text has black color on #E892C4 background.


White color preview on #E892C4 background

This text has white color on #E892C4 background.


Related colors

Complementary color

Complementary color for #hex is #176D3B.


I love getcolorcode.com

Triadic colors

1 #C4E892 and #92C4E8 with #E892C4 are triadic colors.

2 #C492E8 and #92E8C4 with #E892C4 are triadic colors.