COLOR #E899F2

HEX: #E899F2
RGB: (232,153,242)

Color info

#E899F2 contains mainly red and blue colors. Web safe color of #E899F2 is #FF99FF (or #F9F).

RGB color model

#E899F2 color RGB value is (232,153,242).

  • red value is 232;
  • green value is 153;
  • blue value is 242.
RGB:
(232,153,242)
(91%,60%,95%)

RGB channels and saturation

R 232 of 255 = 91%
G 153 of 255 = 60%
B 242 of 255 = 95%

232
153
242

R + G + B ~ 82%. #E899F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 153 + 242 = 627 (100%)
R 232 of 627 ~ 37%
G 153 of 627 ~ 24.4%
B 242 of 627 ~ 38.6%

%37
%24.4
%38.6

CMYK color model

#E899F2 color CMYK value is (4,37,0,5).

  • cyan value is 4.13%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,37,0,5)
C4M37Y0K5 
(4%,37%,0%,5%)
(0.04/0.37/0.00/0.05)	

CMYK percentages

%4.13
%36.78
%0
%5.1

Codes

Color #E899F2 in popluar color models

E899F2
RGB232153242
HSL293°77.39%77.45%
HSB/HSV293°36.78%94.90%
CMYK4.13%36.78%0.00%
5.10%

Color #E899F2 in popluar number systems.

HEXE899F2
Decimal232153242
Binary111010001001100111110010
Octal350231362

Shades and tints

Shades of #E899F2

#E899F2
(232,153,242)
#D38CDC
(211,140,220)
#BE7FC6
(190,127,198)
#A972B0
(169,114,176)
#94659A
(148,101,154)
#7F5884
(127,88,132)
#6A4B6E
(106,75,110)
#553E58
(85,62,88)
#403142
(64,49,66)
#2B242C
(43,36,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #E899F2

#E899F2
(232,153,242)
#EAA2F3
(234,162,243)
#ECABF4
(236,171,244)
#EEB4F5
(238,180,245)
#F0BDF6
(240,189,246)
#F2C6F7
(242,198,247)
#F4CFF8
(244,207,248)
#F6D8F9
(246,216,249)
#F8E1FA
(248,225,250)
#FAEAFB
(250,234,251)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E899F2 color. Also use rgb(232,153,242) instead hex code.

Text Font Color

.myTextColor { color: #E899F2; }

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

This text font color is #E899F2.


Background Color

.myBgColor { background-color: #E899F2; }

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

This div background color is #E899F2.


Border color

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

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

This div border color is #E899F2.


Opacity

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

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

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

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

This text has shadow with #E899F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E899F2 on black background.


Color preview on white background

This text has color #E899F2 on white background.



Black color preview on #E899F2 background

This text has black color on #E899F2 background.


White color preview on #E899F2 background

This text has white color on #E899F2 background.