COLOR #E1A5D4

HEX: #E1A5D4
RGB: (225,165,212)

Renk bilgisi

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

RGB renk modeli

#E1A5D4 color RGB value is (225,165,212).

  • kırmız ton 225;
  • yeşil ton 165;
  • mavi ton 212.
RGB:
(225,165,212)
(88%,65%,83%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 165 of 255 = 65%
B 212 of 255 = 83%

225
165
212

R + G + B ~ 79%. #E1A5D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 165 + 212 = 602 (100%)
R 225 of 602 ~ 37.38%
G 165 of 602 ~ 27.41%
B 212 of 602 ~ 35.22%

%37.38
%27.41
%35.22

CMYK RENK MODELİ

#E1A5D4 rengi CMYK tonu (0,27,6,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.67%
  • sarı tonu 5.78%
  • ana renk tonu 11.76%
CMYK:
(0,27,6,12)
C0M27Y6K12 
(0%,27%,6%,12%)
(0.00/0.27/0.06/0.12)	

CMYK yüzdeleri

%0
%26.67
%5.78
%11.76

Codes

Color #E1A5D4 in popluar color models

E1A5D4
RGB225165212
HSL313°50.00%76.47%
HSB/HSV313°26.67%88.24%
CMYK0.00%26.67%5.78%
11.76%

Color #E1A5D4 in popluar number systems.

HEXE1A5D4
Decimal225165212
Binary111000011010010111010100
Octal341245324

Shades and tints

Shades of #E1A5D4

#E1A5D4
(225,165,212)
#CD96C1
(205,150,193)
#B987AE
(185,135,174)
#A5789B
(165,120,155)
#916988
(145,105,136)
#7D5A75
(125,90,117)
#694B62
(105,75,98)
#553C4F
(85,60,79)
#412D3C
(65,45,60)
#2D1E29
(45,30,41)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #E1A5D4

#E1A5D4
(225,165,212)
#E3ADD7
(227,173,215)
#E5B5DA
(229,181,218)
#E7BDDD
(231,189,221)
#E9C5E0
(233,197,224)
#EBCDE3
(235,205,227)
#EDD5E6
(237,213,230)
#EFDDE9
(239,221,233)
#F1E5EC
(241,229,236)
#F3EDEF
(243,237,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A5D4 color. Also use rgb(225,165,212) instead hex code.

Text Font Color

.myTextColor { color: #E1A5D4; }

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

This text font color is #E1A5D4.


Background Color

.myBgColor { background-color: #E1A5D4; }

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

This div background color is #E1A5D4.


Border color

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

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

This div border color is #E1A5D4.


Opacity

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

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

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

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

This text has shadow with #E1A5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A5D4 on black background.


Color preview on white background

This text has color #E1A5D4 on white background.



Black color preview on #E1A5D4 background

This text has black color on #E1A5D4 background.


White color preview on #E1A5D4 background

This text has white color on #E1A5D4 background.