COLOR #E174E3

HEX: #E174E3
RGB: (225,116,227)

Color info

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

RGB color model

#E174E3 color RGB value is (225,116,227).

  • red value is 225;
  • green value is 116;
  • blue value is 227.
RGB:
(225,116,227)
(88%,45%,89%)

RGB channels and saturation

R 225 of 255 = 88%
G 116 of 255 = 45%
B 227 of 255 = 89%

225
116
227

R + G + B ~ 74%. #E174E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 116 + 227 = 568 (100%)
R 225 of 568 ~ 39.61%
G 116 of 568 ~ 20.42%
B 227 of 568 ~ 39.96%

%39.61
%20.42
%39.96

CMYK color model

#E174E3 color CMYK value is (1,49,0,11).

  • cyan value is 0.88%
  • magenta value is 48.90%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(1,49,0,11)
C1M49Y0K11 
(1%,49%,0%,11%)
(0.01/0.49/0.00/0.11)	

CMYK percentages

%0.88
%48.9
%0
%10.98

Codes

Color #E174E3 in popluar color models

E174E3
RGB225116227
HSL299°66.47%67.25%
HSB/HSV299°48.90%89.02%
CMYK0.88%48.90%0.00%
10.98%

Color #E174E3 in popluar number systems.

HEXE174E3
Decimal225116227
Binary11100001111010011100011
Octal341164343

Shades and tints

Shades of #E174E3

#E174E3
(225,116,227)
#CD6ACF
(205,106,207)
#B960BB
(185,96,187)
#A556A7
(165,86,167)
#914C93
(145,76,147)
#7D427F
(125,66,127)
#69386B
(105,56,107)
#552E57
(85,46,87)
#412443
(65,36,67)
#2D1A2F
(45,26,47)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #E174E3

#E174E3
(225,116,227)
#E380E5
(227,128,229)
#E58CE7
(229,140,231)
#E798E9
(231,152,233)
#E9A4EB
(233,164,235)
#EBB0ED
(235,176,237)
#EDBCEF
(237,188,239)
#EFC8F1
(239,200,241)
#F1D4F3
(241,212,243)
#F3E0F5
(243,224,245)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E174E3 color. Also use rgb(225,116,227) instead hex code.

Text Font Color

.myTextColor { color: #E174E3; }

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

This text font color is #E174E3.


Background Color

.myBgColor { background-color: #E174E3; }

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

This div background color is #E174E3.


Border color

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

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

This div border color is #E174E3.


Opacity

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

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

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

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

This text has shadow with #E174E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E174E3 on black background.


Color preview on white background

This text has color #E174E3 on white background.



Black color preview on #E174E3 background

This text has black color on #E174E3 background.


White color preview on #E174E3 background

This text has white color on #E174E3 background.