COLOR #E50BDE

HEX: #E50BDE
RGB: (229,11,222)

Color info

#E50BDE contains mainly red and blue colors. Web safe color of #E50BDE is #CC00CC (or #C0C).

RGB color model

#E50BDE color RGB value is (229,11,222).

  • red value is 229;
  • green value is 11;
  • blue value is 222.
RGB:
(229,11,222)
(90%,4%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 11 of 255 = 4%
B 222 of 255 = 87%

229
11
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 11 + 222 = 462 (100%)
R 229 of 462 ~ 49.57%
G 11 of 462 ~ 2.38%
B 222 of 462 ~ 48.05%

%49.57
%48.05

CMYK color model

#E50BDE color CMYK value is (0,95,3,10).

  • cyan value is 0.00%
  • magenta value is 95.20%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,95,3,10)
C0M95Y3K10 
(0%,95%,3%,10%)
(0.00/0.95/0.03/0.10)	

CMYK percentages

%0
%95.2
%3.06
%10.2

Codes

Color #E50BDE in popluar color models

E50BDE
RGB22911222
HSL302°90.83%47.06%
HSB/HSV302°95.20%89.80%
CMYK0.00%95.20%3.06%
10.20%

Color #E50BDE in popluar number systems.

HEXE50BDE
Decimal22911222
Binary11100101101111011110
Octal34513336

Shades and tints

Shades of #E50BDE

#E50BDE
(229,11,222)
#D10ACA
(209,10,202)
#BD09B6
(189,9,182)
#A908A2
(169,8,162)
#95078E
(149,7,142)
#81067A
(129,6,122)
#6D0566
(109,5,102)
#590452
(89,4,82)
#45033E
(69,3,62)
#31022A
(49,2,42)
#1D0116
(29,1,22)
#000000
(0,0,0)

Tints of #E50BDE

#E50BDE
(229,11,222)
#E721E1
(231,33,225)
#E937E4
(233,55,228)
#EB4DE7
(235,77,231)
#ED63EA
(237,99,234)
#EF79ED
(239,121,237)
#F18FF0
(241,143,240)
#F3A5F3
(243,165,243)
#F5BBF6
(245,187,246)
#F7D1F9
(247,209,249)
#F9E7FC
(249,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50BDE color. Also use rgb(229,11,222) instead hex code.

Text Font Color

.myTextColor { color: #E50BDE; }

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

This text font color is #E50BDE.


Background Color

.myBgColor { background-color: #E50BDE; }

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

This div background color is #E50BDE.


Border color

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

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

This div border color is #E50BDE.


Opacity

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

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

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

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

This text has shadow with #E50BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50BDE on black background.


Color preview on white background

This text has color #E50BDE on white background.



Black color preview on #E50BDE background

This text has black color on #E50BDE background.


White color preview on #E50BDE background

This text has white color on #E50BDE background.