COLOR #E65C7F

HEX: #E65C7F
RGB: (230,92,127)

Renk bilgisi

#E65C7F contains mainly red color. #E65C7F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E65C7F color RGB value is (230,92,127).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 92 of 255 = 36%
B 127 of 255 = 50%

230
92
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 92 + 127 = 449 (100%)
R 230 of 449 ~ 51.22%
G 92 of 449 ~ 20.49%
B 127 of 449 ~ 28.29%

%51.22
%20.49
%28.29

CMYK RENK MODELİ

#E65C7F rengi CMYK tonu (0,60,45,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.00%
  • sarı tonu 44.78%
  • ana renk tonu 9.80%
CMYK:
(0,60,45,10)
C0M60Y45K10 
(0%,60%,45%,10%)
(0.00/0.60/0.45/0.10)	

CMYK yüzdeleri

%0
%60
%44.78
%9.8

Codes

Color #E65C7F in popluar color models

E65C7F
RGB23092127
HSL345°73.40%63.14%
HSB/HSV345°60.00%90.20%
CMYK0.00%60.00%44.78%
9.80%

Color #E65C7F in popluar number systems.

HEXE65C7F
Decimal23092127
Binary1110011010111001111111
Octal346134177

Shades and tints

Shades of #E65C7F

#E65C7F
(230,92,127)
#D25474
(210,84,116)
#BE4C69
(190,76,105)
#AA445E
(170,68,94)
#963C53
(150,60,83)
#823448
(130,52,72)
#6E2C3D
(110,44,61)
#5A2432
(90,36,50)
#461C27
(70,28,39)
#32141C
(50,20,28)
#1E0C11
(30,12,17)
#000000
(0,0,0)

Tints of #E65C7F

#E65C7F
(230,92,127)
#E86A8A
(232,106,138)
#EA7895
(234,120,149)
#EC86A0
(236,134,160)
#EE94AB
(238,148,171)
#F0A2B6
(240,162,182)
#F2B0C1
(242,176,193)
#F4BECC
(244,190,204)
#F6CCD7
(246,204,215)
#F8DAE2
(248,218,226)
#FAE8ED
(250,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E65C7F; }

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

This text font color is #E65C7F.


Background Color

.myBgColor { background-color: #E65C7F; }

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

This div background color is #E65C7F.


Border color

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

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

This div border color is #E65C7F.


Opacity

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

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

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

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

This text has shadow with #E65C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E65C7F on black background.


Color preview on white background

This text has color #E65C7F on white background.



Black color preview on #E65C7F background

This text has black color on #E65C7F background.


White color preview on #E65C7F background

This text has white color on #E65C7F background.