COLOR #E1759C

HEX: #E1759C RGB: (225,117,156)

Color info

#E1759C contains mainly red color. Web safe color of #E1759C is #CC6699 (or #C69).

RGB color model

#E1759C color RGB value is (225,117,156).

RGB: (225,117,156) (88%, 46%, 61%)

RGB channels and saturation

R 225 of 255 = 88%
G 117 of 255 = 46%
B 156 of 255 = 61%

225
117
156

R + G + B ~ 65%. #E1759C is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 117 + 156 = 498 (100%)
R 225 of 498 ~ 45.18%
G 117 of 498 ~ 23.49%
B 156 of 498 ~ 31.33'%

%45.18
%23.49
%31.33

CMYK color model

#E1759C color CMYK value is (0,48,31,12).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 30.67%
  • key color value is 11.76%

CMYK: (0,48,31,12)
C0M48Y31K12 (0%, 48%, 31%, 12%)
(0.00 / 0.48 / 0.31 / 0.12)

CMYK percentages

%0
%48
%30.67
%11.76

Codes

Color #E1759C in popluar color models

E1 75 9C
RGB 225 117 156
HSL 338° 64.29% 67.06%
HSB/HSV 338° 48.00% 88.24%
CMYK 0.00% 48.00% 30.67%
11.76%

Color #E1759C in popluar number systems.

HEX E1 75 9C
Decimal 225 117 156
Binary 11100001 1110101 10011100
Octal 341 165 234

Shades and tints

Shades of #E1759C

#E1759C
(225,117,156)
#CD6B8E
(205,107,142)
#B96180
(185,97,128)
#A55772
(165,87,114)
#914D64
(145,77,100)
#7D4356
(125,67,86)
#693948
(105,57,72)
#552F3A
(85,47,58)
#41252C
(65,37,44)
#2D1B1E
(45,27,30)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #E1759C

#E1759C
(225,117,156)
#E381A5
(227,129,165)
#E58DAE
(229,141,174)
#E799B7
(231,153,183)
#E9A5C0
(233,165,192)
#EBB1C9
(235,177,201)
#EDBDD2
(237,189,210)
#EFC9DB
(239,201,219)
#F1D5E4
(241,213,228)
#F3E1ED
(243,225,237)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1759C; }

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

This text font color is #E1759C.

Background Color

.myBgColor { background-color: #E1759C; }

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

This div background color is #E1759C.

Border color

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

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

This div border color is #E1759C.

Opacity

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

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

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

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

This text has shadow with #E1759C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1759C.

Preview

Color preview on black background

This text has color #E1759C on black background.


Color preview on white background

This text has color #E1759C on white background.


Black color preview on #E1759C background

This text has black color on #E1759C background.


White color preview on #E1759C background

This text has white color on #E1759C background.


Related colors

Complementary color

Complementary color for #hex is #1E8A63.


I love getcolorcode.com

Triadic colors

1 #9CE175 and #759CE1 with #E1759C are triadic colors.

2 #9C75E1 and #75E19C with #E1759C are triadic colors.