COLOR #E69BC5

HEX: #E69BC5 RGB: (230,155,197)

Color info

#E69BC5 contains mainly red and blue colors. Web safe color of #E69BC5 is #CC99CC (or #C9C).

RGB color model

#E69BC5 color RGB value is (230,155,197).

RGB: (230,155,197) (90%, 61%, 77%)

RGB channels and saturation

R 230 of 255 = 90%
G 155 of 255 = 61%
B 197 of 255 = 77%

230
155
197

R + G + B ~ 76%. #E69BC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 155 + 197 = 582 (100%)
R 230 of 582 ~ 39.52%
G 155 of 582 ~ 26.63%
B 197 of 582 ~ 33.85'%

%39.52
%26.63
%33.85

CMYK color model

#E69BC5 color CMYK value is (0,33,14,10).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK: (0,33,14,10) C0M33Y14K10 (0%,33%,14%,10%) (0.00/0.33/0.14/0.10) 

CMYK percentages

%0
%32.61
%14.35
%9.8

Codes

Color #E69BC5 in popluar color models

E6 9B C5
RGB 230 155 197
HSL 326° 60.00% 75.49%
HSB/HSV 326° 32.61% 90.20%
CMYK 0.00% 32.61% 14.35%
9.80%

Color #E69BC5 in popluar number systems.

HEX E6 9B C5
Decimal 230 155 197
Binary 11100110 10011011 11000101
Octal 346 233 305

Shades and tints

Shades of #E69BC5

#E69BC5
(230,155,197)
#D28DB4
(210,141,180)
#BE7FA3
(190,127,163)
#AA7192
(170,113,146)
#966381
(150,99,129)
#825570
(130,85,112)
#6E475F
(110,71,95)
#5A394E
(90,57,78)
#462B3D
(70,43,61)
#321D2C
(50,29,44)
#1E0F1B
(30,15,27)
#000000
(0,0,0)

Tints of #E69BC5

#E69BC5
(230,155,197)
#E8A4CA
(232,164,202)
#EAADCF
(234,173,207)
#ECB6D4
(236,182,212)
#EEBFD9
(238,191,217)
#F0C8DE
(240,200,222)
#F2D1E3
(242,209,227)
#F4DAE8
(244,218,232)
#F6E3ED
(246,227,237)
#F8ECF2
(248,236,242)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69BC5 color. Also use rgb(230,155,197) instead hex code.

Text Font Color

.myTextColor { color: #E69BC5; }

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

This text font color is #E69BC5.

Background Color

.myBgColor { background-color: #E69BC5; }

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

This div background color is #E69BC5.

Border color

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

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

This div border color is #E69BC5.

Opacity

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

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

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

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

This text has shadow with #E69BC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E69BC5.

Preview

Color preview on black background

This text has color #E69BC5 on black background.


Color preview on white background

This text has color #E69BC5 on white background.


Black color preview on #E69BC5 background

This text has black color on #E69BC5 background.


White color preview on #E69BC5 background

This text has white color on #E69BC5 background.


Related colors

Complementary color

Complementary color for #hex is #19643A.


I love getcolorcode.com

Triadic colors

1 #C5E69B and #9BC5E6 with #E69BC5 are triadic colors.

2 #C59BE6 and #9BE6C5 with #E69BC5 are triadic colors.