COLOR #E59FFD

HEX: #E59FFD
RGB: (229,159,253)

Color info

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

RGB color model

#E59FFD color RGB value is (229,159,253).

  • red value is 229;
  • green value is 159;
  • blue value is 253.
RGB:
(229,159,253)
(90%,62%,99%)

RGB channels and saturation

R 229 of 255 = 90%
G 159 of 255 = 62%
B 253 of 255 = 99%

229
159
253

R + G + B ~ 84%. #E59FFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 159 + 253 = 641 (100%)
R 229 of 641 ~ 35.73%
G 159 of 641 ~ 24.8%
B 253 of 641 ~ 39.47%

%35.73
%24.8
%39.47

CMYK color model

#E59FFD color CMYK value is (9,37,0,1).

  • cyan value is 9.49%
  • magenta value is 37.15%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,37,0,1)
C9M37Y0K1 
(9%,37%,0%,1%)
(0.09/0.37/0.00/0.01)	

CMYK percentages

%9.49
%37.15
%0
%0.78

Codes

Color #E59FFD in popluar color models

E59FFD
RGB229159253
HSL285°95.92%80.78%
HSB/HSV285°37.15%99.22%
CMYK9.49%37.15%0.00%
0.78%

Color #E59FFD in popluar number systems.

HEXE59FFD
Decimal229159253
Binary111001011001111111111101
Octal345237375

Shades and tints

Shades of #E59FFD

#E59FFD
(229,159,253)
#D191E6
(209,145,230)
#BD83CF
(189,131,207)
#A975B8
(169,117,184)
#9567A1
(149,103,161)
#81598A
(129,89,138)
#6D4B73
(109,75,115)
#593D5C
(89,61,92)
#452F45
(69,47,69)
#31212E
(49,33,46)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E59FFD

#E59FFD
(229,159,253)
#E7A7FD
(231,167,253)
#E9AFFD
(233,175,253)
#EBB7FD
(235,183,253)
#EDBFFD
(237,191,253)
#EFC7FD
(239,199,253)
#F1CFFD
(241,207,253)
#F3D7FD
(243,215,253)
#F5DFFD
(245,223,253)
#F7E7FD
(247,231,253)
#F9EFFD
(249,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59FFD color. Also use rgb(229,159,253) instead hex code.

Text Font Color

.myTextColor { color: #E59FFD; }

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

This text font color is #E59FFD.


Background Color

.myBgColor { background-color: #E59FFD; }

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

This div background color is #E59FFD.


Border color

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

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

This div border color is #E59FFD.


Opacity

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

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

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

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

This text has shadow with #E59FFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59FFD on black background.


Color preview on white background

This text has color #E59FFD on white background.



Black color preview on #E59FFD background

This text has black color on #E59FFD background.


White color preview on #E59FFD background

This text has white color on #E59FFD background.