COLOR #E59BAE

HEX: #E59BAE RGB: (229,155,174)

Color info

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

RGB color model

#E59BAE color RGB value is (229,155,174).

RGB: (229,155,174) (90%, 61%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 155 of 255 = 61%
B 174 of 255 = 68%

229
155
174

R + G + B ~ 73%. #E59BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 155 + 174 = 558 (100%)
R 229 of 558 ~ 41.04%
G 155 of 558 ~ 27.78%
B 174 of 558 ~ 31.18'%

%41.04
%27.78
%31.18

CMYK color model

#E59BAE color CMYK value is (0,32,24,10).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK: (0,32,24,10) C0M32Y24K10 (0%,32%,24%,10%) (0.00/0.32/0.24/0.10) 

CMYK percentages

%0
%32.31
%24.02
%10.2

Codes

Color #E59BAE in popluar color models

E5 9B AE
RGB 229 155 174
HSL 345° 58.73% 75.29%
HSB/HSV 345° 32.31% 89.80%
CMYK 0.00% 32.31% 24.02%
10.20%

Color #E59BAE in popluar number systems.

HEX E5 9B AE
Decimal 229 155 174
Binary 11100101 10011011 10101110
Octal 345 233 256

Shades and tints

Shades of #E59BAE

#E59BAE
(229,155,174)
#D18D9F
(209,141,159)
#BD7F90
(189,127,144)
#A97181
(169,113,129)
#956372
(149,99,114)
#815563
(129,85,99)
#6D4754
(109,71,84)
#593945
(89,57,69)
#452B36
(69,43,54)
#311D27
(49,29,39)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #E59BAE

#E59BAE
(229,155,174)
#E7A4B5
(231,164,181)
#E9ADBC
(233,173,188)
#EBB6C3
(235,182,195)
#EDBFCA
(237,191,202)
#EFC8D1
(239,200,209)
#F1D1D8
(241,209,216)
#F3DADF
(243,218,223)
#F5E3E6
(245,227,230)
#F7ECED
(247,236,237)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59BAE color. Also use rgb(229,155,174) instead hex code.

Text Font Color

.myTextColor { color: #E59BAE; }

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

This text font color is #E59BAE.

Background Color

.myBgColor { background-color: #E59BAE; }

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

This div background color is #E59BAE.

Border color

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

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

This div border color is #E59BAE.

Opacity

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

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

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

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

This text has shadow with #E59BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E59BAE.

Preview

Color preview on black background

This text has color #E59BAE on black background.


Color preview on white background

This text has color #E59BAE on white background.


Black color preview on #E59BAE background

This text has black color on #E59BAE background.


White color preview on #E59BAE background

This text has white color on #E59BAE background.


Related colors

Complementary color

Complementary color for #hex is #1A6451.


I love getcolorcode.com

Triadic colors

1 #AEE59B and #9BAEE5 with #E59BAE are triadic colors.

2 #AE9BE5 and #9BE5AE with #E59BAE are triadic colors.