COLOR #E34B5D

HEX: #E34B5D
RGB: (227,75,93)

Renk bilgisi

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

RGB renk modeli

#E34B5D color RGB value is (227,75,93).

  • kırmız ton 227;
  • yeşil ton 75;
  • mavi ton 93.
RGB:
(227,75,93)
(89%,29%,36%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 75 of 255 = 29%
B 93 of 255 = 36%

227
75
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 75 + 93 = 395 (100%)
R 227 of 395 ~ 57.47%
G 75 of 395 ~ 18.99%
B 93 of 395 ~ 23.54%

%57.47
%18.99
%23.54

CMYK RENK MODELİ

#E34B5D rengi CMYK tonu (0,67,59,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.96%
  • sarı tonu 59.03%
  • ana renk tonu 10.98%
CMYK:
(0,67,59,11)
C0M67Y59K11 
(0%,67%,59%,11%)
(0.00/0.67/0.59/0.11)	

CMYK yüzdeleri

%0
%66.96
%59.03
%10.98

Codes

Color #E34B5D in popluar color models

E34B5D
RGB2277593
HSL353°73.08%59.22%
HSB/HSV353°66.96%89.02%
CMYK0.00%66.96%59.03%
10.98%

Color #E34B5D in popluar number systems.

HEXE34B5D
Decimal2277593
Binary1110001110010111011101
Octal343113135

Shades and tints

Shades of #E34B5D

#E34B5D
(227,75,93)
#CF4555
(207,69,85)
#BB3F4D
(187,63,77)
#A73945
(167,57,69)
#93333D
(147,51,61)
#7F2D35
(127,45,53)
#6B272D
(107,39,45)
#572125
(87,33,37)
#431B1D
(67,27,29)
#2F1515
(47,21,21)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #E34B5D

#E34B5D
(227,75,93)
#E55B6B
(229,91,107)
#E76B79
(231,107,121)
#E97B87
(233,123,135)
#EB8B95
(235,139,149)
#ED9BA3
(237,155,163)
#EFABB1
(239,171,177)
#F1BBBF
(241,187,191)
#F3CBCD
(243,203,205)
#F5DBDB
(245,219,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34B5D color. Also use rgb(227,75,93) instead hex code.

Text Font Color

.myTextColor { color: #E34B5D; }

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

This text font color is #E34B5D.


Background Color

.myBgColor { background-color: #E34B5D; }

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

This div background color is #E34B5D.


Border color

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

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

This div border color is #E34B5D.


Opacity

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

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

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

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

This text has shadow with #E34B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34B5D on black background.


Color preview on white background

This text has color #E34B5D on white background.



Black color preview on #E34B5D background

This text has black color on #E34B5D background.


White color preview on #E34B5D background

This text has white color on #E34B5D background.