COLOR #E589F7

HEX: #E589F7
RGB: (229,137,247)

Color info

#E589F7 contains mainly red and blue colors. Web safe color of #E589F7 is #CC99FF (or #C9F).

RGB color model

#E589F7 color RGB value is (229,137,247).

  • red value is 229;
  • green value is 137;
  • blue value is 247.
RGB:
(229,137,247)
(90%,54%,97%)

RGB channels and saturation

R 229 of 255 = 90%
G 137 of 255 = 54%
B 247 of 255 = 97%

229
137
247

R + G + B ~ 80%. #E589F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 137 + 247 = 613 (100%)
R 229 of 613 ~ 37.36%
G 137 of 613 ~ 22.35%
B 247 of 613 ~ 40.29%

%37.36
%22.35
%40.29

CMYK color model

#E589F7 color CMYK value is (7,45,0,3).

  • cyan value is 7.29%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,45,0,3)
C7M45Y0K3 
(7%,45%,0%,3%)
(0.07/0.45/0.00/0.03)	

CMYK percentages

%7.29
%44.53
%0
%3.14

Codes

Color #E589F7 in popluar color models

E589F7
RGB229137247
HSL290°87.30%75.29%
HSB/HSV290°44.53%96.86%
CMYK7.29%44.53%0.00%
3.14%

Color #E589F7 in popluar number systems.

HEXE589F7
Decimal229137247
Binary111001011000100111110111
Octal345211367

Shades and tints

Shades of #E589F7

#E589F7
(229,137,247)
#D17DE1
(209,125,225)
#BD71CB
(189,113,203)
#A965B5
(169,101,181)
#95599F
(149,89,159)
#814D89
(129,77,137)
#6D4173
(109,65,115)
#59355D
(89,53,93)
#452947
(69,41,71)
#311D31
(49,29,49)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #E589F7

#E589F7
(229,137,247)
#E793F7
(231,147,247)
#E99DF7
(233,157,247)
#EBA7F7
(235,167,247)
#EDB1F7
(237,177,247)
#EFBBF7
(239,187,247)
#F1C5F7
(241,197,247)
#F3CFF7
(243,207,247)
#F5D9F7
(245,217,247)
#F7E3F7
(247,227,247)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E589F7 color. Also use rgb(229,137,247) instead hex code.

Text Font Color

.myTextColor { color: #E589F7; }

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

This text font color is #E589F7.


Background Color

.myBgColor { background-color: #E589F7; }

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

This div background color is #E589F7.


Border color

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

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

This div border color is #E589F7.


Opacity

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

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

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

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

This text has shadow with #E589F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E589F7 on black background.


Color preview on white background

This text has color #E589F7 on white background.



Black color preview on #E589F7 background

This text has black color on #E589F7 background.


White color preview on #E589F7 background

This text has white color on #E589F7 background.