COLOR #E594E8

HEX: #E594E8
RGB: (229,148,232)

Color info

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

RGB color model

#E594E8 color RGB value is (229,148,232).

  • red value is 229;
  • green value is 148;
  • blue value is 232.
RGB:
(229,148,232)
(90%,58%,91%)

RGB channels and saturation

R 229 of 255 = 90%
G 148 of 255 = 58%
B 232 of 255 = 91%

229
148
232

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

Portions of RGB colors in percentages

R + G + B =
229 + 148 + 232 = 609 (100%)
R 229 of 609 ~ 37.6%
G 148 of 609 ~ 24.3%
B 232 of 609 ~ 38.1%

%37.6
%24.3
%38.1

CMYK color model

#E594E8 color CMYK value is (1,36,0,9).

  • cyan value is 1.29%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(1,36,0,9)
C1M36Y0K9 
(1%,36%,0%,9%)
(0.01/0.36/0.00/0.09)	

CMYK percentages

%1.29
%36.21
%0
%9.02

Codes

Color #E594E8 in popluar color models

E594E8
RGB229148232
HSL298°64.62%74.51%
HSB/HSV298°36.21%90.98%
CMYK1.29%36.21%0.00%
9.02%

Color #E594E8 in popluar number systems.

HEXE594E8
Decimal229148232
Binary111001011001010011101000
Octal345224350

Shades and tints

Shades of #E594E8

#E594E8
(229,148,232)
#D187D3
(209,135,211)
#BD7ABE
(189,122,190)
#A96DA9
(169,109,169)
#956094
(149,96,148)
#81537F
(129,83,127)
#6D466A
(109,70,106)
#593955
(89,57,85)
#452C40
(69,44,64)
#311F2B
(49,31,43)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #E594E8

#E594E8
(229,148,232)
#E79DEA
(231,157,234)
#E9A6EC
(233,166,236)
#EBAFEE
(235,175,238)
#EDB8F0
(237,184,240)
#EFC1F2
(239,193,242)
#F1CAF4
(241,202,244)
#F3D3F6
(243,211,246)
#F5DCF8
(245,220,248)
#F7E5FA
(247,229,250)
#F9EEFC
(249,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E594E8 color. Also use rgb(229,148,232) instead hex code.

Text Font Color

.myTextColor { color: #E594E8; }

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

This text font color is #E594E8.


Background Color

.myBgColor { background-color: #E594E8; }

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

This div background color is #E594E8.


Border color

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

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

This div border color is #E594E8.


Opacity

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

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

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

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

This text has shadow with #E594E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E594E8 on black background.


Color preview on white background

This text has color #E594E8 on white background.



Black color preview on #E594E8 background

This text has black color on #E594E8 background.


White color preview on #E594E8 background

This text has white color on #E594E8 background.