COLOR #E175DC

HEX: #E175DC
RGB: (225,117,220)

Color info

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

RGB color model

#E175DC color RGB value is (225,117,220).

  • red value is 225;
  • green value is 117;
  • blue value is 220.
RGB:
(225,117,220)
(88%,46%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 117 of 255 = 46%
B 220 of 255 = 86%

225
117
220

R + G + B ~ 73%. #E175DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 117 + 220 = 562 (100%)
R 225 of 562 ~ 40.04%
G 117 of 562 ~ 20.82%
B 220 of 562 ~ 39.15%

%40.04
%20.82
%39.15

CMYK color model

#E175DC color CMYK value is (0,48,2,12).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,48,2,12)
C0M48Y2K12 
(0%,48%,2%,12%)
(0.00/0.48/0.02/0.12)	

CMYK percentages

%0
%48
%2.22
%11.76

Codes

Color #E175DC in popluar color models

E175DC
RGB225117220
HSL303°64.29%67.06%
HSB/HSV303°48.00%88.24%
CMYK0.00%48.00%2.22%
11.76%

Color #E175DC in popluar number systems.

HEXE175DC
Decimal225117220
Binary11100001111010111011100
Octal341165334

Shades and tints

Shades of #E175DC

#E175DC
(225,117,220)
#CD6BC8
(205,107,200)
#B961B4
(185,97,180)
#A557A0
(165,87,160)
#914D8C
(145,77,140)
#7D4378
(125,67,120)
#693964
(105,57,100)
#552F50
(85,47,80)
#41253C
(65,37,60)
#2D1B28
(45,27,40)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #E175DC

#E175DC
(225,117,220)
#E381DF
(227,129,223)
#E58DE2
(229,141,226)
#E799E5
(231,153,229)
#E9A5E8
(233,165,232)
#EBB1EB
(235,177,235)
#EDBDEE
(237,189,238)
#EFC9F1
(239,201,241)
#F1D5F4
(241,213,244)
#F3E1F7
(243,225,247)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E175DC color. Also use rgb(225,117,220) instead hex code.

Text Font Color

.myTextColor { color: #E175DC; }

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

This text font color is #E175DC.


Background Color

.myBgColor { background-color: #E175DC; }

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

This div background color is #E175DC.


Border color

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

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

This div border color is #E175DC.


Opacity

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

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

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

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

This text has shadow with #E175DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E175DC on black background.


Color preview on white background

This text has color #E175DC on white background.



Black color preview on #E175DC background

This text has black color on #E175DC background.


White color preview on #E175DC background

This text has white color on #E175DC background.