COLOR #E536E2

HEX: #E536E2
RGB: (229,54,226)

Color info

#E536E2 contains mainly red and blue colors. Web safe color of #E536E2 is #CC33CC (or #C3C).

RGB color model

#E536E2 color RGB value is (229,54,226).

  • red value is 229;
  • green value is 54;
  • blue value is 226.
RGB:
(229,54,226)
(90%,21%,89%)

RGB channels and saturation

R 229 of 255 = 90%
G 54 of 255 = 21%
B 226 of 255 = 89%

229
54
226

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

Portions of RGB colors in percentages

R + G + B =
229 + 54 + 226 = 509 (100%)
R 229 of 509 ~ 44.99%
G 54 of 509 ~ 10.61%
B 226 of 509 ~ 44.4%

%44.99
%10.61
%44.4

CMYK color model

#E536E2 color CMYK value is (0,76,1,10).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 1.31%
  • key color value is 10.20%
CMYK:
(0,76,1,10)
C0M76Y1K10 
(0%,76%,1%,10%)
(0.00/0.76/0.01/0.10)	

CMYK percentages

%0
%76.42
%1.31
%10.2

Codes

Color #E536E2 in popluar color models

E536E2
RGB22954226
HSL301°77.09%55.49%
HSB/HSV301°76.42%89.80%
CMYK0.00%76.42%1.31%
10.20%

Color #E536E2 in popluar number systems.

HEXE536E2
Decimal22954226
Binary1110010111011011100010
Octal34566342

Shades and tints

Shades of #E536E2

#E536E2
(229,54,226)
#D132CE
(209,50,206)
#BD2EBA
(189,46,186)
#A92AA6
(169,42,166)
#952692
(149,38,146)
#81227E
(129,34,126)
#6D1E6A
(109,30,106)
#591A56
(89,26,86)
#451642
(69,22,66)
#31122E
(49,18,46)
#1D0E1A
(29,14,26)
#000000
(0,0,0)

Tints of #E536E2

#E536E2
(229,54,226)
#E748E4
(231,72,228)
#E95AE6
(233,90,230)
#EB6CE8
(235,108,232)
#ED7EEA
(237,126,234)
#EF90EC
(239,144,236)
#F1A2EE
(241,162,238)
#F3B4F0
(243,180,240)
#F5C6F2
(245,198,242)
#F7D8F4
(247,216,244)
#F9EAF6
(249,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E536E2 color. Also use rgb(229,54,226) instead hex code.

Text Font Color

.myTextColor { color: #E536E2; }

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

This text font color is #E536E2.


Background Color

.myBgColor { background-color: #E536E2; }

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

This div background color is #E536E2.


Border color

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

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

This div border color is #E536E2.


Opacity

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

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

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

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

This text has shadow with #E536E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E536E2 on black background.


Color preview on white background

This text has color #E536E2 on white background.



Black color preview on #E536E2 background

This text has black color on #E536E2 background.


White color preview on #E536E2 background

This text has white color on #E536E2 background.