COLOR #E775FB

HEX: #E775FB
RGB: (231,117,251)

Color info

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

RGB color model

#E775FB color RGB value is (231,117,251).

  • red value is 231;
  • green value is 117;
  • blue value is 251.
RGB:
(231,117,251)
(91%,46%,98%)

RGB channels and saturation

R 231 of 255 = 91%
G 117 of 255 = 46%
B 251 of 255 = 98%

231
117
251

R + G + B ~ 78%. #E775FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 117 + 251 = 599 (100%)
R 231 of 599 ~ 38.56%
G 117 of 599 ~ 19.53%
B 251 of 599 ~ 41.9%

%38.56
%19.53
%41.9

CMYK color model

#E775FB color CMYK value is (8,53,0,2).

  • cyan value is 7.97%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,53,0,2)
C8M53Y0K2 
(8%,53%,0%,2%)
(0.08/0.53/0.00/0.02)	

CMYK percentages

%7.97
%53.39
%0
%1.57

Codes

Color #E775FB in popluar color models

E775FB
RGB231117251
HSL291°94.37%72.16%
HSB/HSV291°53.39%98.43%
CMYK7.97%53.39%0.00%
1.57%

Color #E775FB in popluar number systems.

HEXE775FB
Decimal231117251
Binary11100111111010111111011
Octal347165373

Shades and tints

Shades of #E775FB

#E775FB
(231,117,251)
#D26BE5
(210,107,229)
#BD61CF
(189,97,207)
#A857B9
(168,87,185)
#934DA3
(147,77,163)
#7E438D
(126,67,141)
#693977
(105,57,119)
#542F61
(84,47,97)
#3F254B
(63,37,75)
#2A1B35
(42,27,53)
#15111F
(21,17,31)
#000000
(0,0,0)

Tints of #E775FB

#E775FB
(231,117,251)
#E981FB
(233,129,251)
#EB8DFB
(235,141,251)
#ED99FB
(237,153,251)
#EFA5FB
(239,165,251)
#F1B1FB
(241,177,251)
#F3BDFB
(243,189,251)
#F5C9FB
(245,201,251)
#F7D5FB
(247,213,251)
#F9E1FB
(249,225,251)
#FBEDFB
(251,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E775FB color. Also use rgb(231,117,251) instead hex code.

Text Font Color

.myTextColor { color: #E775FB; }

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

This text font color is #E775FB.


Background Color

.myBgColor { background-color: #E775FB; }

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

This div background color is #E775FB.


Border color

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

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

This div border color is #E775FB.


Opacity

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

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

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

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

This text has shadow with #E775FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E775FB on black background.


Color preview on white background

This text has color #E775FB on white background.



Black color preview on #E775FB background

This text has black color on #E775FB background.


White color preview on #E775FB background

This text has white color on #E775FB background.