COLOR #E293C9

HEX: #E293C9
RGB: (226,147,201)

Color info

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

RGB color model

#E293C9 color RGB value is (226,147,201).

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

RGB channels and saturation

R 226 of 255 = 89%
G 147 of 255 = 58%
B 201 of 255 = 79%

226
147
201

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

Portions of RGB colors in percentages

R + G + B =
226 + 147 + 201 = 574 (100%)
R 226 of 574 ~ 39.37%
G 147 of 574 ~ 25.61%
B 201 of 574 ~ 35.02%

%39.37
%25.61
%35.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(0,35,11,11)
C0M35Y11K11 
(0%,35%,11%,11%)
(0.00/0.35/0.11/0.11)	

CMYK percentages

%0
%34.96
%11.06
%11.37

Codes

Color #E293C9 in popluar color models

E293C9
RGB226147201
HSL319°57.66%73.14%
HSB/HSV319°34.96%88.63%
CMYK0.00%34.96%11.06%
11.37%

Color #E293C9 in popluar number systems.

HEXE293C9
Decimal226147201
Binary111000101001001111001001
Octal342223311

Shades and tints

Shades of #E293C9

#E293C9
(226,147,201)
#CE86B7
(206,134,183)
#BA79A5
(186,121,165)
#A66C93
(166,108,147)
#925F81
(146,95,129)
#7E526F
(126,82,111)
#6A455D
(106,69,93)
#56384B
(86,56,75)
#422B39
(66,43,57)
#2E1E27
(46,30,39)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #E293C9

#E293C9
(226,147,201)
#E49CCD
(228,156,205)
#E6A5D1
(230,165,209)
#E8AED5
(232,174,213)
#EAB7D9
(234,183,217)
#ECC0DD
(236,192,221)
#EEC9E1
(238,201,225)
#F0D2E5
(240,210,229)
#F2DBE9
(242,219,233)
#F4E4ED
(244,228,237)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E293C9; }

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

This text font color is #E293C9.


Background Color

.myBgColor { background-color: #E293C9; }

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

This div background color is #E293C9.


Border color

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

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

This div border color is #E293C9.


Opacity

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

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

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

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

This text has shadow with #E293C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E293C9 on black background.


Color preview on white background

This text has color #E293C9 on white background.



Black color preview on #E293C9 background

This text has black color on #E293C9 background.


White color preview on #E293C9 background

This text has white color on #E293C9 background.