COLOR #E596F9

HEX: #E596F9
RGB: (229,150,249)

Color info

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

RGB color model

#E596F9 color RGB value is (229,150,249).

  • red value is 229;
  • green value is 150;
  • blue value is 249.
RGB:
(229,150,249)
(90%,59%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 150 of 255 = 59%
B 249 of 255 = 98%

229
150
249

R + G + B ~ 82%. #E596F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 150 + 249 = 628 (100%)
R 229 of 628 ~ 36.46%
G 150 of 628 ~ 23.89%
B 249 of 628 ~ 39.65%

%36.46
%23.89
%39.65

CMYK color model

#E596F9 color CMYK value is (8,40,0,2).

  • cyan value is 8.03%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,40,0,2)
C8M40Y0K2 
(8%,40%,0%,2%)
(0.08/0.40/0.00/0.02)	

CMYK percentages

%8.03
%39.76
%0
%2.35

Codes

Color #E596F9 in popluar color models

E596F9
RGB229150249
HSL288°89.19%78.24%
HSB/HSV288°39.76%97.65%
CMYK8.03%39.76%0.00%
2.35%

Color #E596F9 in popluar number systems.

HEXE596F9
Decimal229150249
Binary111001011001011011111001
Octal345226371

Shades and tints

Shades of #E596F9

#E596F9
(229,150,249)
#D189E3
(209,137,227)
#BD7CCD
(189,124,205)
#A96FB7
(169,111,183)
#9562A1
(149,98,161)
#81558B
(129,85,139)
#6D4875
(109,72,117)
#593B5F
(89,59,95)
#452E49
(69,46,73)
#312133
(49,33,51)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #E596F9

#E596F9
(229,150,249)
#E79FF9
(231,159,249)
#E9A8F9
(233,168,249)
#EBB1F9
(235,177,249)
#EDBAF9
(237,186,249)
#EFC3F9
(239,195,249)
#F1CCF9
(241,204,249)
#F3D5F9
(243,213,249)
#F5DEF9
(245,222,249)
#F7E7F9
(247,231,249)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E596F9 color. Also use rgb(229,150,249) instead hex code.

Text Font Color

.myTextColor { color: #E596F9; }

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

This text font color is #E596F9.


Background Color

.myBgColor { background-color: #E596F9; }

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

This div background color is #E596F9.


Border color

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

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

This div border color is #E596F9.


Opacity

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

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

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

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

This text has shadow with #E596F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E596F9 on black background.


Color preview on white background

This text has color #E596F9 on white background.



Black color preview on #E596F9 background

This text has black color on #E596F9 background.


White color preview on #E596F9 background

This text has white color on #E596F9 background.