COLOR #E040DB

HEX: #E040DB RGB: (224,64,219)

Color info

#E040DB contains mainly red and blue colors. Web safe color of #E040DB is #CC33CC (or #C3C).

RGB color model

#E040DB color RGB value is (224,64,219).

RGB: (224,64,219) (88%, 25%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 64 of 255 = 25%
B 219 of 255 = 86%

224
64
219

R + G + B ~ 66%. #E040DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 64 + 219 = 507 (100%)
R 224 of 507 ~ 44.18%
G 64 of 507 ~ 12.62%
B 219 of 507 ~ 43.2'%

%44.18
%12.62
%43.2

CMYK color model

#E040DB color CMYK value is (0,71,2,12).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 2.23%
  • key color value is 12.16%

CMYK: (0,71,2,12)
C0M71Y2K12 (0%, 71%, 2%, 12%)
(0.00 / 0.71 / 0.02 / 0.12)

CMYK percentages

%0
%71.43
%2.23
%12.16

Codes

Color #E040DB in popluar color models

E0 40 DB
RGB 224 64 219
HSL 302° 72.07% 56.47%
HSB/HSV 302° 71.43% 87.84%
CMYK 0.00% 71.43% 2.23%
12.16%

Color #E040DB in popluar number systems.

HEX E0 40 DB
Decimal 224 64 219
Binary 11100000 1000000 11011011
Octal 340 100 333

Shades and tints

Shades of #E040DB

#E040DB
(224,64,219)
#CC3BC8
(204,59,200)
#B836B5
(184,54,181)
#A431A2
(164,49,162)
#902C8F
(144,44,143)
#7C277C
(124,39,124)
#682269
(104,34,105)
#541D56
(84,29,86)
#401843
(64,24,67)
#2C1330
(44,19,48)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #E040DB

#E040DB
(224,64,219)
#E251DE
(226,81,222)
#E462E1
(228,98,225)
#E673E4
(230,115,228)
#E884E7
(232,132,231)
#EA95EA
(234,149,234)
#ECA6ED
(236,166,237)
#EEB7F0
(238,183,240)
#F0C8F3
(240,200,243)
#F2D9F6
(242,217,246)
#F4EAF9
(244,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E040DB color. Also use rgb(224,64,219) instead hex code.

Text Font Color

.myTextColor { color: #E040DB; }

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

This text font color is #E040DB.

Background Color

.myBgColor { background-color: #E040DB; }

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

This div background color is #E040DB.

Border color

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

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

This div border color is #E040DB.

Opacity

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

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

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

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

This text has shadow with #E040DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E040DB.

Preview

Color preview on black background

This text has color #E040DB on black background.


Color preview on white background

This text has color #E040DB on white background.


Black color preview on #E040DB background

This text has black color on #E040DB background.


White color preview on #E040DB background

This text has white color on #E040DB background.


Related colors

Complementary color

Complementary color for #hex is #1FBF24.


I love getcolorcode.com

Triadic colors

1 #DBE040 and #40DBE0 with #E040DB are triadic colors.

2 #DB40E0 and #40E0DB with #E040DB are triadic colors.