COLOR #E495BE

HEX: #E495BE RGB: (228,149,190)

Color info

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

RGB color model

#E495BE color RGB value is (228,149,190).

RGB: (228,149,190) (89%, 58%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 149 of 255 = 58%
B 190 of 255 = 75%

228
149
190

R + G + B ~ 74%. #E495BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 149 + 190 = 567 (100%)
R 228 of 567 ~ 40.21%
G 149 of 567 ~ 26.28%
B 190 of 567 ~ 33.51'%

%40.21
%26.28
%33.51

CMYK color model

#E495BE color CMYK value is (0,35,17,11).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 16.67%
  • key color value is 10.59%

CMYK: (0,35,17,11)
C0M35Y17K11 (0%, 35%, 17%, 11%)
(0.00 / 0.35 / 0.17 / 0.11)

CMYK percentages

%0
%34.65
%16.67
%10.59

Codes

Color #E495BE in popluar color models

E4 95 BE
RGB 228 149 190
HSL 329° 59.40% 73.92%
HSB/HSV 329° 34.65% 89.41%
CMYK 0.00% 34.65% 16.67%
10.59%

Color #E495BE in popluar number systems.

HEX E4 95 BE
Decimal 228 149 190
Binary 11100100 10010101 10111110
Octal 344 225 276

Shades and tints

Shades of #E495BE

#E495BE
(228,149,190)
#D088AD
(208,136,173)
#BC7B9C
(188,123,156)
#A86E8B
(168,110,139)
#94617A
(148,97,122)
#805469
(128,84,105)
#6C4758
(108,71,88)
#583A47
(88,58,71)
#442D36
(68,45,54)
#302025
(48,32,37)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #E495BE

#E495BE
(228,149,190)
#E69EC3
(230,158,195)
#E8A7C8
(232,167,200)
#EAB0CD
(234,176,205)
#ECB9D2
(236,185,210)
#EEC2D7
(238,194,215)
#F0CBDC
(240,203,220)
#F2D4E1
(242,212,225)
#F4DDE6
(244,221,230)
#F6E6EB
(246,230,235)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E495BE; }

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

This text font color is #E495BE.

Background Color

.myBgColor { background-color: #E495BE; }

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

This div background color is #E495BE.

Border color

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

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

This div border color is #E495BE.

Opacity

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

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

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

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

This text has shadow with #E495BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E495BE.

Preview

Color preview on black background

This text has color #E495BE on black background.


Color preview on white background

This text has color #E495BE on white background.


Black color preview on #E495BE background

This text has black color on #E495BE background.


White color preview on #E495BE background

This text has white color on #E495BE background.


Related colors

Complementary color

Complementary color for #hex is #1B6A41.


I love getcolorcode.com

Triadic colors

1 #BEE495 and #95BEE4 with #E495BE are triadic colors.

2 #BE95E4 and #95E4BE with #E495BE are triadic colors.