COLOR #E152CD

HEX: #E152CD RGB: (225,82,205)

Color info

#E152CD contains mainly red and blue colors. Web safe color of #E152CD is #CC66CC (or #C6C).

RGB color model

#E152CD color RGB value is (225,82,205).

RGB: (225,82,205) (88%, 32%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 82 of 255 = 32%
B 205 of 255 = 80%

225
82
205

R + G + B ~ 67%. #E152CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 82 + 205 = 512 (100%)
R 225 of 512 ~ 43.95%
G 82 of 512 ~ 16.02%
B 205 of 512 ~ 40.04'%

%43.95
%16.02
%40.04

CMYK color model

#E152CD color CMYK value is (0,64,9,12).

  • cyan value is 0.00%
  • magenta value is 63.56%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (0,64,9,12) C0M64Y9K12 (0%,64%,9%,12%) (0.00/0.64/0.09/0.12) 

CMYK percentages

%0
%63.56
%8.89
%11.76

Codes

Color #E152CD in popluar color models

E1 52 CD
RGB 225 82 205
HSL 308° 70.44% 60.20%
HSB/HSV 308° 63.56% 88.24%
CMYK 0.00% 63.56% 8.89%
11.76%

Color #E152CD in popluar number systems.

HEX E1 52 CD
Decimal 225 82 205
Binary 11100001 1010010 11001101
Octal 341 122 315

Shades and tints

Shades of #E152CD

#E152CD
(225,82,205)
#CD4BBB
(205,75,187)
#B944A9
(185,68,169)
#A53D97
(165,61,151)
#913685
(145,54,133)
#7D2F73
(125,47,115)
#692861
(105,40,97)
#55214F
(85,33,79)
#411A3D
(65,26,61)
#2D132B
(45,19,43)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #E152CD

#E152CD
(225,82,205)
#E361D1
(227,97,209)
#E570D5
(229,112,213)
#E77FD9
(231,127,217)
#E98EDD
(233,142,221)
#EB9DE1
(235,157,225)
#EDACE5
(237,172,229)
#EFBBE9
(239,187,233)
#F1CAED
(241,202,237)
#F3D9F1
(243,217,241)
#F5E8F5
(245,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E152CD color. Also use rgb(225,82,205) instead hex code.

Text Font Color

.myTextColor { color: #E152CD; }

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

This text font color is #E152CD.

Background Color

.myBgColor { background-color: #E152CD; }

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

This div background color is #E152CD.

Border color

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

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

This div border color is #E152CD.

Opacity

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

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

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

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

This text has shadow with #E152CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E152CD.

Preview

Color preview on black background

This text has color #E152CD on black background.


Color preview on white background

This text has color #E152CD on white background.


Black color preview on #E152CD background

This text has black color on #E152CD background.


White color preview on #E152CD background

This text has white color on #E152CD background.


Related colors

Complementary color

Complementary color for #hex is #1EAD32.


I love getcolorcode.com

Triadic colors

1 #CDE152 and #52CDE1 with #E152CD are triadic colors.

2 #CD52E1 and #52E1CD with #E152CD are triadic colors.