COLOR #E58FBA

HEX: #E58FBA RGB: (229,143,186)

Color info

#E58FBA contains mainly red and blue colors. Web safe color of #E58FBA is #CC99CC (or #C9C).

RGB color model

#E58FBA color RGB value is (229,143,186).

RGB: (229,143,186) (90%, 56%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 143 of 255 = 56%
B 186 of 255 = 73%

229
143
186

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

Portions of RGB colors in percentages

R + G + B = 229 + 143 + 186 = 558 (100%)
R 229 of 558 ~ 41.04%
G 143 of 558 ~ 25.63%
B 186 of 558 ~ 33.33'%

%41.04
%25.63
%33.33

CMYK color model

#E58FBA color CMYK value is (0,38,19,10).

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

CMYK: (0,38,19,10)
C0M38Y19K10 (0%, 38%, 19%, 10%)
(0.00 / 0.38 / 0.19 / 0.10)

CMYK percentages

%0
%37.55
%18.78
%10.2

Codes

Color #E58FBA in popluar color models

E5 8F BA
RGB 229 143 186
HSL 330° 62.32% 72.94%
HSB/HSV 330° 37.55% 89.80%
CMYK 0.00% 37.55% 18.78%
10.20%

Color #E58FBA in popluar number systems.

HEX E5 8F BA
Decimal 229 143 186
Binary 11100101 10001111 10111010
Octal 345 217 272

Shades and tints

Shades of #E58FBA

#E58FBA
(229,143,186)
#D182AA
(209,130,170)
#BD759A
(189,117,154)
#A9688A
(169,104,138)
#955B7A
(149,91,122)
#814E6A
(129,78,106)
#6D415A
(109,65,90)
#59344A
(89,52,74)
#45273A
(69,39,58)
#311A2A
(49,26,42)
#1D0D1A
(29,13,26)
#000000
(0,0,0)

Tints of #E58FBA

#E58FBA
(229,143,186)
#E799C0
(231,153,192)
#E9A3C6
(233,163,198)
#EBADCC
(235,173,204)
#EDB7D2
(237,183,210)
#EFC1D8
(239,193,216)
#F1CBDE
(241,203,222)
#F3D5E4
(243,213,228)
#F5DFEA
(245,223,234)
#F7E9F0
(247,233,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58FBA; }

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

This text font color is #E58FBA.

Background Color

.myBgColor { background-color: #E58FBA; }

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

This div background color is #E58FBA.

Border color

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

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

This div border color is #E58FBA.

Opacity

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

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

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

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

This text has shadow with #E58FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E58FBA.

Preview

Color preview on black background

This text has color #E58FBA on black background.


Color preview on white background

This text has color #E58FBA on white background.


Black color preview on #E58FBA background

This text has black color on #E58FBA background.


White color preview on #E58FBA background

This text has white color on #E58FBA background.


Related colors

Complementary color

Complementary color for #hex is #1A7045.


I love getcolorcode.com

Triadic colors

1 #BAE58F and #8FBAE5 with #E58FBA are triadic colors.

2 #BA8FE5 and #8FE5BA with #E58FBA are triadic colors.