COLOR #E17BAE

HEX: #E17BAE RGB: (225,123,174)

Color info

#E17BAE contains mainly red and blue colors. Web safe color of #E17BAE is #CC6699 (or #C69).

RGB color model

#E17BAE color RGB value is (225,123,174).

RGB: (225,123,174) (88%, 48%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 123 of 255 = 48%
B 174 of 255 = 68%

225
123
174

R + G + B ~ 68%. #E17BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 123 + 174 = 522 (100%)
R 225 of 522 ~ 43.1%
G 123 of 522 ~ 23.56%
B 174 of 522 ~ 33.33'%

%43.1
%23.56
%33.33

CMYK color model

#E17BAE color CMYK value is (0,45,23,12).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (0,45,23,12)
C0M45Y23K12 (0%, 45%, 23%, 12%)
(0.00 / 0.45 / 0.23 / 0.12)

CMYK percentages

%0
%45.33
%22.67
%11.76

Codes

Color #E17BAE in popluar color models

E1 7B AE
RGB 225 123 174
HSL 330° 62.96% 68.24%
HSB/HSV 330° 45.33% 88.24%
CMYK 0.00% 45.33% 22.67%
11.76%

Color #E17BAE in popluar number systems.

HEX E1 7B AE
Decimal 225 123 174
Binary 11100001 1111011 10101110
Octal 341 173 256

Shades and tints

Shades of #E17BAE

#E17BAE
(225,123,174)
#CD709F
(205,112,159)
#B96590
(185,101,144)
#A55A81
(165,90,129)
#914F72
(145,79,114)
#7D4463
(125,68,99)
#693954
(105,57,84)
#552E45
(85,46,69)
#412336
(65,35,54)
#2D1827
(45,24,39)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #E17BAE

#E17BAE
(225,123,174)
#E387B5
(227,135,181)
#E593BC
(229,147,188)
#E79FC3
(231,159,195)
#E9ABCA
(233,171,202)
#EBB7D1
(235,183,209)
#EDC3D8
(237,195,216)
#EFCFDF
(239,207,223)
#F1DBE6
(241,219,230)
#F3E7ED
(243,231,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17BAE color. Also use rgb(225,123,174) instead hex code.

Text Font Color

.myTextColor { color: #E17BAE; }

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

This text font color is #E17BAE.

Background Color

.myBgColor { background-color: #E17BAE; }

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

This div background color is #E17BAE.

Border color

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

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

This div border color is #E17BAE.

Opacity

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

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

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

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

This text has shadow with #E17BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17BAE.

Preview

Color preview on black background

This text has color #E17BAE on black background.


Color preview on white background

This text has color #E17BAE on white background.


Black color preview on #E17BAE background

This text has black color on #E17BAE background.


White color preview on #E17BAE background

This text has white color on #E17BAE background.


Related colors

Complementary color

Complementary color for #hex is #1E8451.


I love getcolorcode.com

Gradients

Color #E17BAE is used in Pale Magenta-Pink gradient.

Pale Magenta-Pink


Triadic colors

1 #AEE17B and #7BAEE1 with #E17BAE are triadic colors.

2 #AE7BE1 and #7BE1AE with #E17BAE are triadic colors.