COLOR #E642C9

HEX: #E642C9
RGB: (230,66,201)

Color info

#E642C9 contains mainly red and blue colors. Web safe color of #E642C9 is #CC33CC (or #C3C).

RGB color model

#E642C9 color RGB value is (230,66,201).

  • red value is 230;
  • green value is 66;
  • blue value is 201.
RGB:
(230,66,201)
(90%,26%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 66 of 255 = 26%
B 201 of 255 = 79%

230
66
201

R + G + B ~ 65%. #E642C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 66 + 201 = 497 (100%)
R 230 of 497 ~ 46.28%
G 66 of 497 ~ 13.28%
B 201 of 497 ~ 40.44%

%46.28
%13.28
%40.44

CMYK color model

#E642C9 color CMYK value is (0,71,13,10).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(0,71,13,10)
C0M71Y13K10 
(0%,71%,13%,10%)
(0.00/0.71/0.13/0.10)	

CMYK percentages

%0
%71.3
%12.61
%9.8

Codes

Color #E642C9 in popluar color models

E642C9
RGB23066201
HSL311°76.64%58.04%
HSB/HSV311°71.30%90.20%
CMYK0.00%71.30%12.61%
9.80%

Color #E642C9 in popluar number systems.

HEXE642C9
Decimal23066201
Binary11100110100001011001001
Octal346102311

Shades and tints

Shades of #E642C9

#E642C9
(230,66,201)
#D23CB7
(210,60,183)
#BE36A5
(190,54,165)
#AA3093
(170,48,147)
#962A81
(150,42,129)
#82246F
(130,36,111)
#6E1E5D
(110,30,93)
#5A184B
(90,24,75)
#461239
(70,18,57)
#320C27
(50,12,39)
#1E0615
(30,6,21)
#000000
(0,0,0)

Tints of #E642C9

#E642C9
(230,66,201)
#E853CD
(232,83,205)
#EA64D1
(234,100,209)
#EC75D5
(236,117,213)
#EE86D9
(238,134,217)
#F097DD
(240,151,221)
#F2A8E1
(242,168,225)
#F4B9E5
(244,185,229)
#F6CAE9
(246,202,233)
#F8DBED
(248,219,237)
#FAECF1
(250,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E642C9 color. Also use rgb(230,66,201) instead hex code.

Text Font Color

.myTextColor { color: #E642C9; }

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

This text font color is #E642C9.


Background Color

.myBgColor { background-color: #E642C9; }

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

This div background color is #E642C9.


Border color

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

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

This div border color is #E642C9.


Opacity

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

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

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

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

This text has shadow with #E642C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E642C9 on black background.


Color preview on white background

This text has color #E642C9 on white background.



Black color preview on #E642C9 background

This text has black color on #E642C9 background.


White color preview on #E642C9 background

This text has white color on #E642C9 background.