COLOR #E35B58

HEX: #E35B58
RGB: (227,91,88)

Renk bilgisi

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

RGB renk modeli

#E35B58 color RGB value is (227,91,88).

  • kırmız ton 227;
  • yeşil ton 91;
  • mavi ton 88.
RGB:
(227,91,88)
(89%,36%,35%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 91 of 255 = 36%
B 88 of 255 = 35%

227
91
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 91 + 88 = 406 (100%)
R 227 of 406 ~ 55.91%
G 91 of 406 ~ 22.41%
B 88 of 406 ~ 21.67%

%55.91
%22.41
%21.67

CMYK RENK MODELİ

#E35B58 rengi CMYK tonu (0,60,61,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.91%
  • sarı tonu 61.23%
  • ana renk tonu 10.98%
CMYK:
(0,60,61,11)
C0M60Y61K11 
(0%,60%,61%,11%)
(0.00/0.60/0.61/0.11)	

CMYK yüzdeleri

%0
%59.91
%61.23
%10.98

Codes

Color #E35B58 in popluar color models

E35B58
RGB2279188
HSL71.28%61.76%
HSB/HSV61.23%89.02%
CMYK0.00%59.91%61.23%
10.98%

Color #E35B58 in popluar number systems.

HEXE35B58
Decimal2279188
Binary1110001110110111011000
Octal343133130

Shades and tints

Shades of #E35B58

#E35B58
(227,91,88)
#CF5350
(207,83,80)
#BB4B48
(187,75,72)
#A74340
(167,67,64)
#933B38
(147,59,56)
#7F3330
(127,51,48)
#6B2B28
(107,43,40)
#572320
(87,35,32)
#431B18
(67,27,24)
#2F1310
(47,19,16)
#1B0B08
(27,11,8)
#000000
(0,0,0)

Tints of #E35B58

#E35B58
(227,91,88)
#E56967
(229,105,103)
#E77776
(231,119,118)
#E98585
(233,133,133)
#EB9394
(235,147,148)
#EDA1A3
(237,161,163)
#EFAFB2
(239,175,178)
#F1BDC1
(241,189,193)
#F3CBD0
(243,203,208)
#F5D9DF
(245,217,223)
#F7E7EE
(247,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35B58 color. Also use rgb(227,91,88) instead hex code.

Text Font Color

.myTextColor { color: #E35B58; }

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

This text font color is #E35B58.


Background Color

.myBgColor { background-color: #E35B58; }

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

This div background color is #E35B58.


Border color

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

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

This div border color is #E35B58.


Opacity

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

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

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

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

This text has shadow with #E35B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35B58 on black background.


Color preview on white background

This text has color #E35B58 on white background.



Black color preview on #E35B58 background

This text has black color on #E35B58 background.


White color preview on #E35B58 background

This text has white color on #E35B58 background.