COLOR #E199EF

HEX: #E199EF
RGB: (225,153,239)

Color info

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

RGB color model

#E199EF color RGB value is (225,153,239).

  • red value is 225;
  • green value is 153;
  • blue value is 239.
RGB:
(225,153,239)
(88%,60%,94%)

RGB channels and saturation

R 225 of 255 = 88%
G 153 of 255 = 60%
B 239 of 255 = 94%

225
153
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 153 + 239 = 617 (100%)
R 225 of 617 ~ 36.47%
G 153 of 617 ~ 24.8%
B 239 of 617 ~ 38.74%

%36.47
%24.8
%38.74

CMYK color model

#E199EF color CMYK value is (6,36,0,6).

  • cyan value is 5.86%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,36,0,6)
C6M36Y0K6 
(6%,36%,0%,6%)
(0.06/0.36/0.00/0.06)	

CMYK percentages

%5.86
%35.98
%0
%6.27

Codes

Color #E199EF in popluar color models

E199EF
RGB225153239
HSL290°72.88%76.86%
HSB/HSV290°35.98%93.73%
CMYK5.86%35.98%0.00%
6.27%

Color #E199EF in popluar number systems.

HEXE199EF
Decimal225153239
Binary111000011001100111101111
Octal341231357

Shades and tints

Shades of #E199EF

#E199EF
(225,153,239)
#CD8CDA
(205,140,218)
#B97FC5
(185,127,197)
#A572B0
(165,114,176)
#91659B
(145,101,155)
#7D5886
(125,88,134)
#694B71
(105,75,113)
#553E5C
(85,62,92)
#413147
(65,49,71)
#2D2432
(45,36,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #E199EF

#E199EF
(225,153,239)
#E3A2F0
(227,162,240)
#E5ABF1
(229,171,241)
#E7B4F2
(231,180,242)
#E9BDF3
(233,189,243)
#EBC6F4
(235,198,244)
#EDCFF5
(237,207,245)
#EFD8F6
(239,216,246)
#F1E1F7
(241,225,247)
#F3EAF8
(243,234,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E199EF color. Also use rgb(225,153,239) instead hex code.

Text Font Color

.myTextColor { color: #E199EF; }

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

This text font color is #E199EF.


Background Color

.myBgColor { background-color: #E199EF; }

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

This div background color is #E199EF.


Border color

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

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

This div border color is #E199EF.


Opacity

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

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

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

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

This text has shadow with #E199EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E199EF on black background.


Color preview on white background

This text has color #E199EF on white background.



Black color preview on #E199EF background

This text has black color on #E199EF background.


White color preview on #E199EF background

This text has white color on #E199EF background.