COLOR #E793EE

HEX: #E793EE
RGB: (231,147,238)

Color info

#E793EE contains mainly red and blue colors. Web safe color of #E793EE is #FF99FF (or #F9F).

RGB color model

#E793EE color RGB value is (231,147,238).

  • red value is 231;
  • green value is 147;
  • blue value is 238.
RGB:
(231,147,238)
(91%,58%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 147 of 255 = 58%
B 238 of 255 = 93%

231
147
238

R + G + B ~ 81%. #E793EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 147 + 238 = 616 (100%)
R 231 of 616 ~ 37.5%
G 147 of 616 ~ 23.86%
B 238 of 616 ~ 38.64%

%37.5
%23.86
%38.64

CMYK color model

#E793EE color CMYK value is (3,38,0,7).

  • cyan value is 2.94%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,38,0,7)
C3M38Y0K7 
(3%,38%,0%,7%)
(0.03/0.38/0.00/0.07)	

CMYK percentages

%2.94
%38.24
%0
%6.67

Codes

Color #E793EE in popluar color models

E793EE
RGB231147238
HSL295°72.80%75.49%
HSB/HSV295°38.24%93.33%
CMYK2.94%38.24%0.00%
6.67%

Color #E793EE in popluar number systems.

HEXE793EE
Decimal231147238
Binary111001111001001111101110
Octal347223356

Shades and tints

Shades of #E793EE

#E793EE
(231,147,238)
#D286D9
(210,134,217)
#BD79C4
(189,121,196)
#A86CAF
(168,108,175)
#935F9A
(147,95,154)
#7E5285
(126,82,133)
#694570
(105,69,112)
#54385B
(84,56,91)
#3F2B46
(63,43,70)
#2A1E31
(42,30,49)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #E793EE

#E793EE
(231,147,238)
#E99CEF
(233,156,239)
#EBA5F0
(235,165,240)
#EDAEF1
(237,174,241)
#EFB7F2
(239,183,242)
#F1C0F3
(241,192,243)
#F3C9F4
(243,201,244)
#F5D2F5
(245,210,245)
#F7DBF6
(247,219,246)
#F9E4F7
(249,228,247)
#FBEDF8
(251,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E793EE color. Also use rgb(231,147,238) instead hex code.

Text Font Color

.myTextColor { color: #E793EE; }

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

This text font color is #E793EE.


Background Color

.myBgColor { background-color: #E793EE; }

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

This div background color is #E793EE.


Border color

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

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

This div border color is #E793EE.


Opacity

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

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

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

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

This text has shadow with #E793EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E793EE on black background.


Color preview on white background

This text has color #E793EE on white background.



Black color preview on #E793EE background

This text has black color on #E793EE background.


White color preview on #E793EE background

This text has white color on #E793EE background.