COLOR #E479DB

HEX: #E479DB
RGB: (228,121,219)

Color info

#E479DB contains mainly red and blue colors. Web safe color of #E479DB is #CC66CC (or #C6C).

RGB color model

#E479DB color RGB value is (228,121,219).

  • red value is 228;
  • green value is 121;
  • blue value is 219.
RGB:
(228,121,219)
(89%,47%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 121 of 255 = 47%
B 219 of 255 = 86%

228
121
219

R + G + B ~ 74%. #E479DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 121 + 219 = 568 (100%)
R 228 of 568 ~ 40.14%
G 121 of 568 ~ 21.3%
B 219 of 568 ~ 38.56%

%40.14
%21.3
%38.56

CMYK color model

#E479DB color CMYK value is (0,47,4,11).

  • cyan value is 0.00%
  • magenta value is 46.93%
  • yellow value is 3.95%
  • key color value is 10.59%
CMYK:
(0,47,4,11)
C0M47Y4K11 
(0%,47%,4%,11%)
(0.00/0.47/0.04/0.11)	

CMYK percentages

%0
%46.93
%3.95
%10.59

Codes

Color #E479DB in popluar color models

E479DB
RGB228121219
HSL305°66.46%68.43%
HSB/HSV305°46.93%89.41%
CMYK0.00%46.93%3.95%
10.59%

Color #E479DB in popluar number systems.

HEXE479DB
Decimal228121219
Binary11100100111100111011011
Octal344171333

Shades and tints

Shades of #E479DB

#E479DB
(228,121,219)
#D06EC8
(208,110,200)
#BC63B5
(188,99,181)
#A858A2
(168,88,162)
#944D8F
(148,77,143)
#80427C
(128,66,124)
#6C3769
(108,55,105)
#582C56
(88,44,86)
#442143
(68,33,67)
#301630
(48,22,48)
#1C0B1D
(28,11,29)
#000000
(0,0,0)

Tints of #E479DB

#E479DB
(228,121,219)
#E685DE
(230,133,222)
#E891E1
(232,145,225)
#EA9DE4
(234,157,228)
#ECA9E7
(236,169,231)
#EEB5EA
(238,181,234)
#F0C1ED
(240,193,237)
#F2CDF0
(242,205,240)
#F4D9F3
(244,217,243)
#F6E5F6
(246,229,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E479DB color. Also use rgb(228,121,219) instead hex code.

Text Font Color

.myTextColor { color: #E479DB; }

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

This text font color is #E479DB.


Background Color

.myBgColor { background-color: #E479DB; }

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

This div background color is #E479DB.


Border color

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

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

This div border color is #E479DB.


Opacity

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

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

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

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

This text has shadow with #E479DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E479DB on black background.


Color preview on white background

This text has color #E479DB on white background.



Black color preview on #E479DB background

This text has black color on #E479DB background.


White color preview on #E479DB background

This text has white color on #E479DB background.