COLOR #E052CC

HEX: #E052CC
RGB: (224,82,204)

Color info

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

RGB color model

#E052CC color RGB value is (224,82,204).

  • red value is 224;
  • green value is 82;
  • blue value is 204.
RGB:
(224,82,204)
(88%,32%,80%)

RGB channels and saturation

R 224 of 255 = 88%
G 82 of 255 = 32%
B 204 of 255 = 80%

224
82
204

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

Portions of RGB colors in percentages

R + G + B =
224 + 82 + 204 = 510 (100%)
R 224 of 510 ~ 43.92%
G 82 of 510 ~ 16.08%
B 204 of 510 ~ 40%

%43.92
%16.08
%40

CMYK color model

#E052CC color CMYK value is (0,63,9,12).

  • cyan value is 0.00%
  • magenta value is 63.39%
  • yellow value is 8.93%
  • key color value is 12.16%
CMYK:
(0,63,9,12)
C0M63Y9K12 
(0%,63%,9%,12%)
(0.00/0.63/0.09/0.12)	

CMYK percentages

%0
%63.39
%8.93
%12.16

Codes

Color #E052CC in popluar color models

E052CC
RGB22482204
HSL308°69.61%60.00%
HSB/HSV308°63.39%87.84%
CMYK0.00%63.39%8.93%
12.16%

Color #E052CC in popluar number systems.

HEXE052CC
Decimal22482204
Binary11100000101001011001100
Octal340122314

Shades and tints

Shades of #E052CC

#E052CC
(224,82,204)
#CC4BBA
(204,75,186)
#B844A8
(184,68,168)
#A43D96
(164,61,150)
#903684
(144,54,132)
#7C2F72
(124,47,114)
#682860
(104,40,96)
#54214E
(84,33,78)
#401A3C
(64,26,60)
#2C132A
(44,19,42)
#180C18
(24,12,24)
#000000
(0,0,0)

Tints of #E052CC

#E052CC
(224,82,204)
#E261D0
(226,97,208)
#E470D4
(228,112,212)
#E67FD8
(230,127,216)
#E88EDC
(232,142,220)
#EA9DE0
(234,157,224)
#ECACE4
(236,172,228)
#EEBBE8
(238,187,232)
#F0CAEC
(240,202,236)
#F2D9F0
(242,217,240)
#F4E8F4
(244,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E052CC color. Also use rgb(224,82,204) instead hex code.

Text Font Color

.myTextColor { color: #E052CC; }

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

This text font color is #E052CC.


Background Color

.myBgColor { background-color: #E052CC; }

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

This div background color is #E052CC.


Border color

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

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

This div border color is #E052CC.


Opacity

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

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

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

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

This text has shadow with #E052CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E052CC on black background.


Color preview on white background

This text has color #E052CC on white background.



Black color preview on #E052CC background

This text has black color on #E052CC background.


White color preview on #E052CC background

This text has white color on #E052CC background.