COLOR #E59CA5

HEX: #E59CA5
RGB: (229,156,165)

Renk bilgisi

#E59CA5 contains mainly red color. #E59CA5 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E59CA5 color RGB value is (229,156,165).

  • kırmız ton 229;
  • yeşil ton 156;
  • mavi ton 165.
RGB:
(229,156,165)
(90%,61%,65%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 156 of 255 = 61%
B 165 of 255 = 65%

229
156
165

R + G + B ~ 72%. #E59CA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 156 + 165 = 550 (100%)
R 229 of 550 ~ 41.64%
G 156 of 550 ~ 28.36%
B 165 of 550 ~ 30%

%41.64
%28.36
%30

CMYK RENK MODELİ

#E59CA5 rengi CMYK tonu (0,32,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.88%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(0,32,28,10)
C0M32Y28K10 
(0%,32%,28%,10%)
(0.00/0.32/0.28/0.10)	

CMYK yüzdeleri

%0
%31.88
%27.95
%10.2

Codes

Color #E59CA5 in popluar color models

E59CA5
RGB229156165
HSL353°58.40%75.49%
HSB/HSV353°31.88%89.80%
CMYK0.00%31.88%27.95%
10.20%

Color #E59CA5 in popluar number systems.

HEXE59CA5
Decimal229156165
Binary111001011001110010100101
Octal345234245

Shades and tints

Shades of #E59CA5

#E59CA5
(229,156,165)
#D18E96
(209,142,150)
#BD8087
(189,128,135)
#A97278
(169,114,120)
#956469
(149,100,105)
#81565A
(129,86,90)
#6D484B
(109,72,75)
#593A3C
(89,58,60)
#452C2D
(69,44,45)
#311E1E
(49,30,30)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #E59CA5

#E59CA5
(229,156,165)
#E7A5AD
(231,165,173)
#E9AEB5
(233,174,181)
#EBB7BD
(235,183,189)
#EDC0C5
(237,192,197)
#EFC9CD
(239,201,205)
#F1D2D5
(241,210,213)
#F3DBDD
(243,219,221)
#F5E4E5
(245,228,229)
#F7EDED
(247,237,237)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59CA5 color. Also use rgb(229,156,165) instead hex code.

Text Font Color

.myTextColor { color: #E59CA5; }

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

This text font color is #E59CA5.


Background Color

.myBgColor { background-color: #E59CA5; }

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

This div background color is #E59CA5.


Border color

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

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

This div border color is #E59CA5.


Opacity

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

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

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

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

This text has shadow with #E59CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59CA5 on black background.


Color preview on white background

This text has color #E59CA5 on white background.



Black color preview on #E59CA5 background

This text has black color on #E59CA5 background.


White color preview on #E59CA5 background

This text has white color on #E59CA5 background.