COLOR #E085E5

HEX: #E085E5
RGB: (224,133,229)

Color info

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

RGB color model

#E085E5 color RGB value is (224,133,229).

  • red value is 224;
  • green value is 133;
  • blue value is 229.
RGB:
(224,133,229)
(88%,52%,90%)

RGB channels and saturation

R 224 of 255 = 88%
G 133 of 255 = 52%
B 229 of 255 = 90%

224
133
229

R + G + B ~ 77%. #E085E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 133 + 229 = 586 (100%)
R 224 of 586 ~ 38.23%
G 133 of 586 ~ 22.7%
B 229 of 586 ~ 39.08%

%38.23
%22.7
%39.08

CMYK color model

#E085E5 color CMYK value is (2,42,0,10).

  • cyan value is 2.18%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,42,0,10)
C2M42Y0K10 
(2%,42%,0%,10%)
(0.02/0.42/0.00/0.10)	

CMYK percentages

%2.18
%41.92
%0
%10.2

Codes

Color #E085E5 in popluar color models

E085E5
RGB224133229
HSL297°64.86%70.98%
HSB/HSV297°41.92%89.80%
CMYK2.18%41.92%0.00%
10.20%

Color #E085E5 in popluar number systems.

HEXE085E5
Decimal224133229
Binary111000001000010111100101
Octal340205345

Shades and tints

Shades of #E085E5

#E085E5
(224,133,229)
#CC79D1
(204,121,209)
#B86DBD
(184,109,189)
#A461A9
(164,97,169)
#905595
(144,85,149)
#7C4981
(124,73,129)
#683D6D
(104,61,109)
#543159
(84,49,89)
#402545
(64,37,69)
#2C1931
(44,25,49)
#180D1D
(24,13,29)
#000000
(0,0,0)

Tints of #E085E5

#E085E5
(224,133,229)
#E290E7
(226,144,231)
#E49BE9
(228,155,233)
#E6A6EB
(230,166,235)
#E8B1ED
(232,177,237)
#EABCEF
(234,188,239)
#ECC7F1
(236,199,241)
#EED2F3
(238,210,243)
#F0DDF5
(240,221,245)
#F2E8F7
(242,232,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E085E5 color. Also use rgb(224,133,229) instead hex code.

Text Font Color

.myTextColor { color: #E085E5; }

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

This text font color is #E085E5.


Background Color

.myBgColor { background-color: #E085E5; }

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

This div background color is #E085E5.


Border color

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

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

This div border color is #E085E5.


Opacity

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

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

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

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

This text has shadow with #E085E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E085E5 on black background.


Color preview on white background

This text has color #E085E5 on white background.



Black color preview on #E085E5 background

This text has black color on #E085E5 background.


White color preview on #E085E5 background

This text has white color on #E085E5 background.