COLOR #E499DF

HEX: #E499DF
RGB: (228,153,223)

Color info

#E499DF contains mainly red and blue colors. Web safe color of #E499DF is #CC99CC (or #C9C).

RGB color model

#E499DF color RGB value is (228,153,223).

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

RGB channels and saturation

R 228 of 255 = 89%
G 153 of 255 = 60%
B 223 of 255 = 87%

228
153
223

R + G + B ~ 79%. #E499DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 153 + 223 = 604 (100%)
R 228 of 604 ~ 37.75%
G 153 of 604 ~ 25.33%
B 223 of 604 ~ 36.92%

%37.75
%25.33
%36.92

CMYK color model

#E499DF color CMYK value is (0,33,2,11).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(0,33,2,11)
C0M33Y2K11 
(0%,33%,2%,11%)
(0.00/0.33/0.02/0.11)	

CMYK percentages

%0
%32.89
%2.19
%10.59

Codes

Color #E499DF in popluar color models

E499DF
RGB228153223
HSL304°58.14%74.71%
HSB/HSV304°32.89%89.41%
CMYK0.00%32.89%2.19%
10.59%

Color #E499DF in popluar number systems.

HEXE499DF
Decimal228153223
Binary111001001001100111011111
Octal344231337

Shades and tints

Shades of #E499DF

#E499DF
(228,153,223)
#D08CCB
(208,140,203)
#BC7FB7
(188,127,183)
#A872A3
(168,114,163)
#94658F
(148,101,143)
#80587B
(128,88,123)
#6C4B67
(108,75,103)
#583E53
(88,62,83)
#44313F
(68,49,63)
#30242B
(48,36,43)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E499DF

#E499DF
(228,153,223)
#E6A2E1
(230,162,225)
#E8ABE3
(232,171,227)
#EAB4E5
(234,180,229)
#ECBDE7
(236,189,231)
#EEC6E9
(238,198,233)
#F0CFEB
(240,207,235)
#F2D8ED
(242,216,237)
#F4E1EF
(244,225,239)
#F6EAF1
(246,234,241)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E499DF; }

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

This text font color is #E499DF.


Background Color

.myBgColor { background-color: #E499DF; }

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

This div background color is #E499DF.


Border color

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

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

This div border color is #E499DF.


Opacity

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

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

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

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

This text has shadow with #E499DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E499DF on black background.


Color preview on white background

This text has color #E499DF on white background.



Black color preview on #E499DF background

This text has black color on #E499DF background.


White color preview on #E499DF background

This text has white color on #E499DF background.