COLOR #E490D1

HEX: #E490D1
RGB: (228,144,209)

Color info

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

RGB color model

#E490D1 color RGB value is (228,144,209).

  • red value is 228;
  • green value is 144;
  • blue value is 209.
RGB:
(228,144,209)
(89%,56%,82%)

RGB channels and saturation

R 228 of 255 = 89%
G 144 of 255 = 56%
B 209 of 255 = 82%

228
144
209

R + G + B ~ 76%. #E490D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 144 + 209 = 581 (100%)
R 228 of 581 ~ 39.24%
G 144 of 581 ~ 24.78%
B 209 of 581 ~ 35.97%

%39.24
%24.78
%35.97

CMYK color model

#E490D1 color CMYK value is (0,37,8,11).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 8.33%
  • key color value is 10.59%
CMYK:
(0,37,8,11)
C0M37Y8K11 
(0%,37%,8%,11%)
(0.00/0.37/0.08/0.11)	

CMYK percentages

%0
%36.84
%8.33
%10.59

Codes

Color #E490D1 in popluar color models

E490D1
RGB228144209
HSL314°60.87%72.94%
HSB/HSV314°36.84%89.41%
CMYK0.00%36.84%8.33%
10.59%

Color #E490D1 in popluar number systems.

HEXE490D1
Decimal228144209
Binary111001001001000011010001
Octal344220321

Shades and tints

Shades of #E490D1

#E490D1
(228,144,209)
#D083BE
(208,131,190)
#BC76AB
(188,118,171)
#A86998
(168,105,152)
#945C85
(148,92,133)
#804F72
(128,79,114)
#6C425F
(108,66,95)
#58354C
(88,53,76)
#442839
(68,40,57)
#301B26
(48,27,38)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #E490D1

#E490D1
(228,144,209)
#E69AD5
(230,154,213)
#E8A4D9
(232,164,217)
#EAAEDD
(234,174,221)
#ECB8E1
(236,184,225)
#EEC2E5
(238,194,229)
#F0CCE9
(240,204,233)
#F2D6ED
(242,214,237)
#F4E0F1
(244,224,241)
#F6EAF5
(246,234,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E490D1 color. Also use rgb(228,144,209) instead hex code.

Text Font Color

.myTextColor { color: #E490D1; }

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

This text font color is #E490D1.


Background Color

.myBgColor { background-color: #E490D1; }

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

This div background color is #E490D1.


Border color

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

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

This div border color is #E490D1.


Opacity

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

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

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

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

This text has shadow with #E490D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E490D1 on black background.


Color preview on white background

This text has color #E490D1 on white background.



Black color preview on #E490D1 background

This text has black color on #E490D1 background.


White color preview on #E490D1 background

This text has white color on #E490D1 background.