COLOR #E090D5

HEX: #E090D5
RGB: (224,144,213)

Renk bilgisi

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

RGB renk modeli

#E090D5 color RGB value is (224,144,213).

  • kırmız ton 224;
  • yeşil ton 144;
  • mavi ton 213.
RGB:
(224,144,213)
(88%,56%,84%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 144 of 255 = 56%
B 213 of 255 = 84%

224
144
213

R + G + B ~ 76%. #E090D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 144 + 213 = 581 (100%)
R 224 of 581 ~ 38.55%
G 144 of 581 ~ 24.78%
B 213 of 581 ~ 36.66%

%38.55
%24.78
%36.66

CMYK RENK MODELİ

#E090D5 rengi CMYK tonu (0,36,5,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.71%
  • sarı tonu 4.91%
  • ana renk tonu 12.16%
CMYK:
(0,36,5,12)
C0M36Y5K12 
(0%,36%,5%,12%)
(0.00/0.36/0.05/0.12)	

CMYK yüzdeleri

%0
%35.71
%4.91
%12.16

Codes

Color #E090D5 in popluar color models

E090D5
RGB224144213
HSL308°56.34%72.16%
HSB/HSV308°35.71%87.84%
CMYK0.00%35.71%4.91%
12.16%

Color #E090D5 in popluar number systems.

HEXE090D5
Decimal224144213
Binary111000001001000011010101
Octal340220325

Shades and tints

Shades of #E090D5

#E090D5
(224,144,213)
#CC83C2
(204,131,194)
#B876AF
(184,118,175)
#A4699C
(164,105,156)
#905C89
(144,92,137)
#7C4F76
(124,79,118)
#684263
(104,66,99)
#543550
(84,53,80)
#40283D
(64,40,61)
#2C1B2A
(44,27,42)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #E090D5

#E090D5
(224,144,213)
#E29AD8
(226,154,216)
#E4A4DB
(228,164,219)
#E6AEDE
(230,174,222)
#E8B8E1
(232,184,225)
#EAC2E4
(234,194,228)
#ECCCE7
(236,204,231)
#EED6EA
(238,214,234)
#F0E0ED
(240,224,237)
#F2EAF0
(242,234,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E090D5 color. Also use rgb(224,144,213) instead hex code.

Text Font Color

.myTextColor { color: #E090D5; }

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

This text font color is #E090D5.


Background Color

.myBgColor { background-color: #E090D5; }

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

This div background color is #E090D5.


Border color

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

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

This div border color is #E090D5.


Opacity

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

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

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

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

This text has shadow with #E090D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E090D5 on black background.


Color preview on white background

This text has color #E090D5 on white background.



Black color preview on #E090D5 background

This text has black color on #E090D5 background.


White color preview on #E090D5 background

This text has white color on #E090D5 background.