COLOR #E843C2

HEX: #E843C2
RGB: (232,67,194)

Color info

#E843C2 contains mainly red and blue colors. Web safe color of #E843C2 is #FF33CC (or #F3C).

RGB color model

#E843C2 color RGB value is (232,67,194).

  • red value is 232;
  • green value is 67;
  • blue value is 194.
RGB:
(232,67,194)
(91%,26%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 67 of 255 = 26%
B 194 of 255 = 76%

232
67
194

R + G + B ~ 64%. #E843C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 67 + 194 = 493 (100%)
R 232 of 493 ~ 47.06%
G 67 of 493 ~ 13.59%
B 194 of 493 ~ 39.35%

%47.06
%13.59
%39.35

CMYK color model

#E843C2 color CMYK value is (0,71,16,9).

  • cyan value is 0.00%
  • magenta value is 71.12%
  • yellow value is 16.38%
  • key color value is 9.02%
CMYK:
(0,71,16,9)
C0M71Y16K9 
(0%,71%,16%,9%)
(0.00/0.71/0.16/0.09)	

CMYK percentages

%0
%71.12
%16.38
%9.02

Codes

Color #E843C2 in popluar color models

E843C2
RGB23267194
HSL314°78.20%58.63%
HSB/HSV314°71.12%90.98%
CMYK0.00%71.12%16.38%
9.02%

Color #E843C2 in popluar number systems.

HEXE843C2
Decimal23267194
Binary11101000100001111000010
Octal350103302

Shades and tints

Shades of #E843C2

#E843C2
(232,67,194)
#D33DB1
(211,61,177)
#BE37A0
(190,55,160)
#A9318F
(169,49,143)
#942B7E
(148,43,126)
#7F256D
(127,37,109)
#6A1F5C
(106,31,92)
#55194B
(85,25,75)
#40133A
(64,19,58)
#2B0D29
(43,13,41)
#160718
(22,7,24)
#000000
(0,0,0)

Tints of #E843C2

#E843C2
(232,67,194)
#EA54C7
(234,84,199)
#EC65CC
(236,101,204)
#EE76D1
(238,118,209)
#F087D6
(240,135,214)
#F298DB
(242,152,219)
#F4A9E0
(244,169,224)
#F6BAE5
(246,186,229)
#F8CBEA
(248,203,234)
#FADCEF
(250,220,239)
#FCEDF4
(252,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E843C2 color. Also use rgb(232,67,194) instead hex code.

Text Font Color

.myTextColor { color: #E843C2; }

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

This text font color is #E843C2.


Background Color

.myBgColor { background-color: #E843C2; }

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

This div background color is #E843C2.


Border color

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

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

This div border color is #E843C2.


Opacity

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

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

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

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

This text has shadow with #E843C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E843C2 on black background.


Color preview on white background

This text has color #E843C2 on white background.



Black color preview on #E843C2 background

This text has black color on #E843C2 background.


White color preview on #E843C2 background

This text has white color on #E843C2 background.