COLOR #E16EC3

HEX: #E16EC3
RGB: (225,110,195)

Color info

#E16EC3 contains mainly red and blue colors. Web safe color of #E16EC3 is #CC66CC (or #C6C).

RGB color model

#E16EC3 color RGB value is (225,110,195).

  • red value is 225;
  • green value is 110;
  • blue value is 195.
RGB:
(225,110,195)
(88%,43%,76%)

RGB channels and saturation

R 225 of 255 = 88%
G 110 of 255 = 43%
B 195 of 255 = 76%

225
110
195

R + G + B ~ 69%. #E16EC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 110 + 195 = 530 (100%)
R 225 of 530 ~ 42.45%
G 110 of 530 ~ 20.75%
B 195 of 530 ~ 36.79%

%42.45
%20.75
%36.79

CMYK color model

#E16EC3 color CMYK value is (0,51,13,12).

  • cyan value is 0.00%
  • magenta value is 51.11%
  • yellow value is 13.33%
  • key color value is 11.76%
CMYK:
(0,51,13,12)
C0M51Y13K12 
(0%,51%,13%,12%)
(0.00/0.51/0.13/0.12)	

CMYK percentages

%0
%51.11
%13.33
%11.76

Codes

Color #E16EC3 in popluar color models

E16EC3
RGB225110195
HSL316°65.71%65.69%
HSB/HSV316°51.11%88.24%
CMYK0.00%51.11%13.33%
11.76%

Color #E16EC3 in popluar number systems.

HEXE16EC3
Decimal225110195
Binary11100001110111011000011
Octal341156303

Shades and tints

Shades of #E16EC3

#E16EC3
(225,110,195)
#CD64B2
(205,100,178)
#B95AA1
(185,90,161)
#A55090
(165,80,144)
#91467F
(145,70,127)
#7D3C6E
(125,60,110)
#69325D
(105,50,93)
#55284C
(85,40,76)
#411E3B
(65,30,59)
#2D142A
(45,20,42)
#190A19
(25,10,25)
#000000
(0,0,0)

Tints of #E16EC3

#E16EC3
(225,110,195)
#E37BC8
(227,123,200)
#E588CD
(229,136,205)
#E795D2
(231,149,210)
#E9A2D7
(233,162,215)
#EBAFDC
(235,175,220)
#EDBCE1
(237,188,225)
#EFC9E6
(239,201,230)
#F1D6EB
(241,214,235)
#F3E3F0
(243,227,240)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E16EC3 color. Also use rgb(225,110,195) instead hex code.

Text Font Color

.myTextColor { color: #E16EC3; }

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

This text font color is #E16EC3.


Background Color

.myBgColor { background-color: #E16EC3; }

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

This div background color is #E16EC3.


Border color

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

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

This div border color is #E16EC3.


Opacity

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

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

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

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

This text has shadow with #E16EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E16EC3 on black background.


Color preview on white background

This text has color #E16EC3 on white background.



Black color preview on #E16EC3 background

This text has black color on #E16EC3 background.


White color preview on #E16EC3 background

This text has white color on #E16EC3 background.