COLOR #E59CFD

HEX: #E59CFD
RGB: (229,156,253)

Color info

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

RGB color model

#E59CFD color RGB value is (229,156,253).

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

RGB channels and saturation

R 229 of 255 = 90%
G 156 of 255 = 61%
B 253 of 255 = 99%

229
156
253

R + G + B ~ 83%. #E59CFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 156 + 253 = 638 (100%)
R 229 of 638 ~ 35.89%
G 156 of 638 ~ 24.45%
B 253 of 638 ~ 39.66%

%35.89
%24.45
%39.66

CMYK color model

#E59CFD color CMYK value is (9,38,0,1).

  • cyan value is 9.49%
  • magenta value is 38.34%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,38,0,1)
C9M38Y0K1 
(9%,38%,0%,1%)
(0.09/0.38/0.00/0.01)	

CMYK percentages

%9.49
%38.34
%0
%0.78

Codes

Color #E59CFD in popluar color models

E59CFD
RGB229156253
HSL285°96.04%80.20%
HSB/HSV285°38.34%99.22%
CMYK9.49%38.34%0.00%
0.78%

Color #E59CFD in popluar number systems.

HEXE59CFD
Decimal229156253
Binary111001011001110011111101
Octal345234375

Shades and tints

Shades of #E59CFD

#E59CFD
(229,156,253)
#D18EE6
(209,142,230)
#BD80CF
(189,128,207)
#A972B8
(169,114,184)
#9564A1
(149,100,161)
#81568A
(129,86,138)
#6D4873
(109,72,115)
#593A5C
(89,58,92)
#452C45
(69,44,69)
#311E2E
(49,30,46)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #E59CFD

#E59CFD
(229,156,253)
#E7A5FD
(231,165,253)
#E9AEFD
(233,174,253)
#EBB7FD
(235,183,253)
#EDC0FD
(237,192,253)
#EFC9FD
(239,201,253)
#F1D2FD
(241,210,253)
#F3DBFD
(243,219,253)
#F5E4FD
(245,228,253)
#F7EDFD
(247,237,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59CFD; }

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

This text font color is #E59CFD.


Background Color

.myBgColor { background-color: #E59CFD; }

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

This div background color is #E59CFD.


Border color

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

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

This div border color is #E59CFD.


Opacity

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

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

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

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

This text has shadow with #E59CFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59CFD on black background.


Color preview on white background

This text has color #E59CFD on white background.



Black color preview on #E59CFD background

This text has black color on #E59CFD background.


White color preview on #E59CFD background

This text has white color on #E59CFD background.