COLOR #E294B0

HEX: #E294B0
RGB: (226,148,176)

Color info

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

RGB color model

#E294B0 color RGB value is (226,148,176).

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

RGB channels and saturation

R 226 of 255 = 89%
G 148 of 255 = 58%
B 176 of 255 = 69%

226
148
176

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

Portions of RGB colors in percentages

R + G + B =
226 + 148 + 176 = 550 (100%)
R 226 of 550 ~ 41.09%
G 148 of 550 ~ 26.91%
B 176 of 550 ~ 32%

%41.09
%26.91
%32

CMYK color model

#E294B0 color CMYK value is (0,35,22,11).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 22.12%
  • key color value is 11.37%
CMYK:
(0,35,22,11)
C0M35Y22K11 
(0%,35%,22%,11%)
(0.00/0.35/0.22/0.11)	

CMYK percentages

%0
%34.51
%22.12
%11.37

Codes

Color #E294B0 in popluar color models

E294B0
RGB226148176
HSL338°57.35%73.33%
HSB/HSV338°34.51%88.63%
CMYK0.00%34.51%22.12%
11.37%

Color #E294B0 in popluar number systems.

HEXE294B0
Decimal226148176
Binary111000101001010010110000
Octal342224260

Shades and tints

Shades of #E294B0

#E294B0
(226,148,176)
#CE87A0
(206,135,160)
#BA7A90
(186,122,144)
#A66D80
(166,109,128)
#926070
(146,96,112)
#7E5360
(126,83,96)
#6A4650
(106,70,80)
#563940
(86,57,64)
#422C30
(66,44,48)
#2E1F20
(46,31,32)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #E294B0

#E294B0
(226,148,176)
#E49DB7
(228,157,183)
#E6A6BE
(230,166,190)
#E8AFC5
(232,175,197)
#EAB8CC
(234,184,204)
#ECC1D3
(236,193,211)
#EECADA
(238,202,218)
#F0D3E1
(240,211,225)
#F2DCE8
(242,220,232)
#F4E5EF
(244,229,239)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E294B0 color. Also use rgb(226,148,176) instead hex code.

Text Font Color

.myTextColor { color: #E294B0; }

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

This text font color is #E294B0.


Background Color

.myBgColor { background-color: #E294B0; }

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

This div background color is #E294B0.


Border color

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

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

This div border color is #E294B0.


Opacity

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

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

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

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

This text has shadow with #E294B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E294B0 on black background.


Color preview on white background

This text has color #E294B0 on white background.



Black color preview on #E294B0 background

This text has black color on #E294B0 background.


White color preview on #E294B0 background

This text has white color on #E294B0 background.