COLOR #E51DE3

HEX: #E51DE3
RGB: (229,29,227)

Color info

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

RGB color model

#E51DE3 color RGB value is (229,29,227).

  • red value is 229;
  • green value is 29;
  • blue value is 227.
RGB:
(229,29,227)
(90%,11%,89%)

RGB channels and saturation

R 229 of 255 = 90%
G 29 of 255 = 11%
B 227 of 255 = 89%

229
29
227

R + G + B ~ 63%. #E51DE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 29 + 227 = 485 (100%)
R 229 of 485 ~ 47.22%
G 29 of 485 ~ 5.98%
B 227 of 485 ~ 46.8%

%47.22
%46.8

CMYK color model

#E51DE3 color CMYK value is (0,87,1,10).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK:
(0,87,1,10)
C0M87Y1K10 
(0%,87%,1%,10%)
(0.00/0.87/0.01/0.10)	

CMYK percentages

%0
%87.34
%0.87
%10.2

Codes

Color #E51DE3 in popluar color models

E51DE3
RGB22929227
HSL301°79.37%50.59%
HSB/HSV301°87.34%89.80%
CMYK0.00%87.34%0.87%
10.20%

Color #E51DE3 in popluar number systems.

HEXE51DE3
Decimal22929227
Binary111001011110111100011
Octal34535343

Shades and tints

Shades of #E51DE3

#E51DE3
(229,29,227)
#D11BCF
(209,27,207)
#BD19BB
(189,25,187)
#A917A7
(169,23,167)
#951593
(149,21,147)
#81137F
(129,19,127)
#6D116B
(109,17,107)
#590F57
(89,15,87)
#450D43
(69,13,67)
#310B2F
(49,11,47)
#1D091B
(29,9,27)
#000000
(0,0,0)

Tints of #E51DE3

#E51DE3
(229,29,227)
#E731E5
(231,49,229)
#E945E7
(233,69,231)
#EB59E9
(235,89,233)
#ED6DEB
(237,109,235)
#EF81ED
(239,129,237)
#F195EF
(241,149,239)
#F3A9F1
(243,169,241)
#F5BDF3
(245,189,243)
#F7D1F5
(247,209,245)
#F9E5F7
(249,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E51DE3 color. Also use rgb(229,29,227) instead hex code.

Text Font Color

.myTextColor { color: #E51DE3; }

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

This text font color is #E51DE3.


Background Color

.myBgColor { background-color: #E51DE3; }

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

This div background color is #E51DE3.


Border color

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

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

This div border color is #E51DE3.


Opacity

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

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

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

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

This text has shadow with #E51DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E51DE3 on black background.


Color preview on white background

This text has color #E51DE3 on white background.



Black color preview on #E51DE3 background

This text has black color on #E51DE3 background.


White color preview on #E51DE3 background

This text has white color on #E51DE3 background.