COLOR #E592AA

HEX: #E592AA RGB: (229,146,170)

Color info

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

RGB color model

#E592AA color RGB value is (229,146,170).

RGB: (229,146,170) (90%, 57%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 146 of 255 = 57%
B 170 of 255 = 67%

229
146
170

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

Portions of RGB colors in percentages

R + G + B = 229 + 146 + 170 = 545 (100%)
R 229 of 545 ~ 42.02%
G 146 of 545 ~ 26.79%
B 170 of 545 ~ 31.19'%

%42.02
%26.79
%31.19

CMYK color model

#E592AA color CMYK value is (0,36,26,10).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 25.76%
  • key color value is 10.20%

CMYK: (0,36,26,10)
C0M36Y26K10 (0%, 36%, 26%, 10%)
(0.00 / 0.36 / 0.26 / 0.10)

CMYK percentages

%0
%36.24
%25.76
%10.2

Codes

Color #E592AA in popluar color models

E5 92 AA
RGB 229 146 170
HSL 343° 61.48% 73.53%
HSB/HSV 343° 36.24% 89.80%
CMYK 0.00% 36.24% 25.76%
10.20%

Color #E592AA in popluar number systems.

HEX E5 92 AA
Decimal 229 146 170
Binary 11100101 10010010 10101010
Octal 345 222 252

Shades and tints

Shades of #E592AA

#E592AA
(229,146,170)
#D1859B
(209,133,155)
#BD788C
(189,120,140)
#A96B7D
(169,107,125)
#955E6E
(149,94,110)
#81515F
(129,81,95)
#6D4450
(109,68,80)
#593741
(89,55,65)
#452A32
(69,42,50)
#311D23
(49,29,35)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #E592AA

#E592AA
(229,146,170)
#E79BB1
(231,155,177)
#E9A4B8
(233,164,184)
#EBADBF
(235,173,191)
#EDB6C6
(237,182,198)
#EFBFCD
(239,191,205)
#F1C8D4
(241,200,212)
#F3D1DB
(243,209,219)
#F5DAE2
(245,218,226)
#F7E3E9
(247,227,233)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E592AA color. Also use rgb(229,146,170) instead hex code.

Text Font Color

.myTextColor { color: #E592AA; }

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

This text font color is #E592AA.

Background Color

.myBgColor { background-color: #E592AA; }

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

This div background color is #E592AA.

Border color

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

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

This div border color is #E592AA.

Opacity

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

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

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

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

This text has shadow with #E592AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E592AA.

Preview

Color preview on black background

This text has color #E592AA on black background.


Color preview on white background

This text has color #E592AA on white background.


Black color preview on #E592AA background

This text has black color on #E592AA background.


White color preview on #E592AA background

This text has white color on #E592AA background.


Related colors

Complementary color

Complementary color for #hex is #1A6D55.


I love getcolorcode.com

Triadic colors

1 #AAE592 and #92AAE5 with #E592AA are triadic colors.

2 #AA92E5 and #92E5AA with #E592AA are triadic colors.