COLOR #E395F5

HEX: #E395F5 RGB: (227,149,245)

Color info

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

RGB color model

#E395F5 color RGB value is (227,149,245).

RGB: (227,149,245) (89%, 58%, 96%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 245 of 255 = 96%

227
149
245

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

Portions of RGB colors in percentages

R + G + B = 227 + 149 + 245 = 621 (100%)
R 227 of 621 ~ 36.55%
G 149 of 621 ~ 23.99%
B 245 of 621 ~ 39.45'%

%36.55
%23.99
%39.45

CMYK color model

#E395F5 color CMYK value is (7,39,0,4).

  • cyan value is 7.35%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (7,39,0,4)
C7M39Y0K4 (7%, 39%, 0%, 4%)
(0.07 / 0.39 / 0.00 / 0.04)

CMYK percentages

%7.35
%39.18
%0
%3.92

Codes

Color #E395F5 in popluar color models

E3 95 F5
RGB 227 149 245
HSL 289° 82.76% 77.25%
HSB/HSV 289° 39.18% 96.08%
CMYK 7.35% 39.18% 0.00%
3.92%

Color #E395F5 in popluar number systems.

HEX E3 95 F5
Decimal 227 149 245
Binary 11100011 10010101 11110101
Octal 343 225 365

Shades and tints

Shades of #E395F5

#E395F5
(227,149,245)
#CF88DF
(207,136,223)
#BB7BC9
(187,123,201)
#A76EB3
(167,110,179)
#93619D
(147,97,157)
#7F5487
(127,84,135)
#6B4771
(107,71,113)
#573A5B
(87,58,91)
#432D45
(67,45,69)
#2F202F
(47,32,47)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E395F5

#E395F5
(227,149,245)
#E59EF5
(229,158,245)
#E7A7F5
(231,167,245)
#E9B0F5
(233,176,245)
#EBB9F5
(235,185,245)
#EDC2F5
(237,194,245)
#EFCBF5
(239,203,245)
#F1D4F5
(241,212,245)
#F3DDF5
(243,221,245)
#F5E6F5
(245,230,245)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E395F5 color. Also use rgb(227,149,245) instead hex code.

Text Font Color

.myTextColor { color: #E395F5; }

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

This text font color is #E395F5.

Background Color

.myBgColor { background-color: #E395F5; }

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

This div background color is #E395F5.

Border color

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

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

This div border color is #E395F5.

Opacity

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

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

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

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

This text has shadow with #E395F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E395F5.

Preview

Color preview on black background

This text has color #E395F5 on black background.


Color preview on white background

This text has color #E395F5 on white background.


Black color preview on #E395F5 background

This text has black color on #E395F5 background.


White color preview on #E395F5 background

This text has white color on #E395F5 background.


Related colors

Complementary color

Complementary color for #hex is #1C6A0A.


I love getcolorcode.com

Triadic colors

1 #F5E395 and #95F5E3 with #E395F5 are triadic colors.

2 #F595E3 and #95E3F5 with #E395F5 are triadic colors.