COLOR #E055C8

HEX: #E055C8
RGB: (224,85,200)

Color info

#E055C8 contains mainly red and blue colors. Web safe color of #E055C8 is #CC66CC (or #C6C).

RGB color model

#E055C8 color RGB value is (224,85,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 85 of 255 = 33%
B 200 of 255 = 78%

224
85
200

R + G + B ~ 66%. #E055C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 85 + 200 = 509 (100%)
R 224 of 509 ~ 44.01%
G 85 of 509 ~ 16.7%
B 200 of 509 ~ 39.29%

%44.01
%16.7
%39.29

CMYK color model

#E055C8 color CMYK value is (0,62,11,12).

  • cyan value is 0.00%
  • magenta value is 62.05%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,62,11,12)
C0M62Y11K12 
(0%,62%,11%,12%)
(0.00/0.62/0.11/0.12)	

CMYK percentages

%0
%62.05
%10.71
%12.16

Codes

Color #E055C8 in popluar color models

E055C8
RGB22485200
HSL310°69.15%60.59%
HSB/HSV310°62.05%87.84%
CMYK0.00%62.05%10.71%
12.16%

Color #E055C8 in popluar number systems.

HEXE055C8
Decimal22485200
Binary11100000101010111001000
Octal340125310

Shades and tints

Shades of #E055C8

#E055C8
(224,85,200)
#CC4EB6
(204,78,182)
#B847A4
(184,71,164)
#A44092
(164,64,146)
#903980
(144,57,128)
#7C326E
(124,50,110)
#682B5C
(104,43,92)
#54244A
(84,36,74)
#401D38
(64,29,56)
#2C1626
(44,22,38)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #E055C8

#E055C8
(224,85,200)
#E264CD
(226,100,205)
#E473D2
(228,115,210)
#E682D7
(230,130,215)
#E891DC
(232,145,220)
#EAA0E1
(234,160,225)
#ECAFE6
(236,175,230)
#EEBEEB
(238,190,235)
#F0CDF0
(240,205,240)
#F2DCF5
(242,220,245)
#F4EBFA
(244,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E055C8; }

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

This text font color is #E055C8.


Background Color

.myBgColor { background-color: #E055C8; }

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

This div background color is #E055C8.


Border color

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

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

This div border color is #E055C8.


Opacity

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

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

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

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

This text has shadow with #E055C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E055C8 on black background.


Color preview on white background

This text has color #E055C8 on white background.



Black color preview on #E055C8 background

This text has black color on #E055C8 background.


White color preview on #E055C8 background

This text has white color on #E055C8 background.