COLOR #E295E9

HEX: #E295E9
RGB: (226,149,233)

Color info

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

RGB color model

#E295E9 color RGB value is (226,149,233).

  • red value is 226;
  • green value is 149;
  • blue value is 233.
RGB:
(226,149,233)
(89%,58%,91%)

RGB channels and saturation

R 226 of 255 = 89%
G 149 of 255 = 58%
B 233 of 255 = 91%

226
149
233

R + G + B ~ 79%. #E295E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 149 + 233 = 608 (100%)
R 226 of 608 ~ 37.17%
G 149 of 608 ~ 24.51%
B 233 of 608 ~ 38.32%

%37.17
%24.51
%38.32

CMYK color model

#E295E9 color CMYK value is (3,36,0,9).

  • cyan value is 3.00%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,36,0,9)
C3M36Y0K9 
(3%,36%,0%,9%)
(0.03/0.36/0.00/0.09)	

CMYK percentages

%3
%36.05
%0
%8.63

Codes

Color #E295E9 in popluar color models

E295E9
RGB226149233
HSL295°65.63%74.90%
HSB/HSV295°36.05%91.37%
CMYK3.00%36.05%0.00%
8.63%

Color #E295E9 in popluar number systems.

HEXE295E9
Decimal226149233
Binary111000101001010111101001
Octal342225351

Shades and tints

Shades of #E295E9

#E295E9
(226,149,233)
#CE88D4
(206,136,212)
#BA7BBF
(186,123,191)
#A66EAA
(166,110,170)
#926195
(146,97,149)
#7E5480
(126,84,128)
#6A476B
(106,71,107)
#563A56
(86,58,86)
#422D41
(66,45,65)
#2E202C
(46,32,44)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #E295E9

#E295E9
(226,149,233)
#E49EEB
(228,158,235)
#E6A7ED
(230,167,237)
#E8B0EF
(232,176,239)
#EAB9F1
(234,185,241)
#ECC2F3
(236,194,243)
#EECBF5
(238,203,245)
#F0D4F7
(240,212,247)
#F2DDF9
(242,221,249)
#F4E6FB
(244,230,251)
#F6EFFD
(246,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E295E9 color. Also use rgb(226,149,233) instead hex code.

Text Font Color

.myTextColor { color: #E295E9; }

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

This text font color is #E295E9.


Background Color

.myBgColor { background-color: #E295E9; }

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

This div background color is #E295E9.


Border color

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

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

This div border color is #E295E9.


Opacity

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

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

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

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

This text has shadow with #E295E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E295E9 on black background.


Color preview on white background

This text has color #E295E9 on white background.



Black color preview on #E295E9 background

This text has black color on #E295E9 background.


White color preview on #E295E9 background

This text has white color on #E295E9 background.