COLOR #E35A66

HEX: #E35A66
RGB: (227,90,102)

Renk bilgisi

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

RGB renk modeli

#E35A66 color RGB value is (227,90,102).

  • kırmız ton 227;
  • yeşil ton 90;
  • mavi ton 102.
RGB:
(227,90,102)
(89%,35%,40%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 90 of 255 = 35%
B 102 of 255 = 40%

227
90
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 90 + 102 = 419 (100%)
R 227 of 419 ~ 54.18%
G 90 of 419 ~ 21.48%
B 102 of 419 ~ 24.34%

%54.18
%21.48
%24.34

CMYK RENK MODELİ

#E35A66 rengi CMYK tonu (0,60,55,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.35%
  • sarı tonu 55.07%
  • ana renk tonu 10.98%
CMYK:
(0,60,55,11)
C0M60Y55K11 
(0%,60%,55%,11%)
(0.00/0.60/0.55/0.11)	

CMYK yüzdeleri

%0
%60.35
%55.07
%10.98

Codes

Color #E35A66 in popluar color models

E35A66
RGB22790102
HSL355°70.98%62.16%
HSB/HSV355°60.35%89.02%
CMYK0.00%60.35%55.07%
10.98%

Color #E35A66 in popluar number systems.

HEXE35A66
Decimal22790102
Binary1110001110110101100110
Octal343132146

Shades and tints

Shades of #E35A66

#E35A66
(227,90,102)
#CF525D
(207,82,93)
#BB4A54
(187,74,84)
#A7424B
(167,66,75)
#933A42
(147,58,66)
#7F3239
(127,50,57)
#6B2A30
(107,42,48)
#572227
(87,34,39)
#431A1E
(67,26,30)
#2F1215
(47,18,21)
#1B0A0C
(27,10,12)
#000000
(0,0,0)

Tints of #E35A66

#E35A66
(227,90,102)
#E56973
(229,105,115)
#E77880
(231,120,128)
#E9878D
(233,135,141)
#EB969A
(235,150,154)
#EDA5A7
(237,165,167)
#EFB4B4
(239,180,180)
#F1C3C1
(241,195,193)
#F3D2CE
(243,210,206)
#F5E1DB
(245,225,219)
#F7F0E8
(247,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35A66 color. Also use rgb(227,90,102) instead hex code.

Text Font Color

.myTextColor { color: #E35A66; }

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

This text font color is #E35A66.


Background Color

.myBgColor { background-color: #E35A66; }

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

This div background color is #E35A66.


Border color

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

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

This div border color is #E35A66.


Opacity

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

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

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

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

This text has shadow with #E35A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35A66 on black background.


Color preview on white background

This text has color #E35A66 on white background.



Black color preview on #E35A66 background

This text has black color on #E35A66 background.


White color preview on #E35A66 background

This text has white color on #E35A66 background.