COLOR #E55AAC

HEX: #E55AAC RGB: (229,90,172)

Color info

#E55AAC contains mainly red and blue colors. Web safe color of #E55AAC is #CC6699 (or #C69).

RGB color model

#E55AAC color RGB value is (229,90,172).

RGB: (229,90,172) (90%, 35%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 90 of 255 = 35%
B 172 of 255 = 67%

229
90
172

R + G + B ~ 64%. #E55AAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 90 + 172 = 491 (100%)
R 229 of 491 ~ 46.64%
G 90 of 491 ~ 18.33%
B 172 of 491 ~ 35.03'%

%46.64
%18.33
%35.03

CMYK color model

#E55AAC color CMYK value is (0,61,25,10).

  • cyan value is 0.00%
  • magenta value is 60.70%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (0,61,25,10)
C0M61Y25K10 (0%, 61%, 25%, 10%)
(0.00 / 0.61 / 0.25 / 0.10)

CMYK percentages

%0
%60.7
%24.89
%10.2

Codes

Color #E55AAC in popluar color models

E5 5A AC
RGB 229 90 172
HSL 325° 72.77% 62.55%
HSB/HSV 325° 60.70% 89.80%
CMYK 0.00% 60.70% 24.89%
10.20%

Color #E55AAC in popluar number systems.

HEX E5 5A AC
Decimal 229 90 172
Binary 11100101 1011010 10101100
Octal 345 132 254

Shades and tints

Shades of #E55AAC

#E55AAC
(229,90,172)
#D1529D
(209,82,157)
#BD4A8E
(189,74,142)
#A9427F
(169,66,127)
#953A70
(149,58,112)
#813261
(129,50,97)
#6D2A52
(109,42,82)
#592243
(89,34,67)
#451A34
(69,26,52)
#311225
(49,18,37)
#1D0A16
(29,10,22)
#000000
(0,0,0)

Tints of #E55AAC

#E55AAC
(229,90,172)
#E769B3
(231,105,179)
#E978BA
(233,120,186)
#EB87C1
(235,135,193)
#ED96C8
(237,150,200)
#EFA5CF
(239,165,207)
#F1B4D6
(241,180,214)
#F3C3DD
(243,195,221)
#F5D2E4
(245,210,228)
#F7E1EB
(247,225,235)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55AAC color. Also use rgb(229,90,172) instead hex code.

Text Font Color

.myTextColor { color: #E55AAC; }

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

This text font color is #E55AAC.

Background Color

.myBgColor { background-color: #E55AAC; }

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

This div background color is #E55AAC.

Border color

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

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

This div border color is #E55AAC.

Opacity

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

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

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

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

This text has shadow with #E55AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E55AAC.

Preview

Color preview on black background

This text has color #E55AAC on black background.


Color preview on white background

This text has color #E55AAC on white background.


Black color preview on #E55AAC background

This text has black color on #E55AAC background.


White color preview on #E55AAC background

This text has white color on #E55AAC background.


Related colors

Complementary color

Complementary color for #hex is #1AA553.


I love getcolorcode.com

Triadic colors

1 #ACE55A and #5AACE5 with #E55AAC are triadic colors.

2 #AC5AE5 and #5AE5AC with #E55AAC are triadic colors.