COLOR #E67FC4

HEX: #E67FC4
RGB: (230,127,196)

Color info

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

RGB color model

#E67FC4 color RGB value is (230,127,196).

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

RGB channels and saturation

R 230 of 255 = 90%
G 127 of 255 = 50%
B 196 of 255 = 77%

230
127
196

R + G + B ~ 72%. #E67FC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 127 + 196 = 553 (100%)
R 230 of 553 ~ 41.59%
G 127 of 553 ~ 22.97%
B 196 of 553 ~ 35.44%

%41.59
%22.97
%35.44

CMYK color model

#E67FC4 color CMYK value is (0,45,15,10).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK:
(0,45,15,10)
C0M45Y15K10 
(0%,45%,15%,10%)
(0.00/0.45/0.15/0.10)	

CMYK percentages

%0
%44.78
%14.78
%9.8

Codes

Color #E67FC4 in popluar color models

E67FC4
RGB230127196
HSL320°67.32%70.00%
HSB/HSV320°44.78%90.20%
CMYK0.00%44.78%14.78%
9.80%

Color #E67FC4 in popluar number systems.

HEXE67FC4
Decimal230127196
Binary11100110111111111000100
Octal346177304

Shades and tints

Shades of #E67FC4

#E67FC4
(230,127,196)
#D274B3
(210,116,179)
#BE69A2
(190,105,162)
#AA5E91
(170,94,145)
#965380
(150,83,128)
#82486F
(130,72,111)
#6E3D5E
(110,61,94)
#5A324D
(90,50,77)
#46273C
(70,39,60)
#321C2B
(50,28,43)
#1E111A
(30,17,26)
#000000
(0,0,0)

Tints of #E67FC4

#E67FC4
(230,127,196)
#E88AC9
(232,138,201)
#EA95CE
(234,149,206)
#ECA0D3
(236,160,211)
#EEABD8
(238,171,216)
#F0B6DD
(240,182,221)
#F2C1E2
(242,193,226)
#F4CCE7
(244,204,231)
#F6D7EC
(246,215,236)
#F8E2F1
(248,226,241)
#FAEDF6
(250,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E67FC4; }

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

This text font color is #E67FC4.


Background Color

.myBgColor { background-color: #E67FC4; }

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

This div background color is #E67FC4.


Border color

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

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

This div border color is #E67FC4.


Opacity

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

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

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

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

This text has shadow with #E67FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67FC4 on black background.


Color preview on white background

This text has color #E67FC4 on white background.



Black color preview on #E67FC4 background

This text has black color on #E67FC4 background.


White color preview on #E67FC4 background

This text has white color on #E67FC4 background.