COLOR #E594F6

HEX: #E594F6
RGB: (229,148,246)

Color info

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

RGB color model

#E594F6 color RGB value is (229,148,246).

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

RGB channels and saturation

R 229 of 255 = 90%
G 148 of 255 = 58%
B 246 of 255 = 96%

229
148
246

R + G + B ~ 81%. #E594F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 148 + 246 = 623 (100%)
R 229 of 623 ~ 36.76%
G 148 of 623 ~ 23.76%
B 246 of 623 ~ 39.49%

%36.76
%23.76
%39.49

CMYK color model

#E594F6 color CMYK value is (7,40,0,4).

  • cyan value is 6.91%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,40,0,4)
C7M40Y0K4 
(7%,40%,0%,4%)
(0.07/0.40/0.00/0.04)	

CMYK percentages

%6.91
%39.84
%0
%3.53

Codes

Color #E594F6 in popluar color models

E594F6
RGB229148246
HSL290°84.48%77.25%
HSB/HSV290°39.84%96.47%
CMYK6.91%39.84%0.00%
3.53%

Color #E594F6 in popluar number systems.

HEXE594F6
Decimal229148246
Binary111001011001010011110110
Octal345224366

Shades and tints

Shades of #E594F6

#E594F6
(229,148,246)
#D187E0
(209,135,224)
#BD7ACA
(189,122,202)
#A96DB4
(169,109,180)
#95609E
(149,96,158)
#815388
(129,83,136)
#6D4672
(109,70,114)
#59395C
(89,57,92)
#452C46
(69,44,70)
#311F30
(49,31,48)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #E594F6

#E594F6
(229,148,246)
#E79DF6
(231,157,246)
#E9A6F6
(233,166,246)
#EBAFF6
(235,175,246)
#EDB8F6
(237,184,246)
#EFC1F6
(239,193,246)
#F1CAF6
(241,202,246)
#F3D3F6
(243,211,246)
#F5DCF6
(245,220,246)
#F7E5F6
(247,229,246)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E594F6; }

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

This text font color is #E594F6.


Background Color

.myBgColor { background-color: #E594F6; }

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

This div background color is #E594F6.


Border color

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

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

This div border color is #E594F6.


Opacity

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

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

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

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

This text has shadow with #E594F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E594F6 on black background.


Color preview on white background

This text has color #E594F6 on white background.



Black color preview on #E594F6 background

This text has black color on #E594F6 background.


White color preview on #E594F6 background

This text has white color on #E594F6 background.