COLOR #E35CC7

HEX: #E35CC7 RGB: (227,92,199)

Color info

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

RGB color model

#E35CC7 color RGB value is (227,92,199).

RGB: (227,92,199) (89%, 36%, 78%)

RGB channels and saturation

R 227 of 255 = 89%
G 92 of 255 = 36%
B 199 of 255 = 78%

227
92
199

R + G + B ~ 68%. #E35CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 92 + 199 = 518 (100%)
R 227 of 518 ~ 43.82%
G 92 of 518 ~ 17.76%
B 199 of 518 ~ 38.42'%

%43.82
%17.76
%38.42

CMYK color model

#E35CC7 color CMYK value is (0,59,12,11).

  • cyan value is 0.00%
  • magenta value is 59.47%
  • yellow value is 12.33%
  • key color value is 10.98%

CMYK: (0,59,12,11)
C0M59Y12K11 (0%, 59%, 12%, 11%)
(0.00 / 0.59 / 0.12 / 0.11)

CMYK percentages

%0
%59.47
%12.33
%10.98

Codes

Color #E35CC7 in popluar color models

E3 5C C7
RGB 227 92 199
HSL 312° 70.68% 62.55%
HSB/HSV 312° 59.47% 89.02%
CMYK 0.00% 59.47% 12.33%
10.98%

Color #E35CC7 in popluar number systems.

HEX E3 5C C7
Decimal 227 92 199
Binary 11100011 1011100 11000111
Octal 343 134 307

Shades and tints

Shades of #E35CC7

#E35CC7
(227,92,199)
#CF54B5
(207,84,181)
#BB4CA3
(187,76,163)
#A74491
(167,68,145)
#933C7F
(147,60,127)
#7F346D
(127,52,109)
#6B2C5B
(107,44,91)
#572449
(87,36,73)
#431C37
(67,28,55)
#2F1425
(47,20,37)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #E35CC7

#E35CC7
(227,92,199)
#E56ACC
(229,106,204)
#E778D1
(231,120,209)
#E986D6
(233,134,214)
#EB94DB
(235,148,219)
#EDA2E0
(237,162,224)
#EFB0E5
(239,176,229)
#F1BEEA
(241,190,234)
#F3CCEF
(243,204,239)
#F5DAF4
(245,218,244)
#F7E8F9
(247,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35CC7 color. Also use rgb(227,92,199) instead hex code.

Text Font Color

.myTextColor { color: #E35CC7; }

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

This text font color is #E35CC7.

Background Color

.myBgColor { background-color: #E35CC7; }

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

This div background color is #E35CC7.

Border color

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

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

This div border color is #E35CC7.

Opacity

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

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

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

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

This text has shadow with #E35CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E35CC7.

Preview

Color preview on black background

This text has color #E35CC7 on black background.


Color preview on white background

This text has color #E35CC7 on white background.


Black color preview on #E35CC7 background

This text has black color on #E35CC7 background.


White color preview on #E35CC7 background

This text has white color on #E35CC7 background.


Related colors

Complementary color

Complementary color for #hex is #1CA338.


I love getcolorcode.com

Triadic colors

1 #C7E35C and #5CC7E3 with #E35CC7 are triadic colors.

2 #C75CE3 and #5CE3C7 with #E35CC7 are triadic colors.