COLOR #E59BD0

HEX: #E59BD0
RGB: (229,155,208)

Renk bilgisi

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

RGB renk modeli

#E59BD0 color RGB value is (229,155,208).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 155 of 255 = 61%
B 208 of 255 = 82%

229
155
208

R + G + B ~ 78%. #E59BD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 155 + 208 = 592 (100%)
R 229 of 592 ~ 38.68%
G 155 of 592 ~ 26.18%
B 208 of 592 ~ 35.14%

%38.68
%26.18
%35.14

CMYK RENK MODELİ

#E59BD0 rengi CMYK tonu (0,32,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.31%
  • sarı tonu 9.17%
  • ana renk tonu 10.20%
CMYK:
(0,32,9,10)
C0M32Y9K10 
(0%,32%,9%,10%)
(0.00/0.32/0.09/0.10)	

CMYK yüzdeleri

%0
%32.31
%9.17
%10.2

Codes

Color #E59BD0 in popluar color models

E59BD0
RGB229155208
HSL317°58.73%75.29%
HSB/HSV317°32.31%89.80%
CMYK0.00%32.31%9.17%
10.20%

Color #E59BD0 in popluar number systems.

HEXE59BD0
Decimal229155208
Binary111001011001101111010000
Octal345233320

Shades and tints

Shades of #E59BD0

#E59BD0
(229,155,208)
#D18DBE
(209,141,190)
#BD7FAC
(189,127,172)
#A9719A
(169,113,154)
#956388
(149,99,136)
#815576
(129,85,118)
#6D4764
(109,71,100)
#593952
(89,57,82)
#452B40
(69,43,64)
#311D2E
(49,29,46)
#1D0F1C
(29,15,28)
#000000
(0,0,0)

Tints of #E59BD0

#E59BD0
(229,155,208)
#E7A4D4
(231,164,212)
#E9ADD8
(233,173,216)
#EBB6DC
(235,182,220)
#EDBFE0
(237,191,224)
#EFC8E4
(239,200,228)
#F1D1E8
(241,209,232)
#F3DAEC
(243,218,236)
#F5E3F0
(245,227,240)
#F7ECF4
(247,236,244)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59BD0; }

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

This text font color is #E59BD0.


Background Color

.myBgColor { background-color: #E59BD0; }

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

This div background color is #E59BD0.


Border color

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

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

This div border color is #E59BD0.


Opacity

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

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

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

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

This text has shadow with #E59BD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59BD0 on black background.


Color preview on white background

This text has color #E59BD0 on white background.



Black color preview on #E59BD0 background

This text has black color on #E59BD0 background.


White color preview on #E59BD0 background

This text has white color on #E59BD0 background.