COLOR #E395DB

HEX: #E395DB
RGB: (227,149,219)

Color info

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

RGB color model

#E395DB color RGB value is (227,149,219).

  • red value is 227;
  • green value is 149;
  • blue value is 219.
RGB:
(227,149,219)
(89%,58%,86%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 219 of 255 = 86%

227
149
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 149 + 219 = 595 (100%)
R 227 of 595 ~ 38.15%
G 149 of 595 ~ 25.04%
B 219 of 595 ~ 36.81%

%38.15
%25.04
%36.81

CMYK color model

#E395DB color CMYK value is (0,34,4,11).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK:
(0,34,4,11)
C0M34Y4K11 
(0%,34%,4%,11%)
(0.00/0.34/0.04/0.11)	

CMYK percentages

%0
%34.36
%3.52
%10.98

Codes

Color #E395DB in popluar color models

E395DB
RGB227149219
HSL306°58.21%73.73%
HSB/HSV306°34.36%89.02%
CMYK0.00%34.36%3.52%
10.98%

Color #E395DB in popluar number systems.

HEXE395DB
Decimal227149219
Binary111000111001010111011011
Octal343225333

Shades and tints

Shades of #E395DB

#E395DB
(227,149,219)
#CF88C8
(207,136,200)
#BB7BB5
(187,123,181)
#A76EA2
(167,110,162)
#93618F
(147,97,143)
#7F547C
(127,84,124)
#6B4769
(107,71,105)
#573A56
(87,58,86)
#432D43
(67,45,67)
#2F2030
(47,32,48)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #E395DB

#E395DB
(227,149,219)
#E59EDE
(229,158,222)
#E7A7E1
(231,167,225)
#E9B0E4
(233,176,228)
#EBB9E7
(235,185,231)
#EDC2EA
(237,194,234)
#EFCBED
(239,203,237)
#F1D4F0
(241,212,240)
#F3DDF3
(243,221,243)
#F5E6F6
(245,230,246)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E395DB; }

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

This text font color is #E395DB.


Background Color

.myBgColor { background-color: #E395DB; }

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

This div background color is #E395DB.


Border color

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

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

This div border color is #E395DB.


Opacity

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

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

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

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

This text has shadow with #E395DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E395DB on black background.


Color preview on white background

This text has color #E395DB on white background.



Black color preview on #E395DB background

This text has black color on #E395DB background.


White color preview on #E395DB background

This text has white color on #E395DB background.