COLOR #E17AC0

HEX: #E17AC0
RGB: (225,122,192)

Color info

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

RGB color model

#E17AC0 color RGB value is (225,122,192).

  • red value is 225;
  • green value is 122;
  • blue value is 192.
RGB:
(225,122,192)
(88%,48%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 192 of 255 = 75%

225
122
192

R + G + B ~ 70%. #E17AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 122 + 192 = 539 (100%)
R 225 of 539 ~ 41.74%
G 122 of 539 ~ 22.63%
B 192 of 539 ~ 35.62%

%41.74
%22.63
%35.62

CMYK color model

#E17AC0 color CMYK value is (0,46,15,12).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(0,46,15,12)
C0M46Y15K12 
(0%,46%,15%,12%)
(0.00/0.46/0.15/0.12)	

CMYK percentages

%0
%45.78
%14.67
%11.76

Codes

Color #E17AC0 in popluar color models

E17AC0
RGB225122192
HSL319°63.19%68.04%
HSB/HSV319°45.78%88.24%
CMYK0.00%45.78%14.67%
11.76%

Color #E17AC0 in popluar number systems.

HEXE17AC0
Decimal225122192
Binary11100001111101011000000
Octal341172300

Shades and tints

Shades of #E17AC0

#E17AC0
(225,122,192)
#CD6FAF
(205,111,175)
#B9649E
(185,100,158)
#A5598D
(165,89,141)
#914E7C
(145,78,124)
#7D436B
(125,67,107)
#69385A
(105,56,90)
#552D49
(85,45,73)
#412238
(65,34,56)
#2D1727
(45,23,39)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #E17AC0

#E17AC0
(225,122,192)
#E386C5
(227,134,197)
#E592CA
(229,146,202)
#E79ECF
(231,158,207)
#E9AAD4
(233,170,212)
#EBB6D9
(235,182,217)
#EDC2DE
(237,194,222)
#EFCEE3
(239,206,227)
#F1DAE8
(241,218,232)
#F3E6ED
(243,230,237)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17AC0 color. Also use rgb(225,122,192) instead hex code.

Text Font Color

.myTextColor { color: #E17AC0; }

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

This text font color is #E17AC0.


Background Color

.myBgColor { background-color: #E17AC0; }

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

This div background color is #E17AC0.


Border color

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

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

This div border color is #E17AC0.


Opacity

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

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

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

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

This text has shadow with #E17AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17AC0 on black background.


Color preview on white background

This text has color #E17AC0 on white background.



Black color preview on #E17AC0 background

This text has black color on #E17AC0 background.


White color preview on #E17AC0 background

This text has white color on #E17AC0 background.