COLOR #E6209A

HEX: #E6209A
RGB: (230,32,154)

Color info

#E6209A contains mainly red color. Web safe color of #E6209A is #CC3399 (or #C39).

RGB color model

#E6209A color RGB value is (230,32,154).

  • red value is 230;
  • green value is 32;
  • blue value is 154.
RGB:
(230,32,154)
(90%,13%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 32 of 255 = 13%
B 154 of 255 = 60%

230
32
154

R + G + B ~ 54%. #E6209A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 32 + 154 = 416 (100%)
R 230 of 416 ~ 55.29%
G 32 of 416 ~ 7.69%
B 154 of 416 ~ 37.02%

%55.29
%37.02

CMYK color model

#E6209A color CMYK value is (0,86,33,10).

  • cyan value is 0.00%
  • magenta value is 86.09%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(0,86,33,10)
C0M86Y33K10 
(0%,86%,33%,10%)
(0.00/0.86/0.33/0.10)	

CMYK percentages

%0
%86.09
%33.04
%9.8

Codes

Color #E6209A in popluar color models

E6209A
RGB23032154
HSL323°79.84%51.37%
HSB/HSV323°86.09%90.20%
CMYK0.00%86.09%33.04%
9.80%

Color #E6209A in popluar number systems.

HEXE6209A
Decimal23032154
Binary1110011010000010011010
Octal34640232

Shades and tints

Shades of #E6209A

#E6209A
(230,32,154)
#D21E8C
(210,30,140)
#BE1C7E
(190,28,126)
#AA1A70
(170,26,112)
#961862
(150,24,98)
#821654
(130,22,84)
#6E1446
(110,20,70)
#5A1238
(90,18,56)
#46102A
(70,16,42)
#320E1C
(50,14,28)
#1E0C0E
(30,12,14)
#000000
(0,0,0)

Tints of #E6209A

#E6209A
(230,32,154)
#E834A3
(232,52,163)
#EA48AC
(234,72,172)
#EC5CB5
(236,92,181)
#EE70BE
(238,112,190)
#F084C7
(240,132,199)
#F298D0
(242,152,208)
#F4ACD9
(244,172,217)
#F6C0E2
(246,192,226)
#F8D4EB
(248,212,235)
#FAE8F4
(250,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6209A color. Also use rgb(230,32,154) instead hex code.

Text Font Color

.myTextColor { color: #E6209A; }

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

This text font color is #E6209A.


Background Color

.myBgColor { background-color: #E6209A; }

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

This div background color is #E6209A.


Border color

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

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

This div border color is #E6209A.


Opacity

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

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

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

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

This text has shadow with #E6209A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6209A on black background.


Color preview on white background

This text has color #E6209A on white background.



Black color preview on #E6209A background

This text has black color on #E6209A background.


White color preview on #E6209A background

This text has white color on #E6209A background.