COLOR #E589D0

HEX: #E589D0
RGB: (229,137,208)

Renk bilgisi

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

RGB renk modeli

#E589D0 color RGB value is (229,137,208).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 137 of 255 = 54%
B 208 of 255 = 82%

229
137
208

R + G + B ~ 75%. #E589D0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 137 + 208 = 574 (100%)
R 229 of 574 ~ 39.9%
G 137 of 574 ~ 23.87%
B 208 of 574 ~ 36.24%

%39.9
%23.87
%36.24

CMYK RENK MODELİ

#E589D0 rengi CMYK tonu (0,40,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.17%
  • sarı tonu 9.17%
  • ana renk tonu 10.20%
CMYK:
(0,40,9,10)
C0M40Y9K10 
(0%,40%,9%,10%)
(0.00/0.40/0.09/0.10)	

CMYK yüzdeleri

%0
%40.17
%9.17
%10.2

Codes

Color #E589D0 in popluar color models

E589D0
RGB229137208
HSL314°63.89%71.76%
HSB/HSV314°40.17%89.80%
CMYK0.00%40.17%9.17%
10.20%

Color #E589D0 in popluar number systems.

HEXE589D0
Decimal229137208
Binary111001011000100111010000
Octal345211320

Shades and tints

Shades of #E589D0

#E589D0
(229,137,208)
#D17DBE
(209,125,190)
#BD71AC
(189,113,172)
#A9659A
(169,101,154)
#955988
(149,89,136)
#814D76
(129,77,118)
#6D4164
(109,65,100)
#593552
(89,53,82)
#452940
(69,41,64)
#311D2E
(49,29,46)
#1D111C
(29,17,28)
#000000
(0,0,0)

Tints of #E589D0

#E589D0
(229,137,208)
#E793D4
(231,147,212)
#E99DD8
(233,157,216)
#EBA7DC
(235,167,220)
#EDB1E0
(237,177,224)
#EFBBE4
(239,187,228)
#F1C5E8
(241,197,232)
#F3CFEC
(243,207,236)
#F5D9F0
(245,217,240)
#F7E3F4
(247,227,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E589D0; }

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

This text font color is #E589D0.


Background Color

.myBgColor { background-color: #E589D0; }

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

This div background color is #E589D0.


Border color

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

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

This div border color is #E589D0.


Opacity

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

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

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

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

This text has shadow with #E589D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E589D0 on black background.


Color preview on white background

This text has color #E589D0 on white background.



Black color preview on #E589D0 background

This text has black color on #E589D0 background.


White color preview on #E589D0 background

This text has white color on #E589D0 background.