COLOR #E68B83

HEX: #E68B83 RGB: (230,139,131)

Color info

#E68B83 contains mainly red color. Web safe color of #E68B83 is #CC9999 (or #C99).

RGB color model

#E68B83 color RGB value is (230,139,131).

RGB: (230,139,131) (90%, 55%, 51%)

RGB channels and saturation

R 230 of 255 = 90%
G 139 of 255 = 55%
B 131 of 255 = 51%

230
139
131

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

Portions of RGB colors in percentages

R + G + B = 230 + 139 + 131 = 500 (100%)
R 230 of 500 ~ 46%
G 139 of 500 ~ 27.8%
B 131 of 500 ~ 26.2'%

%46
%27.8
%26.2

CMYK color model

#E68B83 color CMYK value is (0,40,43,10).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 43.04%
  • key color value is 9.80%

CMYK: (0,40,43,10)
C0M40Y43K10 (0%, 40%, 43%, 10%)
(0.00 / 0.40 / 0.43 / 0.10)

CMYK percentages

%0
%39.57
%43.04
%9.8

Codes

Color #E68B83 in popluar color models

E6 8B 83
RGB 230 139 131
HSL 66.44% 70.78%
HSB/HSV 43.04% 90.20%
CMYK 0.00% 39.57% 43.04%
9.80%

Color #E68B83 in popluar number systems.

HEX E6 8B 83
Decimal 230 139 131
Binary 11100110 10001011 10000011
Octal 346 213 203

Shades and tints

Shades of #E68B83

#E68B83
(230,139,131)
#D27F78
(210,127,120)
#BE736D
(190,115,109)
#AA6762
(170,103,98)
#965B57
(150,91,87)
#824F4C
(130,79,76)
#6E4341
(110,67,65)
#5A3736
(90,55,54)
#462B2B
(70,43,43)
#321F20
(50,31,32)
#1E1315
(30,19,21)
#000000
(0,0,0)

Tints of #E68B83

#E68B83
(230,139,131)
#E8958E
(232,149,142)
#EA9F99
(234,159,153)
#ECA9A4
(236,169,164)
#EEB3AF
(238,179,175)
#F0BDBA
(240,189,186)
#F2C7C5
(242,199,197)
#F4D1D0
(244,209,208)
#F6DBDB
(246,219,219)
#F8E5E6
(248,229,230)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68B83 color. Also use rgb(230,139,131) instead hex code.

Text Font Color

.myTextColor { color: #E68B83; }

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

This text font color is #E68B83.

Background Color

.myBgColor { background-color: #E68B83; }

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

This div background color is #E68B83.

Border color

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

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

This div border color is #E68B83.

Opacity

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

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

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

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

This text has shadow with #E68B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68B83.

Preview

Color preview on black background

This text has color #E68B83 on black background.


Color preview on white background

This text has color #E68B83 on white background.


Black color preview on #E68B83 background

This text has black color on #E68B83 background.


White color preview on #E68B83 background

This text has white color on #E68B83 background.


Related colors

Complementary color

Complementary color for #hex is #19747C.


I love getcolorcode.com

Triadic colors

1 #83E68B and #8B83E6 with #E68B83 are triadic colors.

2 #838BE6 and #8BE683 with #E68B83 are triadic colors.