COLOR #E59AEF

HEX: #E59AEF
RGB: (229,154,239)

Color info

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

RGB color model

#E59AEF color RGB value is (229,154,239).

  • red value is 229;
  • green value is 154;
  • blue value is 239.
RGB:
(229,154,239)
(90%,60%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 154 of 255 = 60%
B 239 of 255 = 94%

229
154
239

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

Portions of RGB colors in percentages

R + G + B =
229 + 154 + 239 = 622 (100%)
R 229 of 622 ~ 36.82%
G 154 of 622 ~ 24.76%
B 239 of 622 ~ 38.42%

%36.82
%24.76
%38.42

CMYK color model

#E59AEF color CMYK value is (4,36,0,6).

  • cyan value is 4.18%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,36,0,6)
C4M36Y0K6 
(4%,36%,0%,6%)
(0.04/0.36/0.00/0.06)	

CMYK percentages

%4.18
%35.56
%0
%6.27

Codes

Color #E59AEF in popluar color models

E59AEF
RGB229154239
HSL293°72.65%77.06%
HSB/HSV293°35.56%93.73%
CMYK4.18%35.56%0.00%
6.27%

Color #E59AEF in popluar number systems.

HEXE59AEF
Decimal229154239
Binary111001011001101011101111
Octal345232357

Shades and tints

Shades of #E59AEF

#E59AEF
(229,154,239)
#D18CDA
(209,140,218)
#BD7EC5
(189,126,197)
#A970B0
(169,112,176)
#95629B
(149,98,155)
#815486
(129,84,134)
#6D4671
(109,70,113)
#59385C
(89,56,92)
#452A47
(69,42,71)
#311C32
(49,28,50)
#1D0E1D
(29,14,29)
#000000
(0,0,0)

Tints of #E59AEF

#E59AEF
(229,154,239)
#E7A3F0
(231,163,240)
#E9ACF1
(233,172,241)
#EBB5F2
(235,181,242)
#EDBEF3
(237,190,243)
#EFC7F4
(239,199,244)
#F1D0F5
(241,208,245)
#F3D9F6
(243,217,246)
#F5E2F7
(245,226,247)
#F7EBF8
(247,235,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59AEF color. Also use rgb(229,154,239) instead hex code.

Text Font Color

.myTextColor { color: #E59AEF; }

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

This text font color is #E59AEF.


Background Color

.myBgColor { background-color: #E59AEF; }

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

This div background color is #E59AEF.


Border color

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

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

This div border color is #E59AEF.


Opacity

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

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

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

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

This text has shadow with #E59AEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59AEF on black background.


Color preview on white background

This text has color #E59AEF on white background.



Black color preview on #E59AEF background

This text has black color on #E59AEF background.


White color preview on #E59AEF background

This text has white color on #E59AEF background.