COLOR #E493B0

HEX: #E493B0
RGB: (228,147,176)

Color info

#E493B0 contains mainly red and blue colors. Web safe color of #E493B0 is #CC9999 (or #C99).

RGB color model

#E493B0 color RGB value is (228,147,176).

  • red value is 228;
  • green value is 147;
  • blue value is 176.
RGB:
(228,147,176)
(89%,58%,69%)

RGB channels and saturation

R 228 of 255 = 89%
G 147 of 255 = 58%
B 176 of 255 = 69%

228
147
176

R + G + B ~ 72%. #E493B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 147 + 176 = 551 (100%)
R 228 of 551 ~ 41.38%
G 147 of 551 ~ 26.68%
B 176 of 551 ~ 31.94%

%41.38
%26.68
%31.94

CMYK color model

#E493B0 color CMYK value is (0,36,23,11).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 22.81%
  • key color value is 10.59%
CMYK:
(0,36,23,11)
C0M36Y23K11 
(0%,36%,23%,11%)
(0.00/0.36/0.23/0.11)	

CMYK percentages

%0
%35.53
%22.81
%10.59

Codes

Color #E493B0 in popluar color models

E493B0
RGB228147176
HSL339°60.00%73.53%
HSB/HSV339°35.53%89.41%
CMYK0.00%35.53%22.81%
10.59%

Color #E493B0 in popluar number systems.

HEXE493B0
Decimal228147176
Binary111001001001001110110000
Octal344223260

Shades and tints

Shades of #E493B0

#E493B0
(228,147,176)
#D086A0
(208,134,160)
#BC7990
(188,121,144)
#A86C80
(168,108,128)
#945F70
(148,95,112)
#805260
(128,82,96)
#6C4550
(108,69,80)
#583840
(88,56,64)
#442B30
(68,43,48)
#301E20
(48,30,32)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #E493B0

#E493B0
(228,147,176)
#E69CB7
(230,156,183)
#E8A5BE
(232,165,190)
#EAAEC5
(234,174,197)
#ECB7CC
(236,183,204)
#EEC0D3
(238,192,211)
#F0C9DA
(240,201,218)
#F2D2E1
(242,210,225)
#F4DBE8
(244,219,232)
#F6E4EF
(246,228,239)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E493B0 color. Also use rgb(228,147,176) instead hex code.

Text Font Color

.myTextColor { color: #E493B0; }

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

This text font color is #E493B0.


Background Color

.myBgColor { background-color: #E493B0; }

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

This div background color is #E493B0.


Border color

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

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

This div border color is #E493B0.


Opacity

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

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

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

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

This text has shadow with #E493B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E493B0 on black background.


Color preview on white background

This text has color #E493B0 on white background.



Black color preview on #E493B0 background

This text has black color on #E493B0 background.


White color preview on #E493B0 background

This text has white color on #E493B0 background.