COLOR #E09ADD

HEX: #E09ADD RGB: (224,154,221)

Renk bilgisi

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

RGB renk modeli

#E09ADD color RGB value is (224,154,221).

RGB: (224,154,221) (88%, 60%, 87%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 154 of 255 = 60%
B 221 of 255 = 87%

224
154
221

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

Yüzdelerle RGB renk parçaları

R + G + B = 224 + 154 + 221 = 599 (100%)
R 224 of 599 ~ 37.4%
G 154 of 599 ~ 25.71%
B 221 of 599 ~ 36.89'%

%37.4
%25.71
%36.89

CMYK RENK MODELİ

#E09ADD rengi CMYK tonu (0,31,1,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.25%
  • sarı tonu 1.34%
  • ana renk tonu 12.16%

CMYK: (0,31,1,12)
C0M31Y1K12 (0%, 31%, 1%, 12%)
(0.00 / 0.31 / 0.01 / 0.12)

CMYK yüzdeleri

%0
%31.25
%1.34
%12.16

Codes

Color #E09ADD in popluar color models

E0 9A DD
RGB 224 154 221
HSL 303° 53.03% 74.12%
HSB/HSV 303° 31.25% 87.84%
CMYK 0.00% 31.25% 1.34%
12.16%

Color #E09ADD in popluar number systems.

HEX E0 9A DD
Decimal 224 154 221
Binary 11100000 10011010 11011101
Octal 340 232 335

Shades and tints

Shades of #E09ADD

#E09ADD
(224,154,221)
#CC8CC9
(204,140,201)
#B87EB5
(184,126,181)
#A470A1
(164,112,161)
#90628D
(144,98,141)
#7C5479
(124,84,121)
#684665
(104,70,101)
#543851
(84,56,81)
#402A3D
(64,42,61)
#2C1C29
(44,28,41)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #E09ADD

#E09ADD
(224,154,221)
#E2A3E0
(226,163,224)
#E4ACE3
(228,172,227)
#E6B5E6
(230,181,230)
#E8BEE9
(232,190,233)
#EAC7EC
(234,199,236)
#ECD0EF
(236,208,239)
#EED9F2
(238,217,242)
#F0E2F5
(240,226,245)
#F2EBF8
(242,235,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09ADD color. Also use rgb(224,154,221) instead hex code.

Text Font Color

.myTextColor { color: #E09ADD; }

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

This text font color is #E09ADD.

Background Color

.myBgColor { background-color: #E09ADD; }

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

This div background color is #E09ADD.

Border color

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

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

This div border color is #E09ADD.

Opacity

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

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

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

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

This text has shadow with #E09ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09ADD.

Preview

Color preview on black background

This text has color #E09ADD on black background.


Color preview on white background

This text has color #E09ADD on white background.


Black color preview on #E09ADD background

This text has black color on #E09ADD background.


White color preview on #E09ADD background

This text has white color on #E09ADD background.


Related colors

Complementary color

Complementary color for #hex is #1F6522.


I love getcolorcode.com

Triadic colors

1 #DDE09A and #9ADDE0 with #E09ADD are triadic colors.

2 #DD9AE0 and #9AE0DD with #E09ADD are triadic colors.