COLOR #E783A4

HEX: #E783A4
RGB: (231,131,164)

Color info

#E783A4 contains mainly red color. Web safe color of #E783A4 is #FF9999 (or #F99).

RGB color model

#E783A4 color RGB value is (231,131,164).

  • red value is 231;
  • green value is 131;
  • blue value is 164.
RGB:
(231,131,164)
(91%,51%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 131 of 255 = 51%
B 164 of 255 = 64%

231
131
164

R + G + B ~ 69%. #E783A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 131 + 164 = 526 (100%)
R 231 of 526 ~ 43.92%
G 131 of 526 ~ 24.9%
B 164 of 526 ~ 31.18%

%43.92
%24.9
%31.18

CMYK color model

#E783A4 color CMYK value is (0,43,29,9).

  • cyan value is 0.00%
  • magenta value is 43.29%
  • yellow value is 29.00%
  • key color value is 9.41%
CMYK:
(0,43,29,9)
C0M43Y29K9 
(0%,43%,29%,9%)
(0.00/0.43/0.29/0.09)	

CMYK percentages

%0
%43.29
%29
%9.41

Codes

Color #E783A4 in popluar color models

E783A4
RGB231131164
HSL340°67.57%70.98%
HSB/HSV340°43.29%90.59%
CMYK0.00%43.29%29.00%
9.41%

Color #E783A4 in popluar number systems.

HEXE783A4
Decimal231131164
Binary111001111000001110100100
Octal347203244

Shades and tints

Shades of #E783A4

#E783A4
(231,131,164)
#D27896
(210,120,150)
#BD6D88
(189,109,136)
#A8627A
(168,98,122)
#93576C
(147,87,108)
#7E4C5E
(126,76,94)
#694150
(105,65,80)
#543642
(84,54,66)
#3F2B34
(63,43,52)
#2A2026
(42,32,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #E783A4

#E783A4
(231,131,164)
#E98EAC
(233,142,172)
#EB99B4
(235,153,180)
#EDA4BC
(237,164,188)
#EFAFC4
(239,175,196)
#F1BACC
(241,186,204)
#F3C5D4
(243,197,212)
#F5D0DC
(245,208,220)
#F7DBE4
(247,219,228)
#F9E6EC
(249,230,236)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E783A4 color. Also use rgb(231,131,164) instead hex code.

Text Font Color

.myTextColor { color: #E783A4; }

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

This text font color is #E783A4.


Background Color

.myBgColor { background-color: #E783A4; }

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

This div background color is #E783A4.


Border color

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

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

This div border color is #E783A4.


Opacity

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

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

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

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

This text has shadow with #E783A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E783A4 on black background.


Color preview on white background

This text has color #E783A4 on white background.



Black color preview on #E783A4 background

This text has black color on #E783A4 background.


White color preview on #E783A4 background

This text has white color on #E783A4 background.