COLOR #E293B3

HEX: #E293B3
RGB: (226,147,179)

Color info

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

RGB color model

#E293B3 color RGB value is (226,147,179).

  • red value is 226;
  • green value is 147;
  • blue value is 179.
RGB:
(226,147,179)
(89%,58%,70%)

RGB channels and saturation

R 226 of 255 = 89%
G 147 of 255 = 58%
B 179 of 255 = 70%

226
147
179

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

Portions of RGB colors in percentages

R + G + B =
226 + 147 + 179 = 552 (100%)
R 226 of 552 ~ 40.94%
G 147 of 552 ~ 26.63%
B 179 of 552 ~ 32.43%

%40.94
%26.63
%32.43

CMYK color model

#E293B3 color CMYK value is (0,35,21,11).

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(0,35,21,11)
C0M35Y21K11 
(0%,35%,21%,11%)
(0.00/0.35/0.21/0.11)	

CMYK percentages

%0
%34.96
%20.8
%11.37

Codes

Color #E293B3 in popluar color models

E293B3
RGB226147179
HSL336°57.66%73.14%
HSB/HSV336°34.96%88.63%
CMYK0.00%34.96%20.80%
11.37%

Color #E293B3 in popluar number systems.

HEXE293B3
Decimal226147179
Binary111000101001001110110011
Octal342223263

Shades and tints

Shades of #E293B3

#E293B3
(226,147,179)
#CE86A3
(206,134,163)
#BA7993
(186,121,147)
#A66C83
(166,108,131)
#925F73
(146,95,115)
#7E5263
(126,82,99)
#6A4553
(106,69,83)
#563843
(86,56,67)
#422B33
(66,43,51)
#2E1E23
(46,30,35)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E293B3

#E293B3
(226,147,179)
#E49CB9
(228,156,185)
#E6A5BF
(230,165,191)
#E8AEC5
(232,174,197)
#EAB7CB
(234,183,203)
#ECC0D1
(236,192,209)
#EEC9D7
(238,201,215)
#F0D2DD
(240,210,221)
#F2DBE3
(242,219,227)
#F4E4E9
(244,228,233)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E293B3 color. Also use rgb(226,147,179) instead hex code.

Text Font Color

.myTextColor { color: #E293B3; }

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

This text font color is #E293B3.


Background Color

.myBgColor { background-color: #E293B3; }

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

This div background color is #E293B3.


Border color

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

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

This div border color is #E293B3.


Opacity

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

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

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

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

This text has shadow with #E293B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E293B3 on black background.


Color preview on white background

This text has color #E293B3 on white background.



Black color preview on #E293B3 background

This text has black color on #E293B3 background.


White color preview on #E293B3 background

This text has white color on #E293B3 background.