COLOR #E491BE

HEX: #E491BE
RGB: (228,145,190)

Color info

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

RGB color model

#E491BE color RGB value is (228,145,190).

  • red value is 228;
  • green value is 145;
  • blue value is 190.
RGB:
(228,145,190)
(89%,57%,75%)

RGB channels and saturation

R 228 of 255 = 89%
G 145 of 255 = 57%
B 190 of 255 = 75%

228
145
190

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

Portions of RGB colors in percentages

R + G + B =
228 + 145 + 190 = 563 (100%)
R 228 of 563 ~ 40.5%
G 145 of 563 ~ 25.75%
B 190 of 563 ~ 33.75%

%40.5
%25.75
%33.75

CMYK color model

#E491BE color CMYK value is (0,36,17,11).

  • cyan value is 0.00%
  • magenta value is 36.40%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(0,36,17,11)
C0M36Y17K11 
(0%,36%,17%,11%)
(0.00/0.36/0.17/0.11)	

CMYK percentages

%0
%36.4
%16.67
%10.59

Codes

Color #E491BE in popluar color models

E491BE
RGB228145190
HSL327°60.58%73.14%
HSB/HSV327°36.40%89.41%
CMYK0.00%36.40%16.67%
10.59%

Color #E491BE in popluar number systems.

HEXE491BE
Decimal228145190
Binary111001001001000110111110
Octal344221276

Shades and tints

Shades of #E491BE

#E491BE
(228,145,190)
#D084AD
(208,132,173)
#BC779C
(188,119,156)
#A86A8B
(168,106,139)
#945D7A
(148,93,122)
#805069
(128,80,105)
#6C4358
(108,67,88)
#583647
(88,54,71)
#442936
(68,41,54)
#301C25
(48,28,37)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #E491BE

#E491BE
(228,145,190)
#E69BC3
(230,155,195)
#E8A5C8
(232,165,200)
#EAAFCD
(234,175,205)
#ECB9D2
(236,185,210)
#EEC3D7
(238,195,215)
#F0CDDC
(240,205,220)
#F2D7E1
(242,215,225)
#F4E1E6
(244,225,230)
#F6EBEB
(246,235,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E491BE; }

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

This text font color is #E491BE.


Background Color

.myBgColor { background-color: #E491BE; }

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

This div background color is #E491BE.


Border color

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

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

This div border color is #E491BE.


Opacity

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

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

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

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

This text has shadow with #E491BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E491BE on black background.


Color preview on white background

This text has color #E491BE on white background.



Black color preview on #E491BE background

This text has black color on #E491BE background.


White color preview on #E491BE background

This text has white color on #E491BE background.