COLOR #E384B9

HEX: #E384B9
RGB: (227,132,185)

Color info

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

RGB color model

#E384B9 color RGB value is (227,132,185).

  • red value is 227;
  • green value is 132;
  • blue value is 185.
RGB:
(227,132,185)
(89%,52%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 132 of 255 = 52%
B 185 of 255 = 73%

227
132
185

R + G + B ~ 71%. #E384B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 132 + 185 = 544 (100%)
R 227 of 544 ~ 41.73%
G 132 of 544 ~ 24.26%
B 185 of 544 ~ 34.01%

%41.73
%24.26
%34.01

CMYK color model

#E384B9 color CMYK value is (0,42,19,11).

  • cyan value is 0.00%
  • magenta value is 41.85%
  • yellow value is 18.50%
  • key color value is 10.98%
CMYK:
(0,42,19,11)
C0M42Y19K11 
(0%,42%,19%,11%)
(0.00/0.42/0.19/0.11)	

CMYK percentages

%0
%41.85
%18.5
%10.98

Codes

Color #E384B9 in popluar color models

E384B9
RGB227132185
HSL327°62.91%70.39%
HSB/HSV327°41.85%89.02%
CMYK0.00%41.85%18.50%
10.98%

Color #E384B9 in popluar number systems.

HEXE384B9
Decimal227132185
Binary111000111000010010111001
Octal343204271

Shades and tints

Shades of #E384B9

#E384B9
(227,132,185)
#CF78A9
(207,120,169)
#BB6C99
(187,108,153)
#A76089
(167,96,137)
#935479
(147,84,121)
#7F4869
(127,72,105)
#6B3C59
(107,60,89)
#573049
(87,48,73)
#432439
(67,36,57)
#2F1829
(47,24,41)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #E384B9

#E384B9
(227,132,185)
#E58FBF
(229,143,191)
#E79AC5
(231,154,197)
#E9A5CB
(233,165,203)
#EBB0D1
(235,176,209)
#EDBBD7
(237,187,215)
#EFC6DD
(239,198,221)
#F1D1E3
(241,209,227)
#F3DCE9
(243,220,233)
#F5E7EF
(245,231,239)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E384B9 color. Also use rgb(227,132,185) instead hex code.

Text Font Color

.myTextColor { color: #E384B9; }

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

This text font color is #E384B9.


Background Color

.myBgColor { background-color: #E384B9; }

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

This div background color is #E384B9.


Border color

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

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

This div border color is #E384B9.


Opacity

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

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

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

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

This text has shadow with #E384B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E384B9 on black background.


Color preview on white background

This text has color #E384B9 on white background.



Black color preview on #E384B9 background

This text has black color on #E384B9 background.


White color preview on #E384B9 background

This text has white color on #E384B9 background.