COLOR #E63997

HEX: #E63997
RGB: (230,57,151)

Color info

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

RGB color model

#E63997 color RGB value is (230,57,151).

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

RGB channels and saturation

R 230 of 255 = 90%
G 57 of 255 = 22%
B 151 of 255 = 59%

230
57
151

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

Portions of RGB colors in percentages

R + G + B =
230 + 57 + 151 = 438 (100%)
R 230 of 438 ~ 52.51%
G 57 of 438 ~ 13.01%
B 151 of 438 ~ 34.47%

%52.51
%13.01
%34.47

CMYK color model

#E63997 color CMYK value is (0,75,34,10).

  • cyan value is 0.00%
  • magenta value is 75.22%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(0,75,34,10)
C0M75Y34K10 
(0%,75%,34%,10%)
(0.00/0.75/0.34/0.10)	

CMYK percentages

%0
%75.22
%34.35
%9.8

Codes

Color #E63997 in popluar color models

E63997
RGB23057151
HSL327°77.58%56.27%
HSB/HSV327°75.22%90.20%
CMYK0.00%75.22%34.35%
9.80%

Color #E63997 in popluar number systems.

HEXE63997
Decimal23057151
Binary1110011011100110010111
Octal34671227

Shades and tints

Shades of #E63997

#E63997
(230,57,151)
#D2348A
(210,52,138)
#BE2F7D
(190,47,125)
#AA2A70
(170,42,112)
#962563
(150,37,99)
#822056
(130,32,86)
#6E1B49
(110,27,73)
#5A163C
(90,22,60)
#46112F
(70,17,47)
#320C22
(50,12,34)
#1E0715
(30,7,21)
#000000
(0,0,0)

Tints of #E63997

#E63997
(230,57,151)
#E84BA0
(232,75,160)
#EA5DA9
(234,93,169)
#EC6FB2
(236,111,178)
#EE81BB
(238,129,187)
#F093C4
(240,147,196)
#F2A5CD
(242,165,205)
#F4B7D6
(244,183,214)
#F6C9DF
(246,201,223)
#F8DBE8
(248,219,232)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E63997; }

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

This text font color is #E63997.


Background Color

.myBgColor { background-color: #E63997; }

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

This div background color is #E63997.


Border color

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

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

This div border color is #E63997.


Opacity

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

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

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

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

This text has shadow with #E63997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E63997 on black background.


Color preview on white background

This text has color #E63997 on white background.



Black color preview on #E63997 background

This text has black color on #E63997 background.


White color preview on #E63997 background

This text has white color on #E63997 background.