COLOR #E595DC

HEX: #E595DC
RGB: (229,149,220)

Renk bilgisi

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

RGB renk modeli

#E595DC color RGB value is (229,149,220).

  • kırmız ton 229;
  • yeşil ton 149;
  • mavi ton 220.
RGB:
(229,149,220)
(90%,58%,86%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 149 of 255 = 58%
B 220 of 255 = 86%

229
149
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 149 + 220 = 598 (100%)
R 229 of 598 ~ 38.29%
G 149 of 598 ~ 24.92%
B 220 of 598 ~ 36.79%

%38.29
%24.92
%36.79

CMYK RENK MODELİ

#E595DC rengi CMYK tonu (0,35,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.93%
  • sarı tonu 3.93%
  • ana renk tonu 10.20%
CMYK:
(0,35,4,10)
C0M35Y4K10 
(0%,35%,4%,10%)
(0.00/0.35/0.04/0.10)	

CMYK yüzdeleri

%0
%34.93
%3.93
%10.2

Codes

Color #E595DC in popluar color models

E595DC
RGB229149220
HSL307°60.61%74.12%
HSB/HSV307°34.93%89.80%
CMYK0.00%34.93%3.93%
10.20%

Color #E595DC in popluar number systems.

HEXE595DC
Decimal229149220
Binary111001011001010111011100
Octal345225334

Shades and tints

Shades of #E595DC

#E595DC
(229,149,220)
#D188C8
(209,136,200)
#BD7BB4
(189,123,180)
#A96EA0
(169,110,160)
#95618C
(149,97,140)
#815478
(129,84,120)
#6D4764
(109,71,100)
#593A50
(89,58,80)
#452D3C
(69,45,60)
#312028
(49,32,40)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #E595DC

#E595DC
(229,149,220)
#E79EDF
(231,158,223)
#E9A7E2
(233,167,226)
#EBB0E5
(235,176,229)
#EDB9E8
(237,185,232)
#EFC2EB
(239,194,235)
#F1CBEE
(241,203,238)
#F3D4F1
(243,212,241)
#F5DDF4
(245,221,244)
#F7E6F7
(247,230,247)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E595DC color. Also use rgb(229,149,220) instead hex code.

Text Font Color

.myTextColor { color: #E595DC; }

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

This text font color is #E595DC.


Background Color

.myBgColor { background-color: #E595DC; }

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

This div background color is #E595DC.


Border color

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

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

This div border color is #E595DC.


Opacity

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

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

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

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

This text has shadow with #E595DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E595DC on black background.


Color preview on white background

This text has color #E595DC on white background.



Black color preview on #E595DC background

This text has black color on #E595DC background.


White color preview on #E595DC background

This text has white color on #E595DC background.