COLOR #E015D4

HEX: #E015D4 RGB: (224,21,212)

Color info

#E015D4 contains mainly red and blue colors. Web safe color of #E015D4 is #CC00CC (or #C0C).

RGB color model

#E015D4 color RGB value is (224,21,212).

RGB: (224,21,212) (88%, 8%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 21 of 255 = 8%
B 212 of 255 = 83%

224
21
212

R + G + B ~ 60%. #E015D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 224 + 21 + 212 = 457 (100%)
R 224 of 457 ~ 49.02%
G 21 of 457 ~ 4.6%
B 212 of 457 ~ 46.39'%

%49.02
%46.39

CMYK color model

#E015D4 color CMYK value is (0,91,5,12).

  • cyan value is 0.00%
  • magenta value is 90.63%
  • yellow value is 5.36%
  • key color value is 12.16%

CMYK: (0,91,5,12)
C0M91Y5K12 (0%, 91%, 5%, 12%)
(0.00 / 0.91 / 0.05 / 0.12)

CMYK percentages

%0
%90.63
%5.36
%12.16

Codes

Color #E015D4 in popluar color models

E0 15 D4
RGB 224 21 212
HSL 304° 82.86% 48.04%
HSB/HSV 304° 90.63% 87.84%
CMYK 0.00% 90.63% 5.36%
12.16%

Color #E015D4 in popluar number systems.

HEX E0 15 D4
Decimal 224 21 212
Binary 11100000 10101 11010100
Octal 340 25 324

Shades and tints

Shades of #E015D4

#E015D4
(224,21,212)
#CC14C1
(204,20,193)
#B813AE
(184,19,174)
#A4129B
(164,18,155)
#901188
(144,17,136)
#7C1075
(124,16,117)
#680F62
(104,15,98)
#540E4F
(84,14,79)
#400D3C
(64,13,60)
#2C0C29
(44,12,41)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #E015D4

#E015D4
(224,21,212)
#E22AD7
(226,42,215)
#E43FDA
(228,63,218)
#E654DD
(230,84,221)
#E869E0
(232,105,224)
#EA7EE3
(234,126,227)
#EC93E6
(236,147,230)
#EEA8E9
(238,168,233)
#F0BDEC
(240,189,236)
#F2D2EF
(242,210,239)
#F4E7F2
(244,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E015D4 color. Also use rgb(224,21,212) instead hex code.

Text Font Color

.myTextColor { color: #E015D4; }

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

This text font color is #E015D4.

Background Color

.myBgColor { background-color: #E015D4; }

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

This div background color is #E015D4.

Border color

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

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

This div border color is #E015D4.

Opacity

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

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

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

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

This text has shadow with #E015D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E015D4.

Preview

Color preview on black background

This text has color #E015D4 on black background.


Color preview on white background

This text has color #E015D4 on white background.


Black color preview on #E015D4 background

This text has black color on #E015D4 background.


White color preview on #E015D4 background

This text has white color on #E015D4 background.


Related colors

Complementary color

Complementary color for #hex is #1FEA2B.


I love getcolorcode.com

Triadic colors

1 #D4E015 and #15D4E0 with #E015D4 are triadic colors.

2 #D415E0 and #15E0D4 with #E015D4 are triadic colors.