COLOR #E67CCA

HEX: #E67CCA
RGB: (230,124,202)

Color info

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

RGB color model

#E67CCA color RGB value is (230,124,202).

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

RGB channels and saturation

R 230 of 255 = 90%
G 124 of 255 = 49%
B 202 of 255 = 79%

230
124
202

R + G + B ~ 73%. #E67CCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 124 + 202 = 556 (100%)
R 230 of 556 ~ 41.37%
G 124 of 556 ~ 22.3%
B 202 of 556 ~ 36.33%

%41.37
%22.3
%36.33

CMYK color model

#E67CCA color CMYK value is (0,46,12,10).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(0,46,12,10)
C0M46Y12K10 
(0%,46%,12%,10%)
(0.00/0.46/0.12/0.10)	

CMYK percentages

%0
%46.09
%12.17
%9.8

Codes

Color #E67CCA in popluar color models

E67CCA
RGB230124202
HSL316°67.95%69.41%
HSB/HSV316°46.09%90.20%
CMYK0.00%46.09%12.17%
9.80%

Color #E67CCA in popluar number systems.

HEXE67CCA
Decimal230124202
Binary11100110111110011001010
Octal346174312

Shades and tints

Shades of #E67CCA

#E67CCA
(230,124,202)
#D271B8
(210,113,184)
#BE66A6
(190,102,166)
#AA5B94
(170,91,148)
#965082
(150,80,130)
#824570
(130,69,112)
#6E3A5E
(110,58,94)
#5A2F4C
(90,47,76)
#46243A
(70,36,58)
#321928
(50,25,40)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #E67CCA

#E67CCA
(230,124,202)
#E887CE
(232,135,206)
#EA92D2
(234,146,210)
#EC9DD6
(236,157,214)
#EEA8DA
(238,168,218)
#F0B3DE
(240,179,222)
#F2BEE2
(242,190,226)
#F4C9E6
(244,201,230)
#F6D4EA
(246,212,234)
#F8DFEE
(248,223,238)
#FAEAF2
(250,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E67CCA; }

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

This text font color is #E67CCA.


Background Color

.myBgColor { background-color: #E67CCA; }

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

This div background color is #E67CCA.


Border color

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

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

This div border color is #E67CCA.


Opacity

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

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

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

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

This text has shadow with #E67CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67CCA on black background.


Color preview on white background

This text has color #E67CCA on white background.



Black color preview on #E67CCA background

This text has black color on #E67CCA background.


White color preview on #E67CCA background

This text has white color on #E67CCA background.