COLOR #E88663

HEX: #E88663
RGB: (232,134,99)

Color info

#E88663 contains mainly red color. Web safe color of #E88663 is #FF9966 (or #F96).

RGB color model

#E88663 color RGB value is (232,134,99).

  • red value is 232;
  • green value is 134;
  • blue value is 99.
RGB:
(232,134,99)
(91%,53%,39%)

RGB channels and saturation

R 232 of 255 = 91%
G 134 of 255 = 53%
B 99 of 255 = 39%

232
134
99

R + G + B ~ 61%. #E88663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 134 + 99 = 465 (100%)
R 232 of 465 ~ 49.89%
G 134 of 465 ~ 28.82%
B 99 of 465 ~ 21.29%

%49.89
%28.82
%21.29

CMYK color model

#E88663 color CMYK value is (0,42,57,9).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 57.33%
  • key color value is 9.02%
CMYK:
(0,42,57,9)
C0M42Y57K9 
(0%,42%,57%,9%)
(0.00/0.42/0.57/0.09)	

CMYK percentages

%0
%42.24
%57.33
%9.02

Codes

Color #E88663 in popluar color models

E88663
RGB23213499
HSL16°74.30%64.90%
HSB/HSV16°57.33%90.98%
CMYK0.00%42.24%57.33%
9.02%

Color #E88663 in popluar number systems.

HEXE88663
Decimal23213499
Binary11101000100001101100011
Octal350206143

Shades and tints

Shades of #E88663

#E88663
(232,134,99)
#D37A5A
(211,122,90)
#BE6E51
(190,110,81)
#A96248
(169,98,72)
#94563F
(148,86,63)
#7F4A36
(127,74,54)
#6A3E2D
(106,62,45)
#553224
(85,50,36)
#40261B
(64,38,27)
#2B1A12
(43,26,18)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #E88663

#E88663
(232,134,99)
#EA9171
(234,145,113)
#EC9C7F
(236,156,127)
#EEA78D
(238,167,141)
#F0B29B
(240,178,155)
#F2BDA9
(242,189,169)
#F4C8B7
(244,200,183)
#F6D3C5
(246,211,197)
#F8DED3
(248,222,211)
#FAE9E1
(250,233,225)
#FCF4EF
(252,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88663 color. Also use rgb(232,134,99) instead hex code.

Text Font Color

.myTextColor { color: #E88663; }

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

This text font color is #E88663.


Background Color

.myBgColor { background-color: #E88663; }

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

This div background color is #E88663.


Border color

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

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

This div border color is #E88663.


Opacity

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

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

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

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

This text has shadow with #E88663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88663 on black background.


Color preview on white background

This text has color #E88663 on white background.



Black color preview on #E88663 background

This text has black color on #E88663 background.


White color preview on #E88663 background

This text has white color on #E88663 background.