COLOR #E193EE

HEX: #E193EE RGB: (225,147,238)

Color info

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

RGB color model

#E193EE color RGB value is (225,147,238).

RGB: (225,147,238) (88%, 58%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 147 of 255 = 58%
B 238 of 255 = 93%

225
147
238

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

Portions of RGB colors in percentages

R + G + B = 225 + 147 + 238 = 610 (100%)
R 225 of 610 ~ 36.89%
G 147 of 610 ~ 24.1%
B 238 of 610 ~ 39.02'%

%36.89
%24.1
%39.02

CMYK color model

#E193EE color CMYK value is (5,38,0,7).

  • cyan value is 5.46%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,38,0,7) C5M38Y0K7 (5%,38%,0%,7%) (0.05/0.38/0.00/0.07) 

CMYK percentages

%5.46
%38.24
%0
%6.67

Codes

Color #E193EE in popluar color models

E1 93 EE
RGB 225 147 238
HSL 291° 72.80% 75.49%
HSB/HSV 291° 38.24% 93.33%
CMYK 5.46% 38.24% 0.00%
6.67%

Color #E193EE in popluar number systems.

HEX E1 93 EE
Decimal 225 147 238
Binary 11100001 10010011 11101110
Octal 341 223 356

Shades and tints

Shades of #E193EE

#E193EE
(225,147,238)
#CD86D9
(205,134,217)
#B979C4
(185,121,196)
#A56CAF
(165,108,175)
#915F9A
(145,95,154)
#7D5285
(125,82,133)
#694570
(105,69,112)
#55385B
(85,56,91)
#412B46
(65,43,70)
#2D1E31
(45,30,49)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #E193EE

#E193EE
(225,147,238)
#E39CEF
(227,156,239)
#E5A5F0
(229,165,240)
#E7AEF1
(231,174,241)
#E9B7F2
(233,183,242)
#EBC0F3
(235,192,243)
#EDC9F4
(237,201,244)
#EFD2F5
(239,210,245)
#F1DBF6
(241,219,246)
#F3E4F7
(243,228,247)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E193EE color. Also use rgb(225,147,238) instead hex code.

Text Font Color

.myTextColor { color: #E193EE; }

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

This text font color is #E193EE.

Background Color

.myBgColor { background-color: #E193EE; }

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

This div background color is #E193EE.

Border color

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

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

This div border color is #E193EE.

Opacity

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

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

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

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

This text has shadow with #E193EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E193EE.

Preview

Color preview on black background

This text has color #E193EE on black background.


Color preview on white background

This text has color #E193EE on white background.


Black color preview on #E193EE background

This text has black color on #E193EE background.


White color preview on #E193EE background

This text has white color on #E193EE background.


Related colors

Complementary color

Complementary color for #hex is #1E6C11.


I love getcolorcode.com

Triadic colors

1 #EEE193 and #93EEE1 with #E193EE are triadic colors.

2 #EE93E1 and #93E1EE with #E193EE are triadic colors.