COLOR #E35575

HEX: #E35575
RGB: (227,85,117)

Renk bilgisi

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

RGB renk modeli

#E35575 color RGB value is (227,85,117).

  • kırmız ton 227;
  • yeşil ton 85;
  • mavi ton 117.
RGB:
(227,85,117)
(89%,33%,46%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 85 of 255 = 33%
B 117 of 255 = 46%

227
85
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 85 + 117 = 429 (100%)
R 227 of 429 ~ 52.91%
G 85 of 429 ~ 19.81%
B 117 of 429 ~ 27.27%

%52.91
%19.81
%27.27

CMYK RENK MODELİ

#E35575 rengi CMYK tonu (0,63,48,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.56%
  • sarı tonu 48.46%
  • ana renk tonu 10.98%
CMYK:
(0,63,48,11)
C0M63Y48K11 
(0%,63%,48%,11%)
(0.00/0.63/0.48/0.11)	

CMYK yüzdeleri

%0
%62.56
%48.46
%10.98

Codes

Color #E35575 in popluar color models

E35575
RGB22785117
HSL346°71.72%61.18%
HSB/HSV346°62.56%89.02%
CMYK0.00%62.56%48.46%
10.98%

Color #E35575 in popluar number systems.

HEXE35575
Decimal22785117
Binary1110001110101011110101
Octal343125165

Shades and tints

Shades of #E35575

#E35575
(227,85,117)
#CF4E6B
(207,78,107)
#BB4761
(187,71,97)
#A74057
(167,64,87)
#93394D
(147,57,77)
#7F3243
(127,50,67)
#6B2B39
(107,43,57)
#57242F
(87,36,47)
#431D25
(67,29,37)
#2F161B
(47,22,27)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #E35575

#E35575
(227,85,117)
#E56481
(229,100,129)
#E7738D
(231,115,141)
#E98299
(233,130,153)
#EB91A5
(235,145,165)
#EDA0B1
(237,160,177)
#EFAFBD
(239,175,189)
#F1BEC9
(241,190,201)
#F3CDD5
(243,205,213)
#F5DCE1
(245,220,225)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35575 color. Also use rgb(227,85,117) instead hex code.

Text Font Color

.myTextColor { color: #E35575; }

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

This text font color is #E35575.


Background Color

.myBgColor { background-color: #E35575; }

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

This div background color is #E35575.


Border color

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

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

This div border color is #E35575.


Opacity

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

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

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

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

This text has shadow with #E35575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35575 on black background.


Color preview on white background

This text has color #E35575 on white background.



Black color preview on #E35575 background

This text has black color on #E35575 background.


White color preview on #E35575 background

This text has white color on #E35575 background.