COLOR #E772E9

HEX: #E772E9
RGB: (231,114,233)

Color info

#E772E9 contains mainly red and blue colors. Web safe color of #E772E9 is #FF66FF (or #F6F).

RGB color model

#E772E9 color RGB value is (231,114,233).

  • red value is 231;
  • green value is 114;
  • blue value is 233.
RGB:
(231,114,233)
(91%,45%,91%)

RGB channels and saturation

R 231 of 255 = 91%
G 114 of 255 = 45%
B 233 of 255 = 91%

231
114
233

R + G + B ~ 76%. #E772E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 114 + 233 = 578 (100%)
R 231 of 578 ~ 39.97%
G 114 of 578 ~ 19.72%
B 233 of 578 ~ 40.31%

%39.97
%19.72
%40.31

CMYK color model

#E772E9 color CMYK value is (1,51,0,9).

  • cyan value is 0.86%
  • magenta value is 51.07%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(1,51,0,9)
C1M51Y0K9 
(1%,51%,0%,9%)
(0.01/0.51/0.00/0.09)	

CMYK percentages

%0.86
%51.07
%0
%8.63

Codes

Color #E772E9 in popluar color models

E772E9
RGB231114233
HSL299°73.01%68.04%
HSB/HSV299°51.07%91.37%
CMYK0.86%51.07%0.00%
8.63%

Color #E772E9 in popluar number systems.

HEXE772E9
Decimal231114233
Binary11100111111001011101001
Octal347162351

Shades and tints

Shades of #E772E9

#E772E9
(231,114,233)
#D268D4
(210,104,212)
#BD5EBF
(189,94,191)
#A854AA
(168,84,170)
#934A95
(147,74,149)
#7E4080
(126,64,128)
#69366B
(105,54,107)
#542C56
(84,44,86)
#3F2241
(63,34,65)
#2A182C
(42,24,44)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #E772E9

#E772E9
(231,114,233)
#E97EEB
(233,126,235)
#EB8AED
(235,138,237)
#ED96EF
(237,150,239)
#EFA2F1
(239,162,241)
#F1AEF3
(241,174,243)
#F3BAF5
(243,186,245)
#F5C6F7
(245,198,247)
#F7D2F9
(247,210,249)
#F9DEFB
(249,222,251)
#FBEAFD
(251,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E772E9 color. Also use rgb(231,114,233) instead hex code.

Text Font Color

.myTextColor { color: #E772E9; }

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

This text font color is #E772E9.


Background Color

.myBgColor { background-color: #E772E9; }

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

This div background color is #E772E9.


Border color

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

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

This div border color is #E772E9.


Opacity

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

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

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

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

This text has shadow with #E772E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E772E9 on black background.


Color preview on white background

This text has color #E772E9 on white background.



Black color preview on #E772E9 background

This text has black color on #E772E9 background.


White color preview on #E772E9 background

This text has white color on #E772E9 background.