COLOR #E590D1

HEX: #E590D1
RGB: (229,144,209)

Renk bilgisi

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

RGB renk modeli

#E590D1 color RGB value is (229,144,209).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 144 of 255 = 56%
B 209 of 255 = 82%

229
144
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 144 + 209 = 582 (100%)
R 229 of 582 ~ 39.35%
G 144 of 582 ~ 24.74%
B 209 of 582 ~ 35.91%

%39.35
%24.74
%35.91

CMYK RENK MODELİ

#E590D1 rengi CMYK tonu (0,37,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.12%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%
CMYK:
(0,37,9,10)
C0M37Y9K10 
(0%,37%,9%,10%)
(0.00/0.37/0.09/0.10)	

CMYK yüzdeleri

%0
%37.12
%8.73
%10.2

Codes

Color #E590D1 in popluar color models

E590D1
RGB229144209
HSL314°62.04%73.14%
HSB/HSV314°37.12%89.80%
CMYK0.00%37.12%8.73%
10.20%

Color #E590D1 in popluar number systems.

HEXE590D1
Decimal229144209
Binary111001011001000011010001
Octal345220321

Shades and tints

Shades of #E590D1

#E590D1
(229,144,209)
#D183BE
(209,131,190)
#BD76AB
(189,118,171)
#A96998
(169,105,152)
#955C85
(149,92,133)
#814F72
(129,79,114)
#6D425F
(109,66,95)
#59354C
(89,53,76)
#452839
(69,40,57)
#311B26
(49,27,38)
#1D0E13
(29,14,19)
#000000
(0,0,0)

Tints of #E590D1

#E590D1
(229,144,209)
#E79AD5
(231,154,213)
#E9A4D9
(233,164,217)
#EBAEDD
(235,174,221)
#EDB8E1
(237,184,225)
#EFC2E5
(239,194,229)
#F1CCE9
(241,204,233)
#F3D6ED
(243,214,237)
#F5E0F1
(245,224,241)
#F7EAF5
(247,234,245)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E590D1; }

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

This text font color is #E590D1.


Background Color

.myBgColor { background-color: #E590D1; }

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

This div background color is #E590D1.


Border color

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

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

This div border color is #E590D1.


Opacity

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

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

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

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

This text has shadow with #E590D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E590D1 on black background.


Color preview on white background

This text has color #E590D1 on white background.



Black color preview on #E590D1 background

This text has black color on #E590D1 background.


White color preview on #E590D1 background

This text has white color on #E590D1 background.