COLOR #E085DD

HEX: #E085DD
RGB: (224,133,221)

Color info

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

RGB color model

#E085DD color RGB value is (224,133,221).

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

RGB channels and saturation

R 224 of 255 = 88%
G 133 of 255 = 52%
B 221 of 255 = 87%

224
133
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 133 + 221 = 578 (100%)
R 224 of 578 ~ 38.75%
G 133 of 578 ~ 23.01%
B 221 of 578 ~ 38.24%

%38.75
%23.01
%38.24

CMYK color model

#E085DD color CMYK value is (0,41,1,12).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,41,1,12)
C0M41Y1K12 
(0%,41%,1%,12%)
(0.00/0.41/0.01/0.12)	

CMYK percentages

%0
%40.63
%1.34
%12.16

Codes

Color #E085DD in popluar color models

E085DD
RGB224133221
HSL302°59.48%70.00%
HSB/HSV302°40.63%87.84%
CMYK0.00%40.63%1.34%
12.16%

Color #E085DD in popluar number systems.

HEXE085DD
Decimal224133221
Binary111000001000010111011101
Octal340205335

Shades and tints

Shades of #E085DD

#E085DD
(224,133,221)
#CC79C9
(204,121,201)
#B86DB5
(184,109,181)
#A461A1
(164,97,161)
#90558D
(144,85,141)
#7C4979
(124,73,121)
#683D65
(104,61,101)
#543151
(84,49,81)
#40253D
(64,37,61)
#2C1929
(44,25,41)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #E085DD

#E085DD
(224,133,221)
#E290E0
(226,144,224)
#E49BE3
(228,155,227)
#E6A6E6
(230,166,230)
#E8B1E9
(232,177,233)
#EABCEC
(234,188,236)
#ECC7EF
(236,199,239)
#EED2F2
(238,210,242)
#F0DDF5
(240,221,245)
#F2E8F8
(242,232,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E085DD; }

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

This text font color is #E085DD.


Background Color

.myBgColor { background-color: #E085DD; }

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

This div background color is #E085DD.


Border color

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

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

This div border color is #E085DD.


Opacity

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

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

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

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

This text has shadow with #E085DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E085DD on black background.


Color preview on white background

This text has color #E085DD on white background.



Black color preview on #E085DD background

This text has black color on #E085DD background.


White color preview on #E085DD background

This text has white color on #E085DD background.