COLOR #E299EC

HEX: #E299EC
RGB: (226,153,236)

Color info

#E299EC contains mainly red and blue colors. Web safe color of #E299EC is #CC99FF (or #C9F).

RGB color model

#E299EC color RGB value is (226,153,236).

  • red value is 226;
  • green value is 153;
  • blue value is 236.
RGB:
(226,153,236)
(89%,60%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 153 of 255 = 60%
B 236 of 255 = 93%

226
153
236

R + G + B ~ 81%. #E299EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 153 + 236 = 615 (100%)
R 226 of 615 ~ 36.75%
G 153 of 615 ~ 24.88%
B 236 of 615 ~ 38.37%

%36.75
%24.88
%38.37

CMYK color model

#E299EC color CMYK value is (4,35,0,7).

  • cyan value is 4.24%
  • magenta value is 35.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,35,0,7)
C4M35Y0K7 
(4%,35%,0%,7%)
(0.04/0.35/0.00/0.07)	

CMYK percentages

%4.24
%35.17
%0
%7.45

Codes

Color #E299EC in popluar color models

E299EC
RGB226153236
HSL293°68.60%76.27%
HSB/HSV293°35.17%92.55%
CMYK4.24%35.17%0.00%
7.45%

Color #E299EC in popluar number systems.

HEXE299EC
Decimal226153236
Binary111000101001100111101100
Octal342231354

Shades and tints

Shades of #E299EC

#E299EC
(226,153,236)
#CE8CD7
(206,140,215)
#BA7FC2
(186,127,194)
#A672AD
(166,114,173)
#926598
(146,101,152)
#7E5883
(126,88,131)
#6A4B6E
(106,75,110)
#563E59
(86,62,89)
#423144
(66,49,68)
#2E242F
(46,36,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #E299EC

#E299EC
(226,153,236)
#E4A2ED
(228,162,237)
#E6ABEE
(230,171,238)
#E8B4EF
(232,180,239)
#EABDF0
(234,189,240)
#ECC6F1
(236,198,241)
#EECFF2
(238,207,242)
#F0D8F3
(240,216,243)
#F2E1F4
(242,225,244)
#F4EAF5
(244,234,245)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E299EC color. Also use rgb(226,153,236) instead hex code.

Text Font Color

.myTextColor { color: #E299EC; }

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

This text font color is #E299EC.


Background Color

.myBgColor { background-color: #E299EC; }

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

This div background color is #E299EC.


Border color

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

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

This div border color is #E299EC.


Opacity

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

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

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

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

This text has shadow with #E299EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E299EC on black background.


Color preview on white background

This text has color #E299EC on white background.



Black color preview on #E299EC background

This text has black color on #E299EC background.


White color preview on #E299EC background

This text has white color on #E299EC background.