COLOR #E4ADE1

HEX: #E4ADE1
RGB: (228,173,225)

Renk bilgisi

#E4ADE1 contains red, green and blue colors in about the same proportion. #E4ADE1 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#E4ADE1 color RGB value is (228,173,225).

  • kırmız ton 228;
  • yeşil ton 173;
  • mavi ton 225.
RGB:
(228,173,225)
(89%,68%,88%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 173 of 255 = 68%
B 225 of 255 = 88%

228
173
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 173 + 225 = 626 (100%)
R 228 of 626 ~ 36.42%
G 173 of 626 ~ 27.64%
B 225 of 626 ~ 35.94%

%36.42
%27.64
%35.94

CMYK RENK MODELİ

#E4ADE1 rengi CMYK tonu (0,24,1,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.12%
  • sarı tonu 1.32%
  • ana renk tonu 10.59%
CMYK:
(0,24,1,11)
C0M24Y1K11 
(0%,24%,1%,11%)
(0.00/0.24/0.01/0.11)	

CMYK yüzdeleri

%0
%24.12
%1.32
%10.59

Codes

Color #E4ADE1 in popluar color models

E4ADE1
RGB228173225
HSL303°50.46%78.63%
HSB/HSV303°24.12%89.41%
CMYK0.00%24.12%1.32%
10.59%

Color #E4ADE1 in popluar number systems.

HEXE4ADE1
Decimal228173225
Binary111001001010110111100001
Octal344255341

Shades and tints

Shades of #E4ADE1

#E4ADE1
(228,173,225)
#D09ECD
(208,158,205)
#BC8FB9
(188,143,185)
#A880A5
(168,128,165)
#947191
(148,113,145)
#80627D
(128,98,125)
#6C5369
(108,83,105)
#584455
(88,68,85)
#443541
(68,53,65)
#30262D
(48,38,45)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #E4ADE1

#E4ADE1
(228,173,225)
#E6B4E3
(230,180,227)
#E8BBE5
(232,187,229)
#EAC2E7
(234,194,231)
#ECC9E9
(236,201,233)
#EED0EB
(238,208,235)
#F0D7ED
(240,215,237)
#F2DEEF
(242,222,239)
#F4E5F1
(244,229,241)
#F6ECF3
(246,236,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ADE1 color. Also use rgb(228,173,225) instead hex code.

Text Font Color

.myTextColor { color: #E4ADE1; }

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

This text font color is #E4ADE1.


Background Color

.myBgColor { background-color: #E4ADE1; }

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

This div background color is #E4ADE1.


Border color

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

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

This div border color is #E4ADE1.


Opacity

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

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

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

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

This text has shadow with #E4ADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ADE1 on black background.


Color preview on white background

This text has color #E4ADE1 on white background.



Black color preview on #E4ADE1 background

This text has black color on #E4ADE1 background.


White color preview on #E4ADE1 background

This text has white color on #E4ADE1 background.