COLOR #E194DE

HEX: #E194DE
RGB: (225,148,222)

Color info

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

RGB color model

#E194DE color RGB value is (225,148,222).

  • red value is 225;
  • green value is 148;
  • blue value is 222.
RGB:
(225,148,222)
(88%,58%,87%)

RGB channels and saturation

R 225 of 255 = 88%
G 148 of 255 = 58%
B 222 of 255 = 87%

225
148
222

R + G + B ~ 78%. #E194DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 148 + 222 = 595 (100%)
R 225 of 595 ~ 37.82%
G 148 of 595 ~ 24.87%
B 222 of 595 ~ 37.31%

%37.82
%24.87
%37.31

CMYK color model

#E194DE color CMYK value is (0,34,1,12).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(0,34,1,12)
C0M34Y1K12 
(0%,34%,1%,12%)
(0.00/0.34/0.01/0.12)	

CMYK percentages

%0
%34.22
%1.33
%11.76

Codes

Color #E194DE in popluar color models

E194DE
RGB225148222
HSL302°56.20%73.14%
HSB/HSV302°34.22%88.24%
CMYK0.00%34.22%1.33%
11.76%

Color #E194DE in popluar number systems.

HEXE194DE
Decimal225148222
Binary111000011001010011011110
Octal341224336

Shades and tints

Shades of #E194DE

#E194DE
(225,148,222)
#CD87CA
(205,135,202)
#B97AB6
(185,122,182)
#A56DA2
(165,109,162)
#91608E
(145,96,142)
#7D537A
(125,83,122)
#694666
(105,70,102)
#553952
(85,57,82)
#412C3E
(65,44,62)
#2D1F2A
(45,31,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #E194DE

#E194DE
(225,148,222)
#E39DE1
(227,157,225)
#E5A6E4
(229,166,228)
#E7AFE7
(231,175,231)
#E9B8EA
(233,184,234)
#EBC1ED
(235,193,237)
#EDCAF0
(237,202,240)
#EFD3F3
(239,211,243)
#F1DCF6
(241,220,246)
#F3E5F9
(243,229,249)
#F5EEFC
(245,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E194DE color. Also use rgb(225,148,222) instead hex code.

Text Font Color

.myTextColor { color: #E194DE; }

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

This text font color is #E194DE.


Background Color

.myBgColor { background-color: #E194DE; }

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

This div background color is #E194DE.


Border color

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

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

This div border color is #E194DE.


Opacity

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

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

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

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

This text has shadow with #E194DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E194DE on black background.


Color preview on white background

This text has color #E194DE on white background.



Black color preview on #E194DE background

This text has black color on #E194DE background.


White color preview on #E194DE background

This text has white color on #E194DE background.