COLOR #E6337F

HEX: #E6337F
RGB: (230,51,127)

Renk bilgisi

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

RGB renk modeli

#E6337F color RGB value is (230,51,127).

  • kırmız ton 230;
  • yeşil ton 51;
  • mavi ton 127.
RGB:
(230,51,127)
(90%,20%,50%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 51 of 255 = 20%
B 127 of 255 = 50%

230
51
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 51 + 127 = 408 (100%)
R 230 of 408 ~ 56.37%
G 51 of 408 ~ 12.5%
B 127 of 408 ~ 31.13%

%56.37
%12.5
%31.13

CMYK RENK MODELİ

#E6337F rengi CMYK tonu (0,78,45,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.83%
  • sarı tonu 44.78%
  • ana renk tonu 9.80%
CMYK:
(0,78,45,10)
C0M78Y45K10 
(0%,78%,45%,10%)
(0.00/0.78/0.45/0.10)	

CMYK yüzdeleri

%0
%77.83
%44.78
%9.8

Codes

Color #E6337F in popluar color models

E6337F
RGB23051127
HSL335°78.17%55.10%
HSB/HSV335°77.83%90.20%
CMYK0.00%77.83%44.78%
9.80%

Color #E6337F in popluar number systems.

HEXE6337F
Decimal23051127
Binary111001101100111111111
Octal34663177

Shades and tints

Shades of #E6337F

#E6337F
(230,51,127)
#D22F74
(210,47,116)
#BE2B69
(190,43,105)
#AA275E
(170,39,94)
#962353
(150,35,83)
#821F48
(130,31,72)
#6E1B3D
(110,27,61)
#5A1732
(90,23,50)
#461327
(70,19,39)
#320F1C
(50,15,28)
#1E0B11
(30,11,17)
#000000
(0,0,0)

Tints of #E6337F

#E6337F
(230,51,127)
#E8458A
(232,69,138)
#EA5795
(234,87,149)
#EC69A0
(236,105,160)
#EE7BAB
(238,123,171)
#F08DB6
(240,141,182)
#F29FC1
(242,159,193)
#F4B1CC
(244,177,204)
#F6C3D7
(246,195,215)
#F8D5E2
(248,213,226)
#FAE7ED
(250,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6337F color. Also use rgb(230,51,127) instead hex code.

Text Font Color

.myTextColor { color: #E6337F; }

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

This text font color is #E6337F.


Background Color

.myBgColor { background-color: #E6337F; }

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

This div background color is #E6337F.


Border color

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

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

This div border color is #E6337F.


Opacity

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

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

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

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

This text has shadow with #E6337F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6337F on black background.


Color preview on white background

This text has color #E6337F on white background.



Black color preview on #E6337F background

This text has black color on #E6337F background.


White color preview on #E6337F background

This text has white color on #E6337F background.