COLOR #E67FDD

HEX: #E67FDD
RGB: (230,127,221)

Color info

#E67FDD contains mainly red and blue colors. Web safe color of #E67FDD is #CC66CC (or #C6C).

RGB color model

#E67FDD color RGB value is (230,127,221).

  • red value is 230;
  • green value is 127;
  • blue value is 221.
RGB:
(230,127,221)
(90%,50%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 127 of 255 = 50%
B 221 of 255 = 87%

230
127
221

R + G + B ~ 76%. #E67FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 127 + 221 = 578 (100%)
R 230 of 578 ~ 39.79%
G 127 of 578 ~ 21.97%
B 221 of 578 ~ 38.24%

%39.79
%21.97
%38.24

CMYK color model

#E67FDD color CMYK value is (0,45,4,10).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,45,4,10)
C0M45Y4K10 
(0%,45%,4%,10%)
(0.00/0.45/0.04/0.10)	

CMYK percentages

%0
%44.78
%3.91
%9.8

Codes

Color #E67FDD in popluar color models

E67FDD
RGB230127221
HSL305°67.32%70.00%
HSB/HSV305°44.78%90.20%
CMYK0.00%44.78%3.91%
9.80%

Color #E67FDD in popluar number systems.

HEXE67FDD
Decimal230127221
Binary11100110111111111011101
Octal346177335

Shades and tints

Shades of #E67FDD

#E67FDD
(230,127,221)
#D274C9
(210,116,201)
#BE69B5
(190,105,181)
#AA5EA1
(170,94,161)
#96538D
(150,83,141)
#824879
(130,72,121)
#6E3D65
(110,61,101)
#5A3251
(90,50,81)
#46273D
(70,39,61)
#321C29
(50,28,41)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #E67FDD

#E67FDD
(230,127,221)
#E88AE0
(232,138,224)
#EA95E3
(234,149,227)
#ECA0E6
(236,160,230)
#EEABE9
(238,171,233)
#F0B6EC
(240,182,236)
#F2C1EF
(242,193,239)
#F4CCF2
(244,204,242)
#F6D7F5
(246,215,245)
#F8E2F8
(248,226,248)
#FAEDFB
(250,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67FDD color. Also use rgb(230,127,221) instead hex code.

Text Font Color

.myTextColor { color: #E67FDD; }

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

This text font color is #E67FDD.


Background Color

.myBgColor { background-color: #E67FDD; }

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

This div background color is #E67FDD.


Border color

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

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

This div border color is #E67FDD.


Opacity

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

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

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

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

This text has shadow with #E67FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67FDD on black background.


Color preview on white background

This text has color #E67FDD on white background.



Black color preview on #E67FDD background

This text has black color on #E67FDD background.


White color preview on #E67FDD background

This text has white color on #E67FDD background.