COLOR #E497EB

HEX: #E497EB
RGB: (228,151,235)

Color info

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

RGB color model

#E497EB color RGB value is (228,151,235).

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

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 235 of 255 = 92%

228
151
235

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

Portions of RGB colors in percentages

R + G + B =
228 + 151 + 235 = 614 (100%)
R 228 of 614 ~ 37.13%
G 151 of 614 ~ 24.59%
B 235 of 614 ~ 38.27%

%37.13
%24.59
%38.27

CMYK color model

#E497EB color CMYK value is (3,36,0,8).

  • cyan value is 2.98%
  • magenta value is 35.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,36,0,8)
C3M36Y0K8 
(3%,36%,0%,8%)
(0.03/0.36/0.00/0.08)	

CMYK percentages

%2.98
%35.74
%0
%7.84

Codes

Color #E497EB in popluar color models

E497EB
RGB228151235
HSL295°67.74%75.69%
HSB/HSV295°35.74%92.16%
CMYK2.98%35.74%0.00%
7.84%

Color #E497EB in popluar number systems.

HEXE497EB
Decimal228151235
Binary111001001001011111101011
Octal344227353

Shades and tints

Shades of #E497EB

#E497EB
(228,151,235)
#D08AD6
(208,138,214)
#BC7DC1
(188,125,193)
#A870AC
(168,112,172)
#946397
(148,99,151)
#805682
(128,86,130)
#6C496D
(108,73,109)
#583C58
(88,60,88)
#442F43
(68,47,67)
#30222E
(48,34,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #E497EB

#E497EB
(228,151,235)
#E6A0EC
(230,160,236)
#E8A9ED
(232,169,237)
#EAB2EE
(234,178,238)
#ECBBEF
(236,187,239)
#EEC4F0
(238,196,240)
#F0CDF1
(240,205,241)
#F2D6F2
(242,214,242)
#F4DFF3
(244,223,243)
#F6E8F4
(246,232,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E497EB; }

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

This text font color is #E497EB.


Background Color

.myBgColor { background-color: #E497EB; }

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

This div background color is #E497EB.


Border color

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

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

This div border color is #E497EB.


Opacity

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

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

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

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

This text has shadow with #E497EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E497EB on black background.


Color preview on white background

This text has color #E497EB on white background.



Black color preview on #E497EB background

This text has black color on #E497EB background.


White color preview on #E497EB background

This text has white color on #E497EB background.