COLOR #E60CCE

HEX: #E60CCE
RGB: (230,12,206)

Color info

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

RGB color model

#E60CCE color RGB value is (230,12,206).

  • red value is 230;
  • green value is 12;
  • blue value is 206.
RGB:
(230,12,206)
(90%,5%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 12 of 255 = 5%
B 206 of 255 = 81%

230
12
206

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

Portions of RGB colors in percentages

R + G + B =
230 + 12 + 206 = 448 (100%)
R 230 of 448 ~ 51.34%
G 12 of 448 ~ 2.68%
B 206 of 448 ~ 45.98%

%51.34
%45.98

CMYK color model

#E60CCE color CMYK value is (0,95,10,10).

  • cyan value is 0.00%
  • magenta value is 94.78%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,95,10,10)
C0M95Y10K10 
(0%,95%,10%,10%)
(0.00/0.95/0.10/0.10)	

CMYK percentages

%0
%94.78
%10.43
%9.8

Codes

Color #E60CCE in popluar color models

E60CCE
RGB23012206
HSL307°90.08%47.45%
HSB/HSV307°94.78%90.20%
CMYK0.00%94.78%10.43%
9.80%

Color #E60CCE in popluar number systems.

HEXE60CCE
Decimal23012206
Binary11100110110011001110
Octal34614316

Shades and tints

Shades of #E60CCE

#E60CCE
(230,12,206)
#D20BBC
(210,11,188)
#BE0AAA
(190,10,170)
#AA0998
(170,9,152)
#960886
(150,8,134)
#820774
(130,7,116)
#6E0662
(110,6,98)
#5A0550
(90,5,80)
#46043E
(70,4,62)
#32032C
(50,3,44)
#1E021A
(30,2,26)
#000000
(0,0,0)

Tints of #E60CCE

#E60CCE
(230,12,206)
#E822D2
(232,34,210)
#EA38D6
(234,56,214)
#EC4EDA
(236,78,218)
#EE64DE
(238,100,222)
#F07AE2
(240,122,226)
#F290E6
(242,144,230)
#F4A6EA
(244,166,234)
#F6BCEE
(246,188,238)
#F8D2F2
(248,210,242)
#FAE8F6
(250,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60CCE color. Also use rgb(230,12,206) instead hex code.

Text Font Color

.myTextColor { color: #E60CCE; }

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

This text font color is #E60CCE.


Background Color

.myBgColor { background-color: #E60CCE; }

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

This div background color is #E60CCE.


Border color

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

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

This div border color is #E60CCE.


Opacity

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

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

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

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

This text has shadow with #E60CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E60CCE on black background.


Color preview on white background

This text has color #E60CCE on white background.



Black color preview on #E60CCE background

This text has black color on #E60CCE background.


White color preview on #E60CCE background

This text has white color on #E60CCE background.