COLOR #E777FA

HEX: #E777FA
RGB: (231,119,250)

Color info

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

RGB color model

#E777FA color RGB value is (231,119,250).

  • red value is 231;
  • green value is 119;
  • blue value is 250.
RGB:
(231,119,250)
(91%,47%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 119 of 255 = 47%
B 250 of 255 = 98%

231
119
250

R + G + B ~ 79%. #E777FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 119 + 250 = 600 (100%)
R 231 of 600 ~ 38.5%
G 119 of 600 ~ 19.83%
B 250 of 600 ~ 41.67%

%38.5
%19.83
%41.67

CMYK color model

#E777FA color CMYK value is (8,52,0,2).

  • cyan value is 7.60%
  • magenta value is 52.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,52,0,2)
C8M52Y0K2 
(8%,52%,0%,2%)
(0.08/0.52/0.00/0.02)	

CMYK percentages

%7.6
%52.4
%0
%1.96

Codes

Color #E777FA in popluar color models

E777FA
RGB231119250
HSL291°92.91%72.35%
HSB/HSV291°52.40%98.04%
CMYK7.60%52.40%0.00%
1.96%

Color #E777FA in popluar number systems.

HEXE777FA
Decimal231119250
Binary11100111111011111111010
Octal347167372

Shades and tints

Shades of #E777FA

#E777FA
(231,119,250)
#D26DE4
(210,109,228)
#BD63CE
(189,99,206)
#A859B8
(168,89,184)
#934FA2
(147,79,162)
#7E458C
(126,69,140)
#693B76
(105,59,118)
#543160
(84,49,96)
#3F274A
(63,39,74)
#2A1D34
(42,29,52)
#15131E
(21,19,30)
#000000
(0,0,0)

Tints of #E777FA

#E777FA
(231,119,250)
#E983FA
(233,131,250)
#EB8FFA
(235,143,250)
#ED9BFA
(237,155,250)
#EFA7FA
(239,167,250)
#F1B3FA
(241,179,250)
#F3BFFA
(243,191,250)
#F5CBFA
(245,203,250)
#F7D7FA
(247,215,250)
#F9E3FA
(249,227,250)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E777FA color. Also use rgb(231,119,250) instead hex code.

Text Font Color

.myTextColor { color: #E777FA; }

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

This text font color is #E777FA.


Background Color

.myBgColor { background-color: #E777FA; }

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

This div background color is #E777FA.


Border color

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

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

This div border color is #E777FA.


Opacity

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

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

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

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

This text has shadow with #E777FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E777FA on black background.


Color preview on white background

This text has color #E777FA on white background.



Black color preview on #E777FA background

This text has black color on #E777FA background.


White color preview on #E777FA background

This text has white color on #E777FA background.