COLOR #E382AD

HEX: #E382AD
RGB: (227,130,173)

Color info

#E382AD contains mainly red and blue colors. Web safe color of #E382AD is #CC9999 (or #C99).

RGB color model

#E382AD color RGB value is (227,130,173).

  • red value is 227;
  • green value is 130;
  • blue value is 173.
RGB:
(227,130,173)
(89%,51%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 130 of 255 = 51%
B 173 of 255 = 68%

227
130
173

R + G + B ~ 69%. #E382AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 130 + 173 = 530 (100%)
R 227 of 530 ~ 42.83%
G 130 of 530 ~ 24.53%
B 173 of 530 ~ 32.64%

%42.83
%24.53
%32.64

CMYK color model

#E382AD color CMYK value is (0,43,24,11).

  • cyan value is 0.00%
  • magenta value is 42.73%
  • yellow value is 23.79%
  • key color value is 10.98%
CMYK:
(0,43,24,11)
C0M43Y24K11 
(0%,43%,24%,11%)
(0.00/0.43/0.24/0.11)	

CMYK percentages

%0
%42.73
%23.79
%10.98

Codes

Color #E382AD in popluar color models

E382AD
RGB227130173
HSL333°63.40%70.00%
HSB/HSV333°42.73%89.02%
CMYK0.00%42.73%23.79%
10.98%

Color #E382AD in popluar number systems.

HEXE382AD
Decimal227130173
Binary111000111000001010101101
Octal343202255

Shades and tints

Shades of #E382AD

#E382AD
(227,130,173)
#CF779E
(207,119,158)
#BB6C8F
(187,108,143)
#A76180
(167,97,128)
#935671
(147,86,113)
#7F4B62
(127,75,98)
#6B4053
(107,64,83)
#573544
(87,53,68)
#432A35
(67,42,53)
#2F1F26
(47,31,38)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E382AD

#E382AD
(227,130,173)
#E58DB4
(229,141,180)
#E798BB
(231,152,187)
#E9A3C2
(233,163,194)
#EBAEC9
(235,174,201)
#EDB9D0
(237,185,208)
#EFC4D7
(239,196,215)
#F1CFDE
(241,207,222)
#F3DAE5
(243,218,229)
#F5E5EC
(245,229,236)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E382AD color. Also use rgb(227,130,173) instead hex code.

Text Font Color

.myTextColor { color: #E382AD; }

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

This text font color is #E382AD.


Background Color

.myBgColor { background-color: #E382AD; }

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

This div background color is #E382AD.


Border color

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

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

This div border color is #E382AD.


Opacity

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

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

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

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

This text has shadow with #E382AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E382AD on black background.


Color preview on white background

This text has color #E382AD on white background.



Black color preview on #E382AD background

This text has black color on #E382AD background.


White color preview on #E382AD background

This text has white color on #E382AD background.