COLOR #E59AC6

HEX: #E59AC6
RGB: (229,154,198)

Renk bilgisi

#E59AC6 contains mainly red and blue colors. #E59AC6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E59AC6 color RGB value is (229,154,198).

  • kırmız ton 229;
  • yeşil ton 154;
  • mavi ton 198.
RGB:
(229,154,198)
(90%,60%,78%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 154 of 255 = 60%
B 198 of 255 = 78%

229
154
198

R + G + B ~ 76%. #E59AC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 154 + 198 = 581 (100%)
R 229 of 581 ~ 39.41%
G 154 of 581 ~ 26.51%
B 198 of 581 ~ 34.08%

%39.41
%26.51
%34.08

CMYK RENK MODELİ

#E59AC6 rengi CMYK tonu (0,33,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.75%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(0,33,14,10)
C0M33Y14K10 
(0%,33%,14%,10%)
(0.00/0.33/0.14/0.10)	

CMYK yüzdeleri

%0
%32.75
%13.54
%10.2

Codes

Color #E59AC6 in popluar color models

E59AC6
RGB229154198
HSL325°59.06%75.10%
HSB/HSV325°32.75%89.80%
CMYK0.00%32.75%13.54%
10.20%

Color #E59AC6 in popluar number systems.

HEXE59AC6
Decimal229154198
Binary111001011001101011000110
Octal345232306

Shades and tints

Shades of #E59AC6

#E59AC6
(229,154,198)
#D18CB4
(209,140,180)
#BD7EA2
(189,126,162)
#A97090
(169,112,144)
#95627E
(149,98,126)
#81546C
(129,84,108)
#6D465A
(109,70,90)
#593848
(89,56,72)
#452A36
(69,42,54)
#311C24
(49,28,36)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #E59AC6

#E59AC6
(229,154,198)
#E7A3CB
(231,163,203)
#E9ACD0
(233,172,208)
#EBB5D5
(235,181,213)
#EDBEDA
(237,190,218)
#EFC7DF
(239,199,223)
#F1D0E4
(241,208,228)
#F3D9E9
(243,217,233)
#F5E2EE
(245,226,238)
#F7EBF3
(247,235,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59AC6 color. Also use rgb(229,154,198) instead hex code.

Text Font Color

.myTextColor { color: #E59AC6; }

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

This text font color is #E59AC6.


Background Color

.myBgColor { background-color: #E59AC6; }

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

This div background color is #E59AC6.


Border color

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

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

This div border color is #E59AC6.


Opacity

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

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

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

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

This text has shadow with #E59AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59AC6 on black background.


Color preview on white background

This text has color #E59AC6 on white background.



Black color preview on #E59AC6 background

This text has black color on #E59AC6 background.


White color preview on #E59AC6 background

This text has white color on #E59AC6 background.