COLOR #E584B4

HEX: #E584B4 RGB: (229,132,180)

Color info

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

RGB color model

#E584B4 color RGB value is (229,132,180).

RGB: (229,132,180) (90%, 52%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 132 of 255 = 52%
B 180 of 255 = 71%

229
132
180

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

Portions of RGB colors in percentages

R + G + B = 229 + 132 + 180 = 541 (100%)
R 229 of 541 ~ 42.33%
G 132 of 541 ~ 24.4%
B 180 of 541 ~ 33.27'%

%42.33
%24.4
%33.27

CMYK color model

#E584B4 color CMYK value is (0,42,21,10).

  • cyan value is 0.00%
  • magenta value is 42.36%
  • yellow value is 21.40%
  • key color value is 10.20%

CMYK: (0,42,21,10)
C0M42Y21K10 (0%, 42%, 21%, 10%)
(0.00 / 0.42 / 0.21 / 0.10)

CMYK percentages

%0
%42.36
%21.4
%10.2

Codes

Color #E584B4 in popluar color models

E5 84 B4
RGB 229 132 180
HSL 330° 65.10% 70.78%
HSB/HSV 330° 42.36% 89.80%
CMYK 0.00% 42.36% 21.40%
10.20%

Color #E584B4 in popluar number systems.

HEX E5 84 B4
Decimal 229 132 180
Binary 11100101 10000100 10110100
Octal 345 204 264

Shades and tints

Shades of #E584B4

#E584B4
(229,132,180)
#D178A4
(209,120,164)
#BD6C94
(189,108,148)
#A96084
(169,96,132)
#955474
(149,84,116)
#814864
(129,72,100)
#6D3C54
(109,60,84)
#593044
(89,48,68)
#452434
(69,36,52)
#311824
(49,24,36)
#1D0C14
(29,12,20)
#000000
(0,0,0)

Tints of #E584B4

#E584B4
(229,132,180)
#E78FBA
(231,143,186)
#E99AC0
(233,154,192)
#EBA5C6
(235,165,198)
#EDB0CC
(237,176,204)
#EFBBD2
(239,187,210)
#F1C6D8
(241,198,216)
#F3D1DE
(243,209,222)
#F5DCE4
(245,220,228)
#F7E7EA
(247,231,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E584B4 color. Also use rgb(229,132,180) instead hex code.

Text Font Color

.myTextColor { color: #E584B4; }

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

This text font color is #E584B4.

Background Color

.myBgColor { background-color: #E584B4; }

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

This div background color is #E584B4.

Border color

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

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

This div border color is #E584B4.

Opacity

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

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

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

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

This text has shadow with #E584B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E584B4.

Preview

Color preview on black background

This text has color #E584B4 on black background.


Color preview on white background

This text has color #E584B4 on white background.


Black color preview on #E584B4 background

This text has black color on #E584B4 background.


White color preview on #E584B4 background

This text has white color on #E584B4 background.


Related colors

Complementary color

Complementary color for #hex is #1A7B4B.


I love getcolorcode.com

Triadic colors

1 #B4E584 and #84B4E5 with #E584B4 are triadic colors.

2 #B484E5 and #84E5B4 with #E584B4 are triadic colors.