COLOR #E59FA5

HEX: #E59FA5
RGB: (229,159,165)

Renk bilgisi

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

RGB renk modeli

#E59FA5 color RGB value is (229,159,165).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 159 of 255 = 62%
B 165 of 255 = 65%

229
159
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 159 + 165 = 553 (100%)
R 229 of 553 ~ 41.41%
G 159 of 553 ~ 28.75%
B 165 of 553 ~ 29.84%

%41.41
%28.75
%29.84

CMYK RENK MODELİ

#E59FA5 rengi CMYK tonu (0,31,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.57%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(0,31,28,10)
C0M31Y28K10 
(0%,31%,28%,10%)
(0.00/0.31/0.28/0.10)	

CMYK yüzdeleri

%0
%30.57
%27.95
%10.2

Codes

Color #E59FA5 in popluar color models

E59FA5
RGB229159165
HSL355°57.38%76.08%
HSB/HSV355°30.57%89.80%
CMYK0.00%30.57%27.95%
10.20%

Color #E59FA5 in popluar number systems.

HEXE59FA5
Decimal229159165
Binary111001011001111110100101
Octal345237245

Shades and tints

Shades of #E59FA5

#E59FA5
(229,159,165)
#D19196
(209,145,150)
#BD8387
(189,131,135)
#A97578
(169,117,120)
#956769
(149,103,105)
#81595A
(129,89,90)
#6D4B4B
(109,75,75)
#593D3C
(89,61,60)
#452F2D
(69,47,45)
#31211E
(49,33,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #E59FA5

#E59FA5
(229,159,165)
#E7A7AD
(231,167,173)
#E9AFB5
(233,175,181)
#EBB7BD
(235,183,189)
#EDBFC5
(237,191,197)
#EFC7CD
(239,199,205)
#F1CFD5
(241,207,213)
#F3D7DD
(243,215,221)
#F5DFE5
(245,223,229)
#F7E7ED
(247,231,237)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59FA5; }

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

This text font color is #E59FA5.


Background Color

.myBgColor { background-color: #E59FA5; }

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

This div background color is #E59FA5.


Border color

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

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

This div border color is #E59FA5.


Opacity

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

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

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

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

This text has shadow with #E59FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59FA5 on black background.


Color preview on white background

This text has color #E59FA5 on white background.



Black color preview on #E59FA5 background

This text has black color on #E59FA5 background.


White color preview on #E59FA5 background

This text has white color on #E59FA5 background.