COLOR #E495C6

HEX: #E495C6 RGB: (228,149,198)

Color info

#E495C6 contains mainly red and blue colors. Web safe color of #E495C6 is #CC99CC (or #C9C).

RGB color model

#E495C6 color RGB value is (228,149,198).

RGB: (228,149,198) (89%, 58%, 78%)

RGB channels and saturation

R 228 of 255 = 89%
G 149 of 255 = 58%
B 198 of 255 = 78%

228
149
198

R + G + B ~ 75%. #E495C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 149 + 198 = 575 (100%)
R 228 of 575 ~ 39.65%
G 149 of 575 ~ 25.91%
B 198 of 575 ~ 34.43'%

%39.65
%25.91
%34.43

CMYK color model

#E495C6 color CMYK value is (0,35,13,11).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK: (0,35,13,11) C0M35Y13K11 (0%,35%,13%,11%) (0.00/0.35/0.13/0.11) 

CMYK percentages

%0
%34.65
%13.16
%10.59

Codes

Color #E495C6 in popluar color models

E4 95 C6
RGB 228 149 198
HSL 323° 59.40% 73.92%
HSB/HSV 323° 34.65% 89.41%
CMYK 0.00% 34.65% 13.16%
10.59%

Color #E495C6 in popluar number systems.

HEX E4 95 C6
Decimal 228 149 198
Binary 11100100 10010101 11000110
Octal 344 225 306

Shades and tints

Shades of #E495C6

#E495C6
(228,149,198)
#D088B4
(208,136,180)
#BC7BA2
(188,123,162)
#A86E90
(168,110,144)
#94617E
(148,97,126)
#80546C
(128,84,108)
#6C475A
(108,71,90)
#583A48
(88,58,72)
#442D36
(68,45,54)
#302024
(48,32,36)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #E495C6

#E495C6
(228,149,198)
#E69ECB
(230,158,203)
#E8A7D0
(232,167,208)
#EAB0D5
(234,176,213)
#ECB9DA
(236,185,218)
#EEC2DF
(238,194,223)
#F0CBE4
(240,203,228)
#F2D4E9
(242,212,233)
#F4DDEE
(244,221,238)
#F6E6F3
(246,230,243)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E495C6 color. Also use rgb(228,149,198) instead hex code.

Text Font Color

.myTextColor { color: #E495C6; }

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

This text font color is #E495C6.

Background Color

.myBgColor { background-color: #E495C6; }

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

This div background color is #E495C6.

Border color

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

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

This div border color is #E495C6.

Opacity

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

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

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

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

This text has shadow with #E495C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E495C6.

Preview

Color preview on black background

This text has color #E495C6 on black background.


Color preview on white background

This text has color #E495C6 on white background.


Black color preview on #E495C6 background

This text has black color on #E495C6 background.


White color preview on #E495C6 background

This text has white color on #E495C6 background.


Related colors

Complementary color

Complementary color for #hex is #1B6A39.


I love getcolorcode.com

Triadic colors

1 #C6E495 and #95C6E4 with #E495C6 are triadic colors.

2 #C695E4 and #95E4C6 with #E495C6 are triadic colors.