COLOR #E35FCC

HEX: #E35FCC
RGB: (227,95,204)

Color info

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

RGB color model

#E35FCC color RGB value is (227,95,204).

  • red value is 227;
  • green value is 95;
  • blue value is 204.
RGB:
(227,95,204)
(89%,37%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 95 of 255 = 37%
B 204 of 255 = 80%

227
95
204

R + G + B ~ 69%. #E35FCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 95 + 204 = 526 (100%)
R 227 of 526 ~ 43.16%
G 95 of 526 ~ 18.06%
B 204 of 526 ~ 38.78%

%43.16
%18.06
%38.78

CMYK color model

#E35FCC color CMYK value is (0,58,10,11).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 10.13%
  • key color value is 10.98%
CMYK:
(0,58,10,11)
C0M58Y10K11 
(0%,58%,10%,11%)
(0.00/0.58/0.10/0.11)	

CMYK percentages

%0
%58.15
%10.13
%10.98

Codes

Color #E35FCC in popluar color models

E35FCC
RGB22795204
HSL310°70.21%63.14%
HSB/HSV310°58.15%89.02%
CMYK0.00%58.15%10.13%
10.98%

Color #E35FCC in popluar number systems.

HEXE35FCC
Decimal22795204
Binary11100011101111111001100
Octal343137314

Shades and tints

Shades of #E35FCC

#E35FCC
(227,95,204)
#CF57BA
(207,87,186)
#BB4FA8
(187,79,168)
#A74796
(167,71,150)
#933F84
(147,63,132)
#7F3772
(127,55,114)
#6B2F60
(107,47,96)
#57274E
(87,39,78)
#431F3C
(67,31,60)
#2F172A
(47,23,42)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #E35FCC

#E35FCC
(227,95,204)
#E56DD0
(229,109,208)
#E77BD4
(231,123,212)
#E989D8
(233,137,216)
#EB97DC
(235,151,220)
#EDA5E0
(237,165,224)
#EFB3E4
(239,179,228)
#F1C1E8
(241,193,232)
#F3CFEC
(243,207,236)
#F5DDF0
(245,221,240)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35FCC color. Also use rgb(227,95,204) instead hex code.

Text Font Color

.myTextColor { color: #E35FCC; }

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

This text font color is #E35FCC.


Background Color

.myBgColor { background-color: #E35FCC; }

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

This div background color is #E35FCC.


Border color

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

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

This div border color is #E35FCC.


Opacity

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

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

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

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

This text has shadow with #E35FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35FCC on black background.


Color preview on white background

This text has color #E35FCC on white background.



Black color preview on #E35FCC background

This text has black color on #E35FCC background.


White color preview on #E35FCC background

This text has white color on #E35FCC background.