COLOR #E55AC2

HEX: #E55AC2
RGB: (229,90,194)

Color info

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

RGB color model

#E55AC2 color RGB value is (229,90,194).

  • red value is 229;
  • green value is 90;
  • blue value is 194.
RGB:
(229,90,194)
(90%,35%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 90 of 255 = 35%
B 194 of 255 = 76%

229
90
194

R + G + B ~ 67%. #E55AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 90 + 194 = 513 (100%)
R 229 of 513 ~ 44.64%
G 90 of 513 ~ 17.54%
B 194 of 513 ~ 37.82%

%44.64
%17.54
%37.82

CMYK color model

#E55AC2 color CMYK value is (0,61,15,10).

  • cyan value is 0.00%
  • magenta value is 60.70%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(0,61,15,10)
C0M61Y15K10 
(0%,61%,15%,10%)
(0.00/0.61/0.15/0.10)	

CMYK percentages

%0
%60.7
%15.28
%10.2

Codes

Color #E55AC2 in popluar color models

E55AC2
RGB22990194
HSL315°72.77%62.55%
HSB/HSV315°60.70%89.80%
CMYK0.00%60.70%15.28%
10.20%

Color #E55AC2 in popluar number systems.

HEXE55AC2
Decimal22990194
Binary11100101101101011000010
Octal345132302

Shades and tints

Shades of #E55AC2

#E55AC2
(229,90,194)
#D152B1
(209,82,177)
#BD4AA0
(189,74,160)
#A9428F
(169,66,143)
#953A7E
(149,58,126)
#81326D
(129,50,109)
#6D2A5C
(109,42,92)
#59224B
(89,34,75)
#451A3A
(69,26,58)
#311229
(49,18,41)
#1D0A18
(29,10,24)
#000000
(0,0,0)

Tints of #E55AC2

#E55AC2
(229,90,194)
#E769C7
(231,105,199)
#E978CC
(233,120,204)
#EB87D1
(235,135,209)
#ED96D6
(237,150,214)
#EFA5DB
(239,165,219)
#F1B4E0
(241,180,224)
#F3C3E5
(243,195,229)
#F5D2EA
(245,210,234)
#F7E1EF
(247,225,239)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55AC2 color. Also use rgb(229,90,194) instead hex code.

Text Font Color

.myTextColor { color: #E55AC2; }

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

This text font color is #E55AC2.


Background Color

.myBgColor { background-color: #E55AC2; }

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

This div background color is #E55AC2.


Border color

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

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

This div border color is #E55AC2.


Opacity

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

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

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

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

This text has shadow with #E55AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55AC2 on black background.


Color preview on white background

This text has color #E55AC2 on white background.



Black color preview on #E55AC2 background

This text has black color on #E55AC2 background.


White color preview on #E55AC2 background

This text has white color on #E55AC2 background.