COLOR #E535AE

HEX: #E535AE RGB: (229,53,174)

Color info

#E535AE contains mainly red and blue colors. Web safe color of #E535AE is #CC3399 (or #C39).

RGB color model

#E535AE color RGB value is (229,53,174).

RGB: (229,53,174) (90%, 21%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 53 of 255 = 21%
B 174 of 255 = 68%

229
53
174

R + G + B ~ 60%. #E535AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 229 + 53 + 174 = 456 (100%)
R 229 of 456 ~ 50.22%
G 53 of 456 ~ 11.62%
B 174 of 456 ~ 38.16'%

%50.22
%11.62
%38.16

CMYK color model

#E535AE color CMYK value is (0,77,24,10).

  • cyan value is 0.00%
  • magenta value is 76.86%
  • yellow value is 24.02%
  • key color value is 10.20%

CMYK: (0,77,24,10)
C0M77Y24K10 (0%, 77%, 24%, 10%)
(0.00 / 0.77 / 0.24 / 0.10)

CMYK percentages

%0
%76.86
%24.02
%10.2

Codes

Color #E535AE in popluar color models

E5 35 AE
RGB 229 53 174
HSL 319° 77.19% 55.29%
HSB/HSV 319° 76.86% 89.80%
CMYK 0.00% 76.86% 24.02%
10.20%

Color #E535AE in popluar number systems.

HEX E5 35 AE
Decimal 229 53 174
Binary 11100101 110101 10101110
Octal 345 65 256

Shades and tints

Shades of #E535AE

#E535AE
(229,53,174)
#D1319F
(209,49,159)
#BD2D90
(189,45,144)
#A92981
(169,41,129)
#952572
(149,37,114)
#812163
(129,33,99)
#6D1D54
(109,29,84)
#591945
(89,25,69)
#451536
(69,21,54)
#311127
(49,17,39)
#1D0D18
(29,13,24)
#000000
(0,0,0)

Tints of #E535AE

#E535AE
(229,53,174)
#E747B5
(231,71,181)
#E959BC
(233,89,188)
#EB6BC3
(235,107,195)
#ED7DCA
(237,125,202)
#EF8FD1
(239,143,209)
#F1A1D8
(241,161,216)
#F3B3DF
(243,179,223)
#F5C5E6
(245,197,230)
#F7D7ED
(247,215,237)
#F9E9F4
(249,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E535AE color. Also use rgb(229,53,174) instead hex code.

Text Font Color

.myTextColor { color: #E535AE; }

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

This text font color is #E535AE.

Background Color

.myBgColor { background-color: #E535AE; }

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

This div background color is #E535AE.

Border color

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

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

This div border color is #E535AE.

Opacity

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

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

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

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

This text has shadow with #E535AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E535AE.

Preview

Color preview on black background

This text has color #E535AE on black background.


Color preview on white background

This text has color #E535AE on white background.


Black color preview on #E535AE background

This text has black color on #E535AE background.


White color preview on #E535AE background

This text has white color on #E535AE background.


Related colors

Complementary color

Complementary color for #hex is #1ACA51.


I love getcolorcode.com

Triadic colors

1 #AEE535 and #35AEE5 with #E535AE are triadic colors.

2 #AE35E5 and #35E5AE with #E535AE are triadic colors.