COLOR #E08CE9

HEX: #E08CE9 RGB: (224,140,233)

Color info

#E08CE9 contains mainly red and blue colors. Web safe color of #E08CE9 is #CC99FF (or #C9F).

RGB color model

#E08CE9 color RGB value is (224,140,233).

RGB: (224,140,233) (88%, 55%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 140 of 255 = 55%
B 233 of 255 = 91%

224
140
233

R + G + B ~ 78%. #E08CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 140 + 233 = 597 (100%)
R 224 of 597 ~ 37.52%
G 140 of 597 ~ 23.45%
B 233 of 597 ~ 39.03'%

%37.52
%23.45
%39.03

CMYK color model

#E08CE9 color CMYK value is (4,40,0,9).

  • cyan value is 3.86%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (4,40,0,9) C4M40Y0K9 (4%,40%,0%,9%) (0.04/0.40/0.00/0.09) 

CMYK percentages

%3.86
%39.91
%0
%8.63

Codes

Color #E08CE9 in popluar color models

E0 8C E9
RGB 224 140 233
HSL 294° 67.88% 73.14%
HSB/HSV 294° 39.91% 91.37%
CMYK 3.86% 39.91% 0.00%
8.63%

Color #E08CE9 in popluar number systems.

HEX E0 8C E9
Decimal 224 140 233
Binary 11100000 10001100 11101001
Octal 340 214 351

Shades and tints

Shades of #E08CE9

#E08CE9
(224,140,233)
#CC80D4
(204,128,212)
#B874BF
(184,116,191)
#A468AA
(164,104,170)
#905C95
(144,92,149)
#7C5080
(124,80,128)
#68446B
(104,68,107)
#543856
(84,56,86)
#402C41
(64,44,65)
#2C202C
(44,32,44)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E08CE9

#E08CE9
(224,140,233)
#E296EB
(226,150,235)
#E4A0ED
(228,160,237)
#E6AAEF
(230,170,239)
#E8B4F1
(232,180,241)
#EABEF3
(234,190,243)
#ECC8F5
(236,200,245)
#EED2F7
(238,210,247)
#F0DCF9
(240,220,249)
#F2E6FB
(242,230,251)
#F4F0FD
(244,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08CE9 color. Also use rgb(224,140,233) instead hex code.

Text Font Color

.myTextColor { color: #E08CE9; }

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

This text font color is #E08CE9.

Background Color

.myBgColor { background-color: #E08CE9; }

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

This div background color is #E08CE9.

Border color

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

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

This div border color is #E08CE9.

Opacity

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

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

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

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

This text has shadow with #E08CE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08CE9.

Preview

Color preview on black background

This text has color #E08CE9 on black background.


Color preview on white background

This text has color #E08CE9 on white background.


Black color preview on #E08CE9 background

This text has black color on #E08CE9 background.


White color preview on #E08CE9 background

This text has white color on #E08CE9 background.


Related colors

Complementary color

Complementary color for #hex is #1F7316.


I love getcolorcode.com

Triadic colors

1 #E9E08C and #8CE9E0 with #E08CE9 are triadic colors.

2 #E98CE0 and #8CE0E9 with #E08CE9 are triadic colors.