COLOR #E06CE8

HEX: #E06CE8 RGB: (224,108,232)

Color info

#E06CE8 contains mainly red and blue colors. Web safe color of #E06CE8 is #CC66FF (or #C6F).

RGB color model

#E06CE8 color RGB value is (224,108,232).

RGB: (224,108,232) (88%, 42%, 91%)

RGB channels and saturation

R 224 of 255 = 88%
G 108 of 255 = 42%
B 232 of 255 = 91%

224
108
232

R + G + B ~ 74%. #E06CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 108 + 232 = 564 (100%)
R 224 of 564 ~ 39.72%
G 108 of 564 ~ 19.15%
B 232 of 564 ~ 41.13'%

%39.72
%19.15
%41.13

CMYK color model

#E06CE8 color CMYK value is (3,53,0,9).

  • cyan value is 3.45%
  • magenta value is 53.45%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (3,53,0,9)
C3M53Y0K9 (3%, 53%, 0%, 9%)
(0.03 / 0.53 / 0.00 / 0.09)

CMYK percentages

%3.45
%53.45
%0
%9.02

Codes

Color #E06CE8 in popluar color models

E0 6C E8
RGB 224 108 232
HSL 296° 72.94% 66.67%
HSB/HSV 296° 53.45% 90.98%
CMYK 3.45% 53.45% 0.00%
9.02%

Color #E06CE8 in popluar number systems.

HEX E0 6C E8
Decimal 224 108 232
Binary 11100000 1101100 11101000
Octal 340 154 350

Shades and tints

Shades of #E06CE8

#E06CE8
(224,108,232)
#CC63D3
(204,99,211)
#B85ABE
(184,90,190)
#A451A9
(164,81,169)
#904894
(144,72,148)
#7C3F7F
(124,63,127)
#68366A
(104,54,106)
#542D55
(84,45,85)
#402440
(64,36,64)
#2C1B2B
(44,27,43)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #E06CE8

#E06CE8
(224,108,232)
#E279EA
(226,121,234)
#E486EC
(228,134,236)
#E693EE
(230,147,238)
#E8A0F0
(232,160,240)
#EAADF2
(234,173,242)
#ECBAF4
(236,186,244)
#EEC7F6
(238,199,246)
#F0D4F8
(240,212,248)
#F2E1FA
(242,225,250)
#F4EEFC
(244,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06CE8 color. Also use rgb(224,108,232) instead hex code.

Text Font Color

.myTextColor { color: #E06CE8; }

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

This text font color is #E06CE8.

Background Color

.myBgColor { background-color: #E06CE8; }

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

This div background color is #E06CE8.

Border color

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

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

This div border color is #E06CE8.

Opacity

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

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

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

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

This text has shadow with #E06CE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E06CE8.

Preview

Color preview on black background

This text has color #E06CE8 on black background.


Color preview on white background

This text has color #E06CE8 on white background.


Black color preview on #E06CE8 background

This text has black color on #E06CE8 background.


White color preview on #E06CE8 background

This text has white color on #E06CE8 background.


Related colors

Complementary color

Complementary color for #hex is #1F9317.


I love getcolorcode.com

Triadic colors

1 #E8E06C and #6CE8E0 with #E06CE8 are triadic colors.

2 #E86CE0 and #6CE0E8 with #E06CE8 are triadic colors.