COLOR #E392C4

HEX: #E392C4
RGB: (227,146,196)

Color info

#E392C4 contains mainly red and blue colors. Web safe color of #E392C4 is #CC99CC (or #C9C).

RGB color model

#E392C4 color RGB value is (227,146,196).

  • red value is 227;
  • green value is 146;
  • blue value is 196.
RGB:
(227,146,196)
(89%,57%,77%)

RGB channels and saturation

R 227 of 255 = 89%
G 146 of 255 = 57%
B 196 of 255 = 77%

227
146
196

R + G + B ~ 74%. #E392C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 146 + 196 = 569 (100%)
R 227 of 569 ~ 39.89%
G 146 of 569 ~ 25.66%
B 196 of 569 ~ 34.45%

%39.89
%25.66
%34.45

CMYK color model

#E392C4 color CMYK value is (0,36,14,11).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 13.66%
  • key color value is 10.98%
CMYK:
(0,36,14,11)
C0M36Y14K11 
(0%,36%,14%,11%)
(0.00/0.36/0.14/0.11)	

CMYK percentages

%0
%35.68
%13.66
%10.98

Codes

Color #E392C4 in popluar color models

E392C4
RGB227146196
HSL323°59.12%73.14%
HSB/HSV323°35.68%89.02%
CMYK0.00%35.68%13.66%
10.98%

Color #E392C4 in popluar number systems.

HEXE392C4
Decimal227146196
Binary111000111001001011000100
Octal343222304

Shades and tints

Shades of #E392C4

#E392C4
(227,146,196)
#CF85B3
(207,133,179)
#BB78A2
(187,120,162)
#A76B91
(167,107,145)
#935E80
(147,94,128)
#7F516F
(127,81,111)
#6B445E
(107,68,94)
#57374D
(87,55,77)
#432A3C
(67,42,60)
#2F1D2B
(47,29,43)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #E392C4

#E392C4
(227,146,196)
#E59BC9
(229,155,201)
#E7A4CE
(231,164,206)
#E9ADD3
(233,173,211)
#EBB6D8
(235,182,216)
#EDBFDD
(237,191,221)
#EFC8E2
(239,200,226)
#F1D1E7
(241,209,231)
#F3DAEC
(243,218,236)
#F5E3F1
(245,227,241)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E392C4; }

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

This text font color is #E392C4.


Background Color

.myBgColor { background-color: #E392C4; }

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

This div background color is #E392C4.


Border color

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

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

This div border color is #E392C4.


Opacity

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

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

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

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

This text has shadow with #E392C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E392C4 on black background.


Color preview on white background

This text has color #E392C4 on white background.



Black color preview on #E392C4 background

This text has black color on #E392C4 background.


White color preview on #E392C4 background

This text has white color on #E392C4 background.