COLOR #E6397C

HEX: #E6397C
RGB: (230,57,124)

Renk bilgisi

#E6397C contains mainly red color. #E6397C ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E6397C color RGB value is (230,57,124).

  • kırmız ton 230;
  • yeşil ton 57;
  • mavi ton 124.
RGB:
(230,57,124)
(90%,22%,49%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 57 of 255 = 22%
B 124 of 255 = 49%

230
57
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 57 + 124 = 411 (100%)
R 230 of 411 ~ 55.96%
G 57 of 411 ~ 13.87%
B 124 of 411 ~ 30.17%

%55.96
%13.87
%30.17

CMYK RENK MODELİ

#E6397C rengi CMYK tonu (0,75,46,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.22%
  • sarı tonu 46.09%
  • ana renk tonu 9.80%
CMYK:
(0,75,46,10)
C0M75Y46K10 
(0%,75%,46%,10%)
(0.00/0.75/0.46/0.10)	

CMYK yüzdeleri

%0
%75.22
%46.09
%9.8

Codes

Color #E6397C in popluar color models

E6397C
RGB23057124
HSL337°77.58%56.27%
HSB/HSV337°75.22%90.20%
CMYK0.00%75.22%46.09%
9.80%

Color #E6397C in popluar number systems.

HEXE6397C
Decimal23057124
Binary111001101110011111100
Octal34671174

Shades and tints

Shades of #E6397C

#E6397C
(230,57,124)
#D23471
(210,52,113)
#BE2F66
(190,47,102)
#AA2A5B
(170,42,91)
#962550
(150,37,80)
#822045
(130,32,69)
#6E1B3A
(110,27,58)
#5A162F
(90,22,47)
#461124
(70,17,36)
#320C19
(50,12,25)
#1E070E
(30,7,14)
#000000
(0,0,0)

Tints of #E6397C

#E6397C
(230,57,124)
#E84B87
(232,75,135)
#EA5D92
(234,93,146)
#EC6F9D
(236,111,157)
#EE81A8
(238,129,168)
#F093B3
(240,147,179)
#F2A5BE
(242,165,190)
#F4B7C9
(244,183,201)
#F6C9D4
(246,201,212)
#F8DBDF
(248,219,223)
#FAEDEA
(250,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6397C; }

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

This text font color is #E6397C.


Background Color

.myBgColor { background-color: #E6397C; }

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

This div background color is #E6397C.


Border color

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

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

This div border color is #E6397C.


Opacity

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

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

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

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

This text has shadow with #E6397C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6397C on black background.


Color preview on white background

This text has color #E6397C on white background.



Black color preview on #E6397C background

This text has black color on #E6397C background.


White color preview on #E6397C background

This text has white color on #E6397C background.