COLOR #E71DED

HEX: #E71DED
RGB: (231,29,237)

Color info

#E71DED contains mainly red and blue colors. Web safe color of #E71DED is #FF33FF (or #F3F).

RGB color model

#E71DED color RGB value is (231,29,237).

  • red value is 231;
  • green value is 29;
  • blue value is 237.
RGB:
(231,29,237)
(91%,11%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 29 of 255 = 11%
B 237 of 255 = 93%

231
29
237

R + G + B ~ 65%. #E71DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 29 + 237 = 497 (100%)
R 231 of 497 ~ 46.48%
G 29 of 497 ~ 5.84%
B 237 of 497 ~ 47.69%

%46.48
%47.69

CMYK color model

#E71DED color CMYK value is (3,88,0,7).

  • cyan value is 2.53%
  • magenta value is 87.76%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,88,0,7)
C3M88Y0K7 
(3%,88%,0%,7%)
(0.03/0.88/0.00/0.07)	

CMYK percentages

%2.53
%87.76
%0
%7.06

Codes

Color #E71DED in popluar color models

E71DED
RGB23129237
HSL298°85.25%52.16%
HSB/HSV298°87.76%92.94%
CMYK2.53%87.76%0.00%
7.06%

Color #E71DED in popluar number systems.

HEXE71DED
Decimal23129237
Binary111001111110111101101
Octal34735355

Shades and tints

Shades of #E71DED

#E71DED
(231,29,237)
#D21BD8
(210,27,216)
#BD19C3
(189,25,195)
#A817AE
(168,23,174)
#931599
(147,21,153)
#7E1384
(126,19,132)
#69116F
(105,17,111)
#540F5A
(84,15,90)
#3F0D45
(63,13,69)
#2A0B30
(42,11,48)
#15091B
(21,9,27)
#000000
(0,0,0)

Tints of #E71DED

#E71DED
(231,29,237)
#E931EE
(233,49,238)
#EB45EF
(235,69,239)
#ED59F0
(237,89,240)
#EF6DF1
(239,109,241)
#F181F2
(241,129,242)
#F395F3
(243,149,243)
#F5A9F4
(245,169,244)
#F7BDF5
(247,189,245)
#F9D1F6
(249,209,246)
#FBE5F7
(251,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71DED color. Also use rgb(231,29,237) instead hex code.

Text Font Color

.myTextColor { color: #E71DED; }

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

This text font color is #E71DED.


Background Color

.myBgColor { background-color: #E71DED; }

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

This div background color is #E71DED.


Border color

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

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

This div border color is #E71DED.


Opacity

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

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

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

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

This text has shadow with #E71DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E71DED on black background.


Color preview on white background

This text has color #E71DED on white background.



Black color preview on #E71DED background

This text has black color on #E71DED background.


White color preview on #E71DED background

This text has white color on #E71DED background.