COLOR #E299E7

HEX: #E299E7
RGB: (226,153,231)

Color info

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

RGB color model

#E299E7 color RGB value is (226,153,231).

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

RGB channels and saturation

R 226 of 255 = 89%
G 153 of 255 = 60%
B 231 of 255 = 91%

226
153
231

R + G + B ~ 80%. #E299E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 153 + 231 = 610 (100%)
R 226 of 610 ~ 37.05%
G 153 of 610 ~ 25.08%
B 231 of 610 ~ 37.87%

%37.05
%25.08
%37.87

CMYK color model

#E299E7 color CMYK value is (2,34,0,9).

  • cyan value is 2.16%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,34,0,9)
C2M34Y0K9 
(2%,34%,0%,9%)
(0.02/0.34/0.00/0.09)	

CMYK percentages

%2.16
%33.77
%0
%9.41

Codes

Color #E299E7 in popluar color models

E299E7
RGB226153231
HSL296°61.90%75.29%
HSB/HSV296°33.77%90.59%
CMYK2.16%33.77%0.00%
9.41%

Color #E299E7 in popluar number systems.

HEXE299E7
Decimal226153231
Binary111000101001100111100111
Octal342231347

Shades and tints

Shades of #E299E7

#E299E7
(226,153,231)
#CE8CD2
(206,140,210)
#BA7FBD
(186,127,189)
#A672A8
(166,114,168)
#926593
(146,101,147)
#7E587E
(126,88,126)
#6A4B69
(106,75,105)
#563E54
(86,62,84)
#42313F
(66,49,63)
#2E242A
(46,36,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #E299E7

#E299E7
(226,153,231)
#E4A2E9
(228,162,233)
#E6ABEB
(230,171,235)
#E8B4ED
(232,180,237)
#EABDEF
(234,189,239)
#ECC6F1
(236,198,241)
#EECFF3
(238,207,243)
#F0D8F5
(240,216,245)
#F2E1F7
(242,225,247)
#F4EAF9
(244,234,249)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E299E7; }

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

This text font color is #E299E7.


Background Color

.myBgColor { background-color: #E299E7; }

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

This div background color is #E299E7.


Border color

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

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

This div border color is #E299E7.


Opacity

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

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

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

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

This text has shadow with #E299E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E299E7 on black background.


Color preview on white background

This text has color #E299E7 on white background.



Black color preview on #E299E7 background

This text has black color on #E299E7 background.


White color preview on #E299E7 background

This text has white color on #E299E7 background.