COLOR #E399DB

HEX: #E399DB RGB: (227,153,219)

Color info

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

RGB color model

#E399DB color RGB value is (227,153,219).

RGB: (227,153,219) (89%, 60%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 153 of 255 = 60%
B 219 of 255 = 86%

227
153
219

R + G + B ~ 78%. #E399DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 153 + 219 = 599 (100%)
R 227 of 599 ~ 37.9%
G 153 of 599 ~ 25.54%
B 219 of 599 ~ 36.56'%

%37.9
%25.54
%36.56

CMYK color model

#E399DB color CMYK value is (0,33,4,11).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK: (0,33,4,11) C0M33Y4K11 (0%,33%,4%,11%) (0.00/0.33/0.04/0.11) 

CMYK percentages

%0
%32.6
%3.52
%10.98

Codes

Color #E399DB in popluar color models

E3 99 DB
RGB 227 153 219
HSL 306° 56.92% 74.51%
HSB/HSV 306° 32.60% 89.02%
CMYK 0.00% 32.60% 3.52%
10.98%

Color #E399DB in popluar number systems.

HEX E3 99 DB
Decimal 227 153 219
Binary 11100011 10011001 11011011
Octal 343 231 333

Shades and tints

Shades of #E399DB

#E399DB
(227,153,219)
#CF8CC8
(207,140,200)
#BB7FB5
(187,127,181)
#A772A2
(167,114,162)
#93658F
(147,101,143)
#7F587C
(127,88,124)
#6B4B69
(107,75,105)
#573E56
(87,62,86)
#433143
(67,49,67)
#2F2430
(47,36,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #E399DB

#E399DB
(227,153,219)
#E5A2DE
(229,162,222)
#E7ABE1
(231,171,225)
#E9B4E4
(233,180,228)
#EBBDE7
(235,189,231)
#EDC6EA
(237,198,234)
#EFCFED
(239,207,237)
#F1D8F0
(241,216,240)
#F3E1F3
(243,225,243)
#F5EAF6
(245,234,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E399DB color. Also use rgb(227,153,219) instead hex code.

Text Font Color

.myTextColor { color: #E399DB; }

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

This text font color is #E399DB.

Background Color

.myBgColor { background-color: #E399DB; }

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

This div background color is #E399DB.

Border color

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

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

This div border color is #E399DB.

Opacity

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

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

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

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

This text has shadow with #E399DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E399DB.

Preview

Color preview on black background

This text has color #E399DB on black background.


Color preview on white background

This text has color #E399DB on white background.


Black color preview on #E399DB background

This text has black color on #E399DB background.


White color preview on #E399DB background

This text has white color on #E399DB background.


Related colors

Complementary color

Complementary color for #hex is #1C6624.


I love getcolorcode.com

Triadic colors

1 #DBE399 and #99DBE3 with #E399DB are triadic colors.

2 #DB99E3 and #99E3DB with #E399DB are triadic colors.