COLOR #E64F50

HEX: #E64F50
RGB: (230,79,80)

Renk bilgisi

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

RGB renk modeli

#E64F50 color RGB value is (230,79,80).

  • kırmız ton 230;
  • yeşil ton 79;
  • mavi ton 80.
RGB:
(230,79,80)
(90%,31%,31%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 79 of 255 = 31%
B 80 of 255 = 31%

230
79
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 79 + 80 = 389 (100%)
R 230 of 389 ~ 59.13%
G 79 of 389 ~ 20.31%
B 80 of 389 ~ 20.57%

%59.13
%20.31
%20.57

CMYK RENK MODELİ

#E64F50 rengi CMYK tonu (0,66,65,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.65%
  • sarı tonu 65.22%
  • ana renk tonu 9.80%
CMYK:
(0,66,65,10)
C0M66Y65K10 
(0%,66%,65%,10%)
(0.00/0.66/0.65/0.10)	

CMYK yüzdeleri

%0
%65.65
%65.22
%9.8

Codes

Color #E64F50 in popluar color models

E64F50
RGB2307980
HSL360°75.12%60.59%
HSB/HSV360°65.65%90.20%
CMYK0.00%65.65%65.22%
9.80%

Color #E64F50 in popluar number systems.

HEXE64F50
Decimal2307980
Binary1110011010011111010000
Octal346117120

Shades and tints

Shades of #E64F50

#E64F50
(230,79,80)
#D24849
(210,72,73)
#BE4142
(190,65,66)
#AA3A3B
(170,58,59)
#963334
(150,51,52)
#822C2D
(130,44,45)
#6E2526
(110,37,38)
#5A1E1F
(90,30,31)
#461718
(70,23,24)
#321011
(50,16,17)
#1E090A
(30,9,10)
#000000
(0,0,0)

Tints of #E64F50

#E64F50
(230,79,80)
#E85F5F
(232,95,95)
#EA6F6E
(234,111,110)
#EC7F7D
(236,127,125)
#EE8F8C
(238,143,140)
#F09F9B
(240,159,155)
#F2AFAA
(242,175,170)
#F4BFB9
(244,191,185)
#F6CFC8
(246,207,200)
#F8DFD7
(248,223,215)
#FAEFE6
(250,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64F50 color. Also use rgb(230,79,80) instead hex code.

Text Font Color

.myTextColor { color: #E64F50; }

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

This text font color is #E64F50.


Background Color

.myBgColor { background-color: #E64F50; }

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

This div background color is #E64F50.


Border color

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

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

This div border color is #E64F50.


Opacity

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

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

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

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

This text has shadow with #E64F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64F50 on black background.


Color preview on white background

This text has color #E64F50 on white background.



Black color preview on #E64F50 background

This text has black color on #E64F50 background.


White color preview on #E64F50 background

This text has white color on #E64F50 background.