COLOR #E74ADD

HEX: #E74ADD
RGB: (231,74,221)

Color info

#E74ADD contains mainly red and blue colors. Web safe color of #E74ADD is #FF33CC (or #F3C).

RGB color model

#E74ADD color RGB value is (231,74,221).

  • red value is 231;
  • green value is 74;
  • blue value is 221.
RGB:
(231,74,221)
(91%,29%,87%)

RGB channels and saturation

R 231 of 255 = 91%
G 74 of 255 = 29%
B 221 of 255 = 87%

231
74
221

R + G + B ~ 69%. #E74ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 74 + 221 = 526 (100%)
R 231 of 526 ~ 43.92%
G 74 of 526 ~ 14.07%
B 221 of 526 ~ 42.02%

%43.92
%14.07
%42.02

CMYK color model

#E74ADD color CMYK value is (0,68,4,9).

  • cyan value is 0.00%
  • magenta value is 67.97%
  • yellow value is 4.33%
  • key color value is 9.41%
CMYK:
(0,68,4,9)
C0M68Y4K9 
(0%,68%,4%,9%)
(0.00/0.68/0.04/0.09)	

CMYK percentages

%0
%67.97
%4.33
%9.41

Codes

Color #E74ADD in popluar color models

E74ADD
RGB23174221
HSL304°76.59%59.80%
HSB/HSV304°67.97%90.59%
CMYK0.00%67.97%4.33%
9.41%

Color #E74ADD in popluar number systems.

HEXE74ADD
Decimal23174221
Binary11100111100101011011101
Octal347112335

Shades and tints

Shades of #E74ADD

#E74ADD
(231,74,221)
#D244C9
(210,68,201)
#BD3EB5
(189,62,181)
#A838A1
(168,56,161)
#93328D
(147,50,141)
#7E2C79
(126,44,121)
#692665
(105,38,101)
#542051
(84,32,81)
#3F1A3D
(63,26,61)
#2A1429
(42,20,41)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #E74ADD

#E74ADD
(231,74,221)
#E95AE0
(233,90,224)
#EB6AE3
(235,106,227)
#ED7AE6
(237,122,230)
#EF8AE9
(239,138,233)
#F19AEC
(241,154,236)
#F3AAEF
(243,170,239)
#F5BAF2
(245,186,242)
#F7CAF5
(247,202,245)
#F9DAF8
(249,218,248)
#FBEAFB
(251,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74ADD color. Also use rgb(231,74,221) instead hex code.

Text Font Color

.myTextColor { color: #E74ADD; }

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

This text font color is #E74ADD.


Background Color

.myBgColor { background-color: #E74ADD; }

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

This div background color is #E74ADD.


Border color

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

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

This div border color is #E74ADD.


Opacity

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

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

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

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

This text has shadow with #E74ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74ADD on black background.


Color preview on white background

This text has color #E74ADD on white background.



Black color preview on #E74ADD background

This text has black color on #E74ADD background.


White color preview on #E74ADD background

This text has white color on #E74ADD background.