COLOR #E6A5E5

HEX: #E6A5E5
RGB: (230,165,229)

Renk bilgisi

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

RGB renk modeli

#E6A5E5 color RGB value is (230,165,229).

  • kırmız ton 230;
  • yeşil ton 165;
  • mavi ton 229.
RGB:
(230,165,229)
(90%,65%,90%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 165 of 255 = 65%
B 229 of 255 = 90%

230
165
229

R + G + B ~ 82%. #E6A5E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 165 + 229 = 624 (100%)
R 230 of 624 ~ 36.86%
G 165 of 624 ~ 26.44%
B 229 of 624 ~ 36.7%

%36.86
%26.44
%36.7

CMYK RENK MODELİ

#E6A5E5 rengi CMYK tonu (0,28,0,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.26%
  • sarı tonu 0.43%
  • ana renk tonu 9.80%
CMYK:
(0,28,0,10)
C0M28Y0K10 
(0%,28%,0%,10%)
(0.00/0.28/0.00/0.10)	

CMYK yüzdeleri

%0
%28.26
%0.43
%9.8

Codes

Color #E6A5E5 in popluar color models

E6A5E5
RGB230165229
HSL301°56.52%77.45%
HSB/HSV301°28.26%90.20%
CMYK0.00%28.26%0.43%
9.80%

Color #E6A5E5 in popluar number systems.

HEXE6A5E5
Decimal230165229
Binary111001101010010111100101
Octal346245345

Shades and tints

Shades of #E6A5E5

#E6A5E5
(230,165,229)
#D296D1
(210,150,209)
#BE87BD
(190,135,189)
#AA78A9
(170,120,169)
#966995
(150,105,149)
#825A81
(130,90,129)
#6E4B6D
(110,75,109)
#5A3C59
(90,60,89)
#462D45
(70,45,69)
#321E31
(50,30,49)
#1E0F1D
(30,15,29)
#000000
(0,0,0)

Tints of #E6A5E5

#E6A5E5
(230,165,229)
#E8ADE7
(232,173,231)
#EAB5E9
(234,181,233)
#ECBDEB
(236,189,235)
#EEC5ED
(238,197,237)
#F0CDEF
(240,205,239)
#F2D5F1
(242,213,241)
#F4DDF3
(244,221,243)
#F6E5F5
(246,229,245)
#F8EDF7
(248,237,247)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A5E5 color. Also use rgb(230,165,229) instead hex code.

Text Font Color

.myTextColor { color: #E6A5E5; }

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

This text font color is #E6A5E5.


Background Color

.myBgColor { background-color: #E6A5E5; }

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

This div background color is #E6A5E5.


Border color

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

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

This div border color is #E6A5E5.


Opacity

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

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

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

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

This text has shadow with #E6A5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A5E5 on black background.


Color preview on white background

This text has color #E6A5E5 on white background.



Black color preview on #E6A5E5 background

This text has black color on #E6A5E5 background.


White color preview on #E6A5E5 background

This text has white color on #E6A5E5 background.