COLOR #E67CC1

HEX: #E67CC1
RGB: (230,124,193)

Color info

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

RGB color model

#E67CC1 color RGB value is (230,124,193).

  • red value is 230;
  • green value is 124;
  • blue value is 193.
RGB:
(230,124,193)
(90%,49%,76%)

RGB channels and saturation

R 230 of 255 = 90%
G 124 of 255 = 49%
B 193 of 255 = 76%

230
124
193

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

Portions of RGB colors in percentages

R + G + B =
230 + 124 + 193 = 547 (100%)
R 230 of 547 ~ 42.05%
G 124 of 547 ~ 22.67%
B 193 of 547 ~ 35.28%

%42.05
%22.67
%35.28

CMYK color model

#E67CC1 color CMYK value is (0,46,16,10).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 16.09%
  • key color value is 9.80%
CMYK:
(0,46,16,10)
C0M46Y16K10 
(0%,46%,16%,10%)
(0.00/0.46/0.16/0.10)	

CMYK percentages

%0
%46.09
%16.09
%9.8

Codes

Color #E67CC1 in popluar color models

E67CC1
RGB230124193
HSL321°67.95%69.41%
HSB/HSV321°46.09%90.20%
CMYK0.00%46.09%16.09%
9.80%

Color #E67CC1 in popluar number systems.

HEXE67CC1
Decimal230124193
Binary11100110111110011000001
Octal346174301

Shades and tints

Shades of #E67CC1

#E67CC1
(230,124,193)
#D271B0
(210,113,176)
#BE669F
(190,102,159)
#AA5B8E
(170,91,142)
#96507D
(150,80,125)
#82456C
(130,69,108)
#6E3A5B
(110,58,91)
#5A2F4A
(90,47,74)
#462439
(70,36,57)
#321928
(50,25,40)
#1E0E17
(30,14,23)
#000000
(0,0,0)

Tints of #E67CC1

#E67CC1
(230,124,193)
#E887C6
(232,135,198)
#EA92CB
(234,146,203)
#EC9DD0
(236,157,208)
#EEA8D5
(238,168,213)
#F0B3DA
(240,179,218)
#F2BEDF
(242,190,223)
#F4C9E4
(244,201,228)
#F6D4E9
(246,212,233)
#F8DFEE
(248,223,238)
#FAEAF3
(250,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67CC1 color. Also use rgb(230,124,193) instead hex code.

Text Font Color

.myTextColor { color: #E67CC1; }

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

This text font color is #E67CC1.


Background Color

.myBgColor { background-color: #E67CC1; }

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

This div background color is #E67CC1.


Border color

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

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

This div border color is #E67CC1.


Opacity

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

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

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

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

This text has shadow with #E67CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67CC1 on black background.


Color preview on white background

This text has color #E67CC1 on white background.



Black color preview on #E67CC1 background

This text has black color on #E67CC1 background.


White color preview on #E67CC1 background

This text has white color on #E67CC1 background.