COLOR #EB465D

HEX: #EB465D
RGB: (235,70,93)

Renk bilgisi

#EB465D contains mainly red color. #EB465D ‘ nin web güvenlik rengi #FF3366 (ya da #F36) dir.

RGB renk modeli

#EB465D color RGB value is (235,70,93).

  • kırmız ton 235;
  • yeşil ton 70;
  • mavi ton 93.
RGB:
(235,70,93)
(92%,27%,36%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 70 of 255 = 27%
B 93 of 255 = 36%

235
70
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 70 + 93 = 398 (100%)
R 235 of 398 ~ 59.05%
G 70 of 398 ~ 17.59%
B 93 of 398 ~ 23.37%

%59.05
%17.59
%23.37

CMYK RENK MODELİ

#EB465D rengi CMYK tonu (0,70,60,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.21%
  • sarı tonu 60.43%
  • ana renk tonu 7.84%
CMYK:
(0,70,60,8)
C0M70Y60K8 
(0%,70%,60%,8%)
(0.00/0.70/0.60/0.08)	

CMYK yüzdeleri

%0
%70.21
%60.43
%7.84

Codes

Color #EB465D in popluar color models

EB465D
RGB2357093
HSL352°80.49%59.80%
HSB/HSV352°70.21%92.16%
CMYK0.00%70.21%60.43%
7.84%

Color #EB465D in popluar number systems.

HEXEB465D
Decimal2357093
Binary1110101110001101011101
Octal353106135

Shades and tints

Shades of #EB465D

#EB465D
(235,70,93)
#D64055
(214,64,85)
#C13A4D
(193,58,77)
#AC3445
(172,52,69)
#972E3D
(151,46,61)
#822835
(130,40,53)
#6D222D
(109,34,45)
#581C25
(88,28,37)
#43161D
(67,22,29)
#2E1015
(46,16,21)
#190A0D
(25,10,13)
#000000
(0,0,0)

Tints of #EB465D

#EB465D
(235,70,93)
#EC566B
(236,86,107)
#ED6679
(237,102,121)
#EE7687
(238,118,135)
#EF8695
(239,134,149)
#F096A3
(240,150,163)
#F1A6B1
(241,166,177)
#F2B6BF
(242,182,191)
#F3C6CD
(243,198,205)
#F4D6DB
(244,214,219)
#F5E6E9
(245,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB465D color. Also use rgb(235,70,93) instead hex code.

Text Font Color

.myTextColor { color: #EB465D; }

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

This text font color is #EB465D.


Background Color

.myBgColor { background-color: #EB465D; }

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

This div background color is #EB465D.


Border color

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

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

This div border color is #EB465D.


Opacity

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

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

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

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

This text has shadow with #EB465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB465D on black background.


Color preview on white background

This text has color #EB465D on white background.



Black color preview on #EB465D background

This text has black color on #EB465D background.


White color preview on #EB465D background

This text has white color on #EB465D background.