COLOR #E589C2

HEX: #E589C2
RGB: (229,137,194)

Renk bilgisi

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

RGB renk modeli

#E589C2 color RGB value is (229,137,194).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 137 of 255 = 54%
B 194 of 255 = 76%

229
137
194

R + G + B ~ 73%. #E589C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 137 + 194 = 560 (100%)
R 229 of 560 ~ 40.89%
G 137 of 560 ~ 24.46%
B 194 of 560 ~ 34.64%

%40.89
%24.46
%34.64

CMYK RENK MODELİ

#E589C2 rengi CMYK tonu (0,40,15,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.17%
  • sarı tonu 15.28%
  • ana renk tonu 10.20%
CMYK:
(0,40,15,10)
C0M40Y15K10 
(0%,40%,15%,10%)
(0.00/0.40/0.15/0.10)	

CMYK yüzdeleri

%0
%40.17
%15.28
%10.2

Codes

Color #E589C2 in popluar color models

E589C2
RGB229137194
HSL323°63.89%71.76%
HSB/HSV323°40.17%89.80%
CMYK0.00%40.17%15.28%
10.20%

Color #E589C2 in popluar number systems.

HEXE589C2
Decimal229137194
Binary111001011000100111000010
Octal345211302

Shades and tints

Shades of #E589C2

#E589C2
(229,137,194)
#D17DB1
(209,125,177)
#BD71A0
(189,113,160)
#A9658F
(169,101,143)
#95597E
(149,89,126)
#814D6D
(129,77,109)
#6D415C
(109,65,92)
#59354B
(89,53,75)
#45293A
(69,41,58)
#311D29
(49,29,41)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #E589C2

#E589C2
(229,137,194)
#E793C7
(231,147,199)
#E99DCC
(233,157,204)
#EBA7D1
(235,167,209)
#EDB1D6
(237,177,214)
#EFBBDB
(239,187,219)
#F1C5E0
(241,197,224)
#F3CFE5
(243,207,229)
#F5D9EA
(245,217,234)
#F7E3EF
(247,227,239)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E589C2; }

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

This text font color is #E589C2.


Background Color

.myBgColor { background-color: #E589C2; }

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

This div background color is #E589C2.


Border color

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

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

This div border color is #E589C2.


Opacity

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

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

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

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

This text has shadow with #E589C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E589C2 on black background.


Color preview on white background

This text has color #E589C2 on white background.



Black color preview on #E589C2 background

This text has black color on #E589C2 background.


White color preview on #E589C2 background

This text has white color on #E589C2 background.