COLOR #E533AE

HEX: #E533AE
RGB: (229,51,174)

Color info

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

RGB color model

#E533AE color RGB value is (229,51,174).

  • red value is 229;
  • green value is 51;
  • blue value is 174.
RGB:
(229,51,174)
(90%,20%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 51 of 255 = 20%
B 174 of 255 = 68%

229
51
174

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

Portions of RGB colors in percentages

R + G + B =
229 + 51 + 174 = 454 (100%)
R 229 of 454 ~ 50.44%
G 51 of 454 ~ 11.23%
B 174 of 454 ~ 38.33%

%50.44
%11.23
%38.33

CMYK color model

#E533AE color CMYK value is (0,78,24,10).

  • cyan value is 0.00%
  • magenta value is 77.73%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(0,78,24,10)
C0M78Y24K10 
(0%,78%,24%,10%)
(0.00/0.78/0.24/0.10)	

CMYK percentages

%0
%77.73
%24.02
%10.2

Codes

Color #E533AE in popluar color models

E533AE
RGB22951174
HSL319°77.39%54.90%
HSB/HSV319°77.73%89.80%
CMYK0.00%77.73%24.02%
10.20%

Color #E533AE in popluar number systems.

HEXE533AE
Decimal22951174
Binary1110010111001110101110
Octal34563256

Shades and tints

Shades of #E533AE

#E533AE
(229,51,174)
#D12F9F
(209,47,159)
#BD2B90
(189,43,144)
#A92781
(169,39,129)
#952372
(149,35,114)
#811F63
(129,31,99)
#6D1B54
(109,27,84)
#591745
(89,23,69)
#451336
(69,19,54)
#310F27
(49,15,39)
#1D0B18
(29,11,24)
#000000
(0,0,0)

Tints of #E533AE

#E533AE
(229,51,174)
#E745B5
(231,69,181)
#E957BC
(233,87,188)
#EB69C3
(235,105,195)
#ED7BCA
(237,123,202)
#EF8DD1
(239,141,209)
#F19FD8
(241,159,216)
#F3B1DF
(243,177,223)
#F5C3E6
(245,195,230)
#F7D5ED
(247,213,237)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E533AE; }

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

This text font color is #E533AE.


Background Color

.myBgColor { background-color: #E533AE; }

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

This div background color is #E533AE.


Border color

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

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

This div border color is #E533AE.


Opacity

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

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

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

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

This text has shadow with #E533AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E533AE on black background.


Color preview on white background

This text has color #E533AE on white background.



Black color preview on #E533AE background

This text has black color on #E533AE background.


White color preview on #E533AE background

This text has white color on #E533AE background.