COLOR #E590DD

HEX: #E590DD
RGB: (229,144,221)

Renk bilgisi

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

RGB renk modeli

#E590DD color RGB value is (229,144,221).

  • kırmız ton 229;
  • yeşil ton 144;
  • mavi ton 221.
RGB:
(229,144,221)
(90%,56%,87%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 144 of 255 = 56%
B 221 of 255 = 87%

229
144
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 144 + 221 = 594 (100%)
R 229 of 594 ~ 38.55%
G 144 of 594 ~ 24.24%
B 221 of 594 ~ 37.21%

%38.55
%24.24
%37.21

CMYK RENK MODELİ

#E590DD rengi CMYK tonu (0,37,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.12%
  • sarı tonu 3.49%
  • ana renk tonu 10.20%
CMYK:
(0,37,3,10)
C0M37Y3K10 
(0%,37%,3%,10%)
(0.00/0.37/0.03/0.10)	

CMYK yüzdeleri

%0
%37.12
%3.49
%10.2

Codes

Color #E590DD in popluar color models

E590DD
RGB229144221
HSL306°62.04%73.14%
HSB/HSV306°37.12%89.80%
CMYK0.00%37.12%3.49%
10.20%

Color #E590DD in popluar number systems.

HEXE590DD
Decimal229144221
Binary111001011001000011011101
Octal345220335

Shades and tints

Shades of #E590DD

#E590DD
(229,144,221)
#D183C9
(209,131,201)
#BD76B5
(189,118,181)
#A969A1
(169,105,161)
#955C8D
(149,92,141)
#814F79
(129,79,121)
#6D4265
(109,66,101)
#593551
(89,53,81)
#45283D
(69,40,61)
#311B29
(49,27,41)
#1D0E15
(29,14,21)
#000000
(0,0,0)

Tints of #E590DD

#E590DD
(229,144,221)
#E79AE0
(231,154,224)
#E9A4E3
(233,164,227)
#EBAEE6
(235,174,230)
#EDB8E9
(237,184,233)
#EFC2EC
(239,194,236)
#F1CCEF
(241,204,239)
#F3D6F2
(243,214,242)
#F5E0F5
(245,224,245)
#F7EAF8
(247,234,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E590DD color. Also use rgb(229,144,221) instead hex code.

Text Font Color

.myTextColor { color: #E590DD; }

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

This text font color is #E590DD.


Background Color

.myBgColor { background-color: #E590DD; }

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

This div background color is #E590DD.


Border color

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

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

This div border color is #E590DD.


Opacity

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

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

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

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

This text has shadow with #E590DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E590DD on black background.


Color preview on white background

This text has color #E590DD on white background.



Black color preview on #E590DD background

This text has black color on #E590DD background.


White color preview on #E590DD background

This text has white color on #E590DD background.