COLOR #E498BE

HEX: #E498BE RGB: (228,152,190)

Color info

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

RGB color model

#E498BE color RGB value is (228,152,190).

RGB: (228,152,190) (89%, 60%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 152 of 255 = 60%
B 190 of 255 = 75%

228
152
190

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

Portions of RGB colors in percentages

R + G + B = 228 + 152 + 190 = 570 (100%)
R 228 of 570 ~ 40%
G 152 of 570 ~ 26.67%
B 190 of 570 ~ 33.33'%

%40
%26.67
%33.33

CMYK color model

#E498BE color CMYK value is (0,33,17,11).

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

CMYK: (0,33,17,11)
C0M33Y17K11 (0%, 33%, 17%, 11%)
(0.00 / 0.33 / 0.17 / 0.11)

CMYK percentages

%0
%33.33
%16.67
%10.59

Codes

Color #E498BE in popluar color models

E4 98 BE
RGB 228 152 190
HSL 330° 58.46% 74.51%
HSB/HSV 330° 33.33% 89.41%
CMYK 0.00% 33.33% 16.67%
10.59%

Color #E498BE in popluar number systems.

HEX E4 98 BE
Decimal 228 152 190
Binary 11100100 10011000 10111110
Octal 344 230 276

Shades and tints

Shades of #E498BE

#E498BE
(228,152,190)
#D08BAD
(208,139,173)
#BC7E9C
(188,126,156)
#A8718B
(168,113,139)
#94647A
(148,100,122)
#805769
(128,87,105)
#6C4A58
(108,74,88)
#583D47
(88,61,71)
#443036
(68,48,54)
#302325
(48,35,37)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #E498BE

#E498BE
(228,152,190)
#E6A1C3
(230,161,195)
#E8AAC8
(232,170,200)
#EAB3CD
(234,179,205)
#ECBCD2
(236,188,210)
#EEC5D7
(238,197,215)
#F0CEDC
(240,206,220)
#F2D7E1
(242,215,225)
#F4E0E6
(244,224,230)
#F6E9EB
(246,233,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E498BE; }

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

This text font color is #E498BE.

Background Color

.myBgColor { background-color: #E498BE; }

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

This div background color is #E498BE.

Border color

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

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

This div border color is #E498BE.

Opacity

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

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

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

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

This text has shadow with #E498BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E498BE.

Preview

Color preview on black background

This text has color #E498BE on black background.


Color preview on white background

This text has color #E498BE on white background.


Black color preview on #E498BE background

This text has black color on #E498BE background.


White color preview on #E498BE background

This text has white color on #E498BE background.


Related colors

Complementary color

Complementary color for #hex is #1B6741.


I love getcolorcode.com

Triadic colors

1 #BEE498 and #98BEE4 with #E498BE are triadic colors.

2 #BE98E4 and #98E4BE with #E498BE are triadic colors.