COLOR #E589C6

HEX: #E589C6
RGB: (229,137,198)

Renk bilgisi

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

RGB renk modeli

#E589C6 color RGB value is (229,137,198).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 137 of 255 = 54%
B 198 of 255 = 78%

229
137
198

R + G + B ~ 74%. #E589C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 137 + 198 = 564 (100%)
R 229 of 564 ~ 40.6%
G 137 of 564 ~ 24.29%
B 198 of 564 ~ 35.11%

%40.6
%24.29
%35.11

CMYK RENK MODELİ

#E589C6 rengi CMYK tonu (0,40,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.17%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(0,40,14,10)
C0M40Y14K10 
(0%,40%,14%,10%)
(0.00/0.40/0.14/0.10)	

CMYK yüzdeleri

%0
%40.17
%13.54
%10.2

Codes

Color #E589C6 in popluar color models

E589C6
RGB229137198
HSL320°63.89%71.76%
HSB/HSV320°40.17%89.80%
CMYK0.00%40.17%13.54%
10.20%

Color #E589C6 in popluar number systems.

HEXE589C6
Decimal229137198
Binary111001011000100111000110
Octal345211306

Shades and tints

Shades of #E589C6

#E589C6
(229,137,198)
#D17DB4
(209,125,180)
#BD71A2
(189,113,162)
#A96590
(169,101,144)
#95597E
(149,89,126)
#814D6C
(129,77,108)
#6D415A
(109,65,90)
#593548
(89,53,72)
#452936
(69,41,54)
#311D24
(49,29,36)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #E589C6

#E589C6
(229,137,198)
#E793CB
(231,147,203)
#E99DD0
(233,157,208)
#EBA7D5
(235,167,213)
#EDB1DA
(237,177,218)
#EFBBDF
(239,187,223)
#F1C5E4
(241,197,228)
#F3CFE9
(243,207,233)
#F5D9EE
(245,217,238)
#F7E3F3
(247,227,243)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E589C6; }

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

This text font color is #E589C6.


Background Color

.myBgColor { background-color: #E589C6; }

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

This div background color is #E589C6.


Border color

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

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

This div border color is #E589C6.


Opacity

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

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

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

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

This text has shadow with #E589C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E589C6 on black background.


Color preview on white background

This text has color #E589C6 on white background.



Black color preview on #E589C6 background

This text has black color on #E589C6 background.


White color preview on #E589C6 background

This text has white color on #E589C6 background.