COLOR #E774A3

HEX: #E774A3
RGB: (231,116,163)

Color info

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

RGB color model

#E774A3 color RGB value is (231,116,163).

  • red value is 231;
  • green value is 116;
  • blue value is 163.
RGB:
(231,116,163)
(91%,45%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 116 of 255 = 45%
B 163 of 255 = 64%

231
116
163

R + G + B ~ 67%. #E774A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 116 + 163 = 510 (100%)
R 231 of 510 ~ 45.29%
G 116 of 510 ~ 22.75%
B 163 of 510 ~ 31.96%

%45.29
%22.75
%31.96

CMYK color model

#E774A3 color CMYK value is (0,50,29,9).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 29.44%
  • key color value is 9.41%
CMYK:
(0,50,29,9)
C0M50Y29K9 
(0%,50%,29%,9%)
(0.00/0.50/0.29/0.09)	

CMYK percentages

%0
%49.78
%29.44
%9.41

Codes

Color #E774A3 in popluar color models

E774A3
RGB231116163
HSL335°70.55%68.04%
HSB/HSV335°49.78%90.59%
CMYK0.00%49.78%29.44%
9.41%

Color #E774A3 in popluar number systems.

HEXE774A3
Decimal231116163
Binary11100111111010010100011
Octal347164243

Shades and tints

Shades of #E774A3

#E774A3
(231,116,163)
#D26A95
(210,106,149)
#BD6087
(189,96,135)
#A85679
(168,86,121)
#934C6B
(147,76,107)
#7E425D
(126,66,93)
#69384F
(105,56,79)
#542E41
(84,46,65)
#3F2433
(63,36,51)
#2A1A25
(42,26,37)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #E774A3

#E774A3
(231,116,163)
#E980AB
(233,128,171)
#EB8CB3
(235,140,179)
#ED98BB
(237,152,187)
#EFA4C3
(239,164,195)
#F1B0CB
(241,176,203)
#F3BCD3
(243,188,211)
#F5C8DB
(245,200,219)
#F7D4E3
(247,212,227)
#F9E0EB
(249,224,235)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E774A3 color. Also use rgb(231,116,163) instead hex code.

Text Font Color

.myTextColor { color: #E774A3; }

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

This text font color is #E774A3.


Background Color

.myBgColor { background-color: #E774A3; }

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

This div background color is #E774A3.


Border color

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

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

This div border color is #E774A3.


Opacity

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

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

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

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

This text has shadow with #E774A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E774A3 on black background.


Color preview on white background

This text has color #E774A3 on white background.



Black color preview on #E774A3 background

This text has black color on #E774A3 background.


White color preview on #E774A3 background

This text has white color on #E774A3 background.