COLOR #E64B4C

HEX: #E64B4C
RGB: (230,75,76)

Renk bilgisi

#E64B4C contains mainly red color. #E64B4C ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#E64B4C color RGB value is (230,75,76).

  • kırmız ton 230;
  • yeşil ton 75;
  • mavi ton 76.
RGB:
(230,75,76)
(90%,29%,30%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 75 of 255 = 29%
B 76 of 255 = 30%

230
75
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 75 + 76 = 381 (100%)
R 230 of 381 ~ 60.37%
G 75 of 381 ~ 19.69%
B 76 of 381 ~ 19.95%

%60.37
%19.69
%19.95

CMYK RENK MODELİ

#E64B4C rengi CMYK tonu (0,67,67,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.39%
  • sarı tonu 66.96%
  • ana renk tonu 9.80%
CMYK:
(0,67,67,10)
C0M67Y67K10 
(0%,67%,67%,10%)
(0.00/0.67/0.67/0.10)	

CMYK yüzdeleri

%0
%67.39
%66.96
%9.8

Codes

Color #E64B4C in popluar color models

E64B4C
RGB2307576
HSL360°75.61%59.80%
HSB/HSV360°67.39%90.20%
CMYK0.00%67.39%66.96%
9.80%

Color #E64B4C in popluar number systems.

HEXE64B4C
Decimal2307576
Binary1110011010010111001100
Octal346113114

Shades and tints

Shades of #E64B4C

#E64B4C
(230,75,76)
#D24546
(210,69,70)
#BE3F40
(190,63,64)
#AA393A
(170,57,58)
#963334
(150,51,52)
#822D2E
(130,45,46)
#6E2728
(110,39,40)
#5A2122
(90,33,34)
#461B1C
(70,27,28)
#321516
(50,21,22)
#1E0F10
(30,15,16)
#000000
(0,0,0)

Tints of #E64B4C

#E64B4C
(230,75,76)
#E85B5C
(232,91,92)
#EA6B6C
(234,107,108)
#EC7B7C
(236,123,124)
#EE8B8C
(238,139,140)
#F09B9C
(240,155,156)
#F2ABAC
(242,171,172)
#F4BBBC
(244,187,188)
#F6CBCC
(246,203,204)
#F8DBDC
(248,219,220)
#FAEBEC
(250,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64B4C color. Also use rgb(230,75,76) instead hex code.

Text Font Color

.myTextColor { color: #E64B4C; }

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

This text font color is #E64B4C.


Background Color

.myBgColor { background-color: #E64B4C; }

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

This div background color is #E64B4C.


Border color

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

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

This div border color is #E64B4C.


Opacity

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

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

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

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

This text has shadow with #E64B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64B4C on black background.


Color preview on white background

This text has color #E64B4C on white background.



Black color preview on #E64B4C background

This text has black color on #E64B4C background.


White color preview on #E64B4C background

This text has white color on #E64B4C background.