COLOR #E99EF0

HEX: #E99EF0
RGB: (233,158,240)

Color info

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

RGB color model

#E99EF0 color RGB value is (233,158,240).

  • red value is 233;
  • green value is 158;
  • blue value is 240.
RGB:
(233,158,240)
(91%,62%,94%)

RGB channels and saturation

R 233 of 255 = 91%
G 158 of 255 = 62%
B 240 of 255 = 94%

233
158
240

R + G + B ~ 82%. #E99EF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 158 + 240 = 631 (100%)
R 233 of 631 ~ 36.93%
G 158 of 631 ~ 25.04%
B 240 of 631 ~ 38.03%

%36.93
%25.04
%38.03

CMYK color model

#E99EF0 color CMYK value is (3,34,0,6).

  • cyan value is 2.92%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,34,0,6)
C3M34Y0K6 
(3%,34%,0%,6%)
(0.03/0.34/0.00/0.06)	

CMYK percentages

%2.92
%34.17
%0
%5.88

Codes

Color #E99EF0 in popluar color models

E99EF0
RGB233158240
HSL295°73.21%78.04%
HSB/HSV295°34.17%94.12%
CMYK2.92%34.17%0.00%
5.88%

Color #E99EF0 in popluar number systems.

HEXE99EF0
Decimal233158240
Binary111010011001111011110000
Octal351236360

Shades and tints

Shades of #E99EF0

#E99EF0
(233,158,240)
#D490DB
(212,144,219)
#BF82C6
(191,130,198)
#AA74B1
(170,116,177)
#95669C
(149,102,156)
#805887
(128,88,135)
#6B4A72
(107,74,114)
#563C5D
(86,60,93)
#412E48
(65,46,72)
#2C2033
(44,32,51)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #E99EF0

#E99EF0
(233,158,240)
#EBA6F1
(235,166,241)
#EDAEF2
(237,174,242)
#EFB6F3
(239,182,243)
#F1BEF4
(241,190,244)
#F3C6F5
(243,198,245)
#F5CEF6
(245,206,246)
#F7D6F7
(247,214,247)
#F9DEF8
(249,222,248)
#FBE6F9
(251,230,249)
#FDEEFA
(253,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99EF0 color. Also use rgb(233,158,240) instead hex code.

Text Font Color

.myTextColor { color: #E99EF0; }

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

This text font color is #E99EF0.


Background Color

.myBgColor { background-color: #E99EF0; }

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

This div background color is #E99EF0.


Border color

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

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

This div border color is #E99EF0.


Opacity

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

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

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

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

This text has shadow with #E99EF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99EF0 on black background.


Color preview on white background

This text has color #E99EF0 on white background.



Black color preview on #E99EF0 background

This text has black color on #E99EF0 background.


White color preview on #E99EF0 background

This text has white color on #E99EF0 background.