COLOR #E085C8

HEX: #E085C8
RGB: (224,133,200)

Color info

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

RGB color model

#E085C8 color RGB value is (224,133,200).

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

RGB channels and saturation

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

224
133
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 133 + 200 = 557 (100%)
R 224 of 557 ~ 40.22%
G 133 of 557 ~ 23.88%
B 200 of 557 ~ 35.91%

%40.22
%23.88
%35.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 10.71%
  • 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
%10.71
%12.16

Codes

Color #E085C8 in popluar color models

E085C8
RGB224133200
HSL316°59.48%70.00%
HSB/HSV316°40.63%87.84%
CMYK0.00%40.63%10.71%
12.16%

Color #E085C8 in popluar number systems.

HEXE085C8
Decimal224133200
Binary111000001000010111001000
Octal340205310

Shades and tints

Shades of #E085C8

#E085C8
(224,133,200)
#CC79B6
(204,121,182)
#B86DA4
(184,109,164)
#A46192
(164,97,146)
#905580
(144,85,128)
#7C496E
(124,73,110)
#683D5C
(104,61,92)
#54314A
(84,49,74)
#402538
(64,37,56)
#2C1926
(44,25,38)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #E085C8

#E085C8
(224,133,200)
#E290CD
(226,144,205)
#E49BD2
(228,155,210)
#E6A6D7
(230,166,215)
#E8B1DC
(232,177,220)
#EABCE1
(234,188,225)
#ECC7E6
(236,199,230)
#EED2EB
(238,210,235)
#F0DDF0
(240,221,240)
#F2E8F5
(242,232,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E085C8; }

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

This text font color is #E085C8.


Background Color

.myBgColor { background-color: #E085C8; }

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

This div background color is #E085C8.


Border color

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

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

This div border color is #E085C8.


Opacity

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

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

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

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

This text has shadow with #E085C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E085C8 on black background.


Color preview on white background

This text has color #E085C8 on white background.



Black color preview on #E085C8 background

This text has black color on #E085C8 background.


White color preview on #E085C8 background

This text has white color on #E085C8 background.