COLOR #E486A0

HEX: #E486A0 RGB: (228,134,160)

Color info

#E486A0 contains mainly red color. Web safe color of #E486A0 is #CC9999 (or #C99).

RGB color model

#E486A0 color RGB value is (228,134,160).

RGB: (228,134,160) (89%, 53%, 63%)

RGB channels and saturation

R 228 of 255 = 89%
G 134 of 255 = 53%
B 160 of 255 = 63%

228
134
160

R + G + B ~ 68%. #E486A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 134 + 160 = 522 (100%)
R 228 of 522 ~ 43.68%
G 134 of 522 ~ 25.67%
B 160 of 522 ~ 30.65'%

%43.68
%25.67
%30.65

CMYK color model

#E486A0 color CMYK value is (0,41,30,11).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK: (0,41,30,11) C0M41Y30K11 (0%,41%,30%,11%) (0.00/0.41/0.30/0.11) 

CMYK percentages

%0
%41.23
%29.82
%10.59

Codes

Color #E486A0 in popluar color models

E4 86 A0
RGB 228 134 160
HSL 343° 63.51% 70.98%
HSB/HSV 343° 41.23% 89.41%
CMYK 0.00% 41.23% 29.82%
10.59%

Color #E486A0 in popluar number systems.

HEX E4 86 A0
Decimal 228 134 160
Binary 11100100 10000110 10100000
Octal 344 206 240

Shades and tints

Shades of #E486A0

#E486A0
(228,134,160)
#D07A92
(208,122,146)
#BC6E84
(188,110,132)
#A86276
(168,98,118)
#945668
(148,86,104)
#804A5A
(128,74,90)
#6C3E4C
(108,62,76)
#58323E
(88,50,62)
#442630
(68,38,48)
#301A22
(48,26,34)
#1C0E14
(28,14,20)
#000000
(0,0,0)

Tints of #E486A0

#E486A0
(228,134,160)
#E691A8
(230,145,168)
#E89CB0
(232,156,176)
#EAA7B8
(234,167,184)
#ECB2C0
(236,178,192)
#EEBDC8
(238,189,200)
#F0C8D0
(240,200,208)
#F2D3D8
(242,211,216)
#F4DEE0
(244,222,224)
#F6E9E8
(246,233,232)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E486A0 color. Also use rgb(228,134,160) instead hex code.

Text Font Color

.myTextColor { color: #E486A0; }

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

This text font color is #E486A0.

Background Color

.myBgColor { background-color: #E486A0; }

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

This div background color is #E486A0.

Border color

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

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

This div border color is #E486A0.

Opacity

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

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

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

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

This text has shadow with #E486A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E486A0.

Preview

Color preview on black background

This text has color #E486A0 on black background.


Color preview on white background

This text has color #E486A0 on white background.


Black color preview on #E486A0 background

This text has black color on #E486A0 background.


White color preview on #E486A0 background

This text has white color on #E486A0 background.


Related colors

Complementary color

Complementary color for #hex is #1B795F.


I love getcolorcode.com

Triadic colors

1 #A0E486 and #86A0E4 with #E486A0 are triadic colors.

2 #A086E4 and #86E4A0 with #E486A0 are triadic colors.