COLOR #E57ABA

HEX: #E57ABA RGB: (229,122,186)

Color info

#E57ABA contains mainly red and blue colors. Web safe color of #E57ABA is #CC66CC (or #C6C).

RGB color model

#E57ABA color RGB value is (229,122,186).

RGB: (229,122,186) (90%, 48%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 122 of 255 = 48%
B 186 of 255 = 73%

229
122
186

R + G + B ~ 70%. #E57ABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 122 + 186 = 537 (100%)
R 229 of 537 ~ 42.64%
G 122 of 537 ~ 22.72%
B 186 of 537 ~ 34.64'%

%42.64
%22.72
%34.64

CMYK color model

#E57ABA color CMYK value is (0,47,19,10).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 18.78%
  • key color value is 10.20%

CMYK: (0,47,19,10)
C0M47Y19K10 (0%, 47%, 19%, 10%)
(0.00 / 0.47 / 0.19 / 0.10)

CMYK percentages

%0
%46.72
%18.78
%10.2

Codes

Color #E57ABA in popluar color models

E5 7A BA
RGB 229 122 186
HSL 324° 67.30% 68.82%
HSB/HSV 324° 46.72% 89.80%
CMYK 0.00% 46.72% 18.78%
10.20%

Color #E57ABA in popluar number systems.

HEX E5 7A BA
Decimal 229 122 186
Binary 11100101 1111010 10111010
Octal 345 172 272

Shades and tints

Shades of #E57ABA

#E57ABA
(229,122,186)
#D16FAA
(209,111,170)
#BD649A
(189,100,154)
#A9598A
(169,89,138)
#954E7A
(149,78,122)
#81436A
(129,67,106)
#6D385A
(109,56,90)
#592D4A
(89,45,74)
#45223A
(69,34,58)
#31172A
(49,23,42)
#1D0C1A
(29,12,26)
#000000
(0,0,0)

Tints of #E57ABA

#E57ABA
(229,122,186)
#E786C0
(231,134,192)
#E992C6
(233,146,198)
#EB9ECC
(235,158,204)
#EDAAD2
(237,170,210)
#EFB6D8
(239,182,216)
#F1C2DE
(241,194,222)
#F3CEE4
(243,206,228)
#F5DAEA
(245,218,234)
#F7E6F0
(247,230,240)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E57ABA color. Also use rgb(229,122,186) instead hex code.

Text Font Color

.myTextColor { color: #E57ABA; }

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

This text font color is #E57ABA.

Background Color

.myBgColor { background-color: #E57ABA; }

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

This div background color is #E57ABA.

Border color

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

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

This div border color is #E57ABA.

Opacity

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

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

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

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

This text has shadow with #E57ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E57ABA.

Preview

Color preview on black background

This text has color #E57ABA on black background.


Color preview on white background

This text has color #E57ABA on white background.


Black color preview on #E57ABA background

This text has black color on #E57ABA background.


White color preview on #E57ABA background

This text has white color on #E57ABA background.


Related colors

Complementary color

Complementary color for #hex is #1A8545.


I love getcolorcode.com

Triadic colors

1 #BAE57A and #7ABAE5 with #E57ABA are triadic colors.

2 #BA7AE5 and #7AE5BA with #E57ABA are triadic colors.