COLOR #E6398E

HEX: #E6398E
RGB: (230,57,142)

Color info

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

RGB color model

#E6398E color RGB value is (230,57,142).

  • red value is 230;
  • green value is 57;
  • blue value is 142.
RGB:
(230,57,142)
(90%,22%,56%)

RGB channels and saturation

R 230 of 255 = 90%
G 57 of 255 = 22%
B 142 of 255 = 56%

230
57
142

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

Portions of RGB colors in percentages

R + G + B =
230 + 57 + 142 = 429 (100%)
R 230 of 429 ~ 53.61%
G 57 of 429 ~ 13.29%
B 142 of 429 ~ 33.1%

%53.61
%13.29
%33.1

CMYK color model

#E6398E color CMYK value is (0,75,38,10).

  • cyan value is 0.00%
  • magenta value is 75.22%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(0,75,38,10)
C0M75Y38K10 
(0%,75%,38%,10%)
(0.00/0.75/0.38/0.10)	

CMYK percentages

%0
%75.22
%38.26
%9.8

Codes

Color #E6398E in popluar color models

E6398E
RGB23057142
HSL331°77.58%56.27%
HSB/HSV331°75.22%90.20%
CMYK0.00%75.22%38.26%
9.80%

Color #E6398E in popluar number systems.

HEXE6398E
Decimal23057142
Binary1110011011100110001110
Octal34671216

Shades and tints

Shades of #E6398E

#E6398E
(230,57,142)
#D23482
(210,52,130)
#BE2F76
(190,47,118)
#AA2A6A
(170,42,106)
#96255E
(150,37,94)
#822052
(130,32,82)
#6E1B46
(110,27,70)
#5A163A
(90,22,58)
#46112E
(70,17,46)
#320C22
(50,12,34)
#1E0716
(30,7,22)
#000000
(0,0,0)

Tints of #E6398E

#E6398E
(230,57,142)
#E84B98
(232,75,152)
#EA5DA2
(234,93,162)
#EC6FAC
(236,111,172)
#EE81B6
(238,129,182)
#F093C0
(240,147,192)
#F2A5CA
(242,165,202)
#F4B7D4
(244,183,212)
#F6C9DE
(246,201,222)
#F8DBE8
(248,219,232)
#FAEDF2
(250,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6398E color. Also use rgb(230,57,142) instead hex code.

Text Font Color

.myTextColor { color: #E6398E; }

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

This text font color is #E6398E.


Background Color

.myBgColor { background-color: #E6398E; }

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

This div background color is #E6398E.


Border color

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

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

This div border color is #E6398E.


Opacity

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

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

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

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

This text has shadow with #E6398E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6398E on black background.


Color preview on white background

This text has color #E6398E on white background.



Black color preview on #E6398E background

This text has black color on #E6398E background.


White color preview on #E6398E background

This text has white color on #E6398E background.