COLOR #E35AA1

HEX: #E35AA1 RGB: (227,90,161)

Color info

#E35AA1 contains mainly red color. Web safe color of #E35AA1 is #CC6699 (or #C69).

RGB color model

#E35AA1 color RGB value is (227,90,161).

RGB: (227,90,161) (89%, 35%, 63%)

RGB channels and saturation

R 227 of 255 = 89%
G 90 of 255 = 35%
B 161 of 255 = 63%

227
90
161

R + G + B ~ 62%. #E35AA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 90 + 161 = 478 (100%)
R 227 of 478 ~ 47.49%
G 90 of 478 ~ 18.83%
B 161 of 478 ~ 33.68'%

%47.49
%18.83
%33.68

CMYK color model

#E35AA1 color CMYK value is (0,60,29,11).

  • cyan value is 0.00%
  • magenta value is 60.35%
  • yellow value is 29.07%
  • key color value is 10.98%

CMYK: (0,60,29,11)
C0M60Y29K11 (0%, 60%, 29%, 11%)
(0.00 / 0.60 / 0.29 / 0.11)

CMYK percentages

%0
%60.35
%29.07
%10.98

Codes

Color #E35AA1 in popluar color models

E3 5A A1
RGB 227 90 161
HSL 329° 70.98% 62.16%
HSB/HSV 329° 60.35% 89.02%
CMYK 0.00% 60.35% 29.07%
10.98%

Color #E35AA1 in popluar number systems.

HEX E3 5A A1
Decimal 227 90 161
Binary 11100011 1011010 10100001
Octal 343 132 241

Shades and tints

Shades of #E35AA1

#E35AA1
(227,90,161)
#CF5293
(207,82,147)
#BB4A85
(187,74,133)
#A74277
(167,66,119)
#933A69
(147,58,105)
#7F325B
(127,50,91)
#6B2A4D
(107,42,77)
#57223F
(87,34,63)
#431A31
(67,26,49)
#2F1223
(47,18,35)
#1B0A15
(27,10,21)
#000000
(0,0,0)

Tints of #E35AA1

#E35AA1
(227,90,161)
#E569A9
(229,105,169)
#E778B1
(231,120,177)
#E987B9
(233,135,185)
#EB96C1
(235,150,193)
#EDA5C9
(237,165,201)
#EFB4D1
(239,180,209)
#F1C3D9
(241,195,217)
#F3D2E1
(243,210,225)
#F5E1E9
(245,225,233)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35AA1 color. Also use rgb(227,90,161) instead hex code.

Text Font Color

.myTextColor { color: #E35AA1; }

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

This text font color is #E35AA1.

Background Color

.myBgColor { background-color: #E35AA1; }

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

This div background color is #E35AA1.

Border color

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

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

This div border color is #E35AA1.

Opacity

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

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

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

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

This text has shadow with #E35AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E35AA1.

Preview

Color preview on black background

This text has color #E35AA1 on black background.


Color preview on white background

This text has color #E35AA1 on white background.


Black color preview on #E35AA1 background

This text has black color on #E35AA1 background.


White color preview on #E35AA1 background

This text has white color on #E35AA1 background.


Related colors

Complementary color

Complementary color for #hex is #1CA55E.


I love getcolorcode.com

Triadic colors

1 #A1E35A and #5AA1E3 with #E35AA1 are triadic colors.

2 #A15AE3 and #5AE3A1 with #E35AA1 are triadic colors.