COLOR #E03DDD

HEX: #E03DDD
RGB: (224,61,221)

Color info

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

RGB color model

#E03DDD color RGB value is (224,61,221).

  • red value is 224;
  • green value is 61;
  • blue value is 221.
RGB:
(224,61,221)
(88%,24%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 61 of 255 = 24%
B 221 of 255 = 87%

224
61
221

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

Portions of RGB colors in percentages

R + G + B =
224 + 61 + 221 = 506 (100%)
R 224 of 506 ~ 44.27%
G 61 of 506 ~ 12.06%
B 221 of 506 ~ 43.68%

%44.27
%12.06
%43.68

CMYK color model

#E03DDD color CMYK value is (0,73,1,12).

  • cyan value is 0.00%
  • magenta value is 72.77%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(0,73,1,12)
C0M73Y1K12 
(0%,73%,1%,12%)
(0.00/0.73/0.01/0.12)	

CMYK percentages

%0
%72.77
%1.34
%12.16

Codes

Color #E03DDD in popluar color models

E03DDD
RGB22461221
HSL301°72.44%55.88%
HSB/HSV301°72.77%87.84%
CMYK0.00%72.77%1.34%
12.16%

Color #E03DDD in popluar number systems.

HEXE03DDD
Decimal22461221
Binary1110000011110111011101
Octal34075335

Shades and tints

Shades of #E03DDD

#E03DDD
(224,61,221)
#CC38C9
(204,56,201)
#B833B5
(184,51,181)
#A42EA1
(164,46,161)
#90298D
(144,41,141)
#7C2479
(124,36,121)
#681F65
(104,31,101)
#541A51
(84,26,81)
#40153D
(64,21,61)
#2C1029
(44,16,41)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #E03DDD

#E03DDD
(224,61,221)
#E24EE0
(226,78,224)
#E45FE3
(228,95,227)
#E670E6
(230,112,230)
#E881E9
(232,129,233)
#EA92EC
(234,146,236)
#ECA3EF
(236,163,239)
#EEB4F2
(238,180,242)
#F0C5F5
(240,197,245)
#F2D6F8
(242,214,248)
#F4E7FB
(244,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E03DDD color. Also use rgb(224,61,221) instead hex code.

Text Font Color

.myTextColor { color: #E03DDD; }

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

This text font color is #E03DDD.


Background Color

.myBgColor { background-color: #E03DDD; }

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

This div background color is #E03DDD.


Border color

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

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

This div border color is #E03DDD.


Opacity

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

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

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

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

This text has shadow with #E03DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E03DDD on black background.


Color preview on white background

This text has color #E03DDD on white background.



Black color preview on #E03DDD background

This text has black color on #E03DDD background.


White color preview on #E03DDD background

This text has white color on #E03DDD background.