COLOR #E085C7

HEX: #E085C7
RGB: (224,133,199)

Color info

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

RGB color model

#E085C7 color RGB value is (224,133,199).

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

RGB channels and saturation

R 224 of 255 = 88%
G 133 of 255 = 52%
B 199 of 255 = 78%

224
133
199

R + G + B ~ 73%. #E085C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 133 + 199 = 556 (100%)
R 224 of 556 ~ 40.29%
G 133 of 556 ~ 23.92%
B 199 of 556 ~ 35.79%

%40.29
%23.92
%35.79

CMYK color model

#E085C7 color CMYK value is (0,41,11,12).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 11.16%
  • key color value is 12.16%
CMYK:
(0,41,11,12)
C0M41Y11K12 
(0%,41%,11%,12%)
(0.00/0.41/0.11/0.12)	

CMYK percentages

%0
%40.63
%11.16
%12.16

Codes

Color #E085C7 in popluar color models

E085C7
RGB224133199
HSL316°59.48%70.00%
HSB/HSV316°40.63%87.84%
CMYK0.00%40.63%11.16%
12.16%

Color #E085C7 in popluar number systems.

HEXE085C7
Decimal224133199
Binary111000001000010111000111
Octal340205307

Shades and tints

Shades of #E085C7

#E085C7
(224,133,199)
#CC79B5
(204,121,181)
#B86DA3
(184,109,163)
#A46191
(164,97,145)
#90557F
(144,85,127)
#7C496D
(124,73,109)
#683D5B
(104,61,91)
#543149
(84,49,73)
#402537
(64,37,55)
#2C1925
(44,25,37)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #E085C7

#E085C7
(224,133,199)
#E290CC
(226,144,204)
#E49BD1
(228,155,209)
#E6A6D6
(230,166,214)
#E8B1DB
(232,177,219)
#EABCE0
(234,188,224)
#ECC7E5
(236,199,229)
#EED2EA
(238,210,234)
#F0DDEF
(240,221,239)
#F2E8F4
(242,232,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E085C7; }

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

This text font color is #E085C7.


Background Color

.myBgColor { background-color: #E085C7; }

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

This div background color is #E085C7.


Border color

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

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

This div border color is #E085C7.


Opacity

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

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

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

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

This text has shadow with #E085C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E085C7 on black background.


Color preview on white background

This text has color #E085C7 on white background.



Black color preview on #E085C7 background

This text has black color on #E085C7 background.


White color preview on #E085C7 background

This text has white color on #E085C7 background.