COLOR #E585DB

HEX: #E585DB
RGB: (229,133,219)

Color info

#E585DB contains mainly red and blue colors. Web safe color of #E585DB is #CC99CC (or #C9C).

RGB color model

#E585DB color RGB value is (229,133,219).

  • red value is 229;
  • green value is 133;
  • blue value is 219.
RGB:
(229,133,219)
(90%,52%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 133 of 255 = 52%
B 219 of 255 = 86%

229
133
219

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

Portions of RGB colors in percentages

R + G + B =
229 + 133 + 219 = 581 (100%)
R 229 of 581 ~ 39.41%
G 133 of 581 ~ 22.89%
B 219 of 581 ~ 37.69%

%39.41
%22.89
%37.69

CMYK color model

#E585DB color CMYK value is (0,42,4,10).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(0,42,4,10)
C0M42Y4K10 
(0%,42%,4%,10%)
(0.00/0.42/0.04/0.10)	

CMYK percentages

%0
%41.92
%4.37
%10.2

Codes

Color #E585DB in popluar color models

E585DB
RGB229133219
HSL306°64.86%70.98%
HSB/HSV306°41.92%89.80%
CMYK0.00%41.92%4.37%
10.20%

Color #E585DB in popluar number systems.

HEXE585DB
Decimal229133219
Binary111001011000010111011011
Octal345205333

Shades and tints

Shades of #E585DB

#E585DB
(229,133,219)
#D179C8
(209,121,200)
#BD6DB5
(189,109,181)
#A961A2
(169,97,162)
#95558F
(149,85,143)
#81497C
(129,73,124)
#6D3D69
(109,61,105)
#593156
(89,49,86)
#452543
(69,37,67)
#311930
(49,25,48)
#1D0D1D
(29,13,29)
#000000
(0,0,0)

Tints of #E585DB

#E585DB
(229,133,219)
#E790DE
(231,144,222)
#E99BE1
(233,155,225)
#EBA6E4
(235,166,228)
#EDB1E7
(237,177,231)
#EFBCEA
(239,188,234)
#F1C7ED
(241,199,237)
#F3D2F0
(243,210,240)
#F5DDF3
(245,221,243)
#F7E8F6
(247,232,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E585DB color. Also use rgb(229,133,219) instead hex code.

Text Font Color

.myTextColor { color: #E585DB; }

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

This text font color is #E585DB.


Background Color

.myBgColor { background-color: #E585DB; }

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

This div background color is #E585DB.


Border color

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

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

This div border color is #E585DB.


Opacity

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

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

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

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

This text has shadow with #E585DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E585DB on black background.


Color preview on white background

This text has color #E585DB on white background.



Black color preview on #E585DB background

This text has black color on #E585DB background.


White color preview on #E585DB background

This text has white color on #E585DB background.