COLOR #E499EB

HEX: #E499EB
RGB: (228,153,235)

Color info

#E499EB contains mainly red and blue colors. Web safe color of #E499EB is #CC99FF (or #C9F).

RGB color model

#E499EB color RGB value is (228,153,235).

  • red value is 228;
  • green value is 153;
  • blue value is 235.
RGB:
(228,153,235)
(89%,60%,92%)

RGB channels and saturation

R 228 of 255 = 89%
G 153 of 255 = 60%
B 235 of 255 = 92%

228
153
235

R + G + B ~ 80%. #E499EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 153 + 235 = 616 (100%)
R 228 of 616 ~ 37.01%
G 153 of 616 ~ 24.84%
B 235 of 616 ~ 38.15%

%37.01
%24.84
%38.15

CMYK color model

#E499EB color CMYK value is (3,35,0,8).

  • cyan value is 2.98%
  • magenta value is 34.89%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,35,0,8)
C3M35Y0K8 
(3%,35%,0%,8%)
(0.03/0.35/0.00/0.08)	

CMYK percentages

%2.98
%34.89
%0
%7.84

Codes

Color #E499EB in popluar color models

E499EB
RGB228153235
HSL295°67.21%76.08%
HSB/HSV295°34.89%92.16%
CMYK2.98%34.89%0.00%
7.84%

Color #E499EB in popluar number systems.

HEXE499EB
Decimal228153235
Binary111001001001100111101011
Octal344231353

Shades and tints

Shades of #E499EB

#E499EB
(228,153,235)
#D08CD6
(208,140,214)
#BC7FC1
(188,127,193)
#A872AC
(168,114,172)
#946597
(148,101,151)
#805882
(128,88,130)
#6C4B6D
(108,75,109)
#583E58
(88,62,88)
#443143
(68,49,67)
#30242E
(48,36,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #E499EB

#E499EB
(228,153,235)
#E6A2EC
(230,162,236)
#E8ABED
(232,171,237)
#EAB4EE
(234,180,238)
#ECBDEF
(236,189,239)
#EEC6F0
(238,198,240)
#F0CFF1
(240,207,241)
#F2D8F2
(242,216,242)
#F4E1F3
(244,225,243)
#F6EAF4
(246,234,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E499EB color. Also use rgb(228,153,235) instead hex code.

Text Font Color

.myTextColor { color: #E499EB; }

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

This text font color is #E499EB.


Background Color

.myBgColor { background-color: #E499EB; }

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

This div background color is #E499EB.


Border color

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

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

This div border color is #E499EB.


Opacity

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

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

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

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

This text has shadow with #E499EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E499EB on black background.


Color preview on white background

This text has color #E499EB on white background.



Black color preview on #E499EB background

This text has black color on #E499EB background.


White color preview on #E499EB background

This text has white color on #E499EB background.