COLOR #E58FB3

HEX: #E58FB3 RGB: (229,143,179)

Color info

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

RGB color model

#E58FB3 color RGB value is (229,143,179).

RGB: (229,143,179) (90%, 56%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 143 of 255 = 56%
B 179 of 255 = 70%

229
143
179

R + G + B ~ 72%. #E58FB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 143 + 179 = 551 (100%)
R 229 of 551 ~ 41.56%
G 143 of 551 ~ 25.95%
B 179 of 551 ~ 32.49'%

%41.56
%25.95
%32.49

CMYK color model

#E58FB3 color CMYK value is (0,38,22,10).

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

CMYK: (0,38,22,10)
C0M38Y22K10 (0%, 38%, 22%, 10%)
(0.00 / 0.38 / 0.22 / 0.10)

CMYK percentages

%0
%37.55
%21.83
%10.2

Codes

Color #E58FB3 in popluar color models

E5 8F B3
RGB 229 143 179
HSL 335° 62.32% 72.94%
HSB/HSV 335° 37.55% 89.80%
CMYK 0.00% 37.55% 21.83%
10.20%

Color #E58FB3 in popluar number systems.

HEX E5 8F B3
Decimal 229 143 179
Binary 11100101 10001111 10110011
Octal 345 217 263

Shades and tints

Shades of #E58FB3

#E58FB3
(229,143,179)
#D182A3
(209,130,163)
#BD7593
(189,117,147)
#A96883
(169,104,131)
#955B73
(149,91,115)
#814E63
(129,78,99)
#6D4153
(109,65,83)
#593443
(89,52,67)
#452733
(69,39,51)
#311A23
(49,26,35)
#1D0D13
(29,13,19)
#000000
(0,0,0)

Tints of #E58FB3

#E58FB3
(229,143,179)
#E799B9
(231,153,185)
#E9A3BF
(233,163,191)
#EBADC5
(235,173,197)
#EDB7CB
(237,183,203)
#EFC1D1
(239,193,209)
#F1CBD7
(241,203,215)
#F3D5DD
(243,213,221)
#F5DFE3
(245,223,227)
#F7E9E9
(247,233,233)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E58FB3; }

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

This text font color is #E58FB3.

Background Color

.myBgColor { background-color: #E58FB3; }

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

This div background color is #E58FB3.

Border color

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

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

This div border color is #E58FB3.

Opacity

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

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

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

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

This text has shadow with #E58FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E58FB3.

Preview

Color preview on black background

This text has color #E58FB3 on black background.


Color preview on white background

This text has color #E58FB3 on white background.


Black color preview on #E58FB3 background

This text has black color on #E58FB3 background.


White color preview on #E58FB3 background

This text has white color on #E58FB3 background.


Related colors

Complementary color

Complementary color for #hex is #1A704C.


I love getcolorcode.com

Triadic colors

1 #B3E58F and #8FB3E5 with #E58FB3 are triadic colors.

2 #B38FE5 and #8FE5B3 with #E58FB3 are triadic colors.