COLOR #E270C9

HEX: #E270C9
RGB: (226,112,201)

Color info

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

RGB color model

#E270C9 color RGB value is (226,112,201).

  • red value is 226;
  • green value is 112;
  • blue value is 201.
RGB:
(226,112,201)
(89%,44%,79%)

RGB channels and saturation

R 226 of 255 = 89%
G 112 of 255 = 44%
B 201 of 255 = 79%

226
112
201

R + G + B ~ 71%. #E270C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 112 + 201 = 539 (100%)
R 226 of 539 ~ 41.93%
G 112 of 539 ~ 20.78%
B 201 of 539 ~ 37.29%

%41.93
%20.78
%37.29

CMYK color model

#E270C9 color CMYK value is (0,50,11,11).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(0,50,11,11)
C0M50Y11K11 
(0%,50%,11%,11%)
(0.00/0.50/0.11/0.11)	

CMYK percentages

%0
%50.44
%11.06
%11.37

Codes

Color #E270C9 in popluar color models

E270C9
RGB226112201
HSL313°66.28%66.27%
HSB/HSV313°50.44%88.63%
CMYK0.00%50.44%11.06%
11.37%

Color #E270C9 in popluar number systems.

HEXE270C9
Decimal226112201
Binary11100010111000011001001
Octal342160311

Shades and tints

Shades of #E270C9

#E270C9
(226,112,201)
#CE66B7
(206,102,183)
#BA5CA5
(186,92,165)
#A65293
(166,82,147)
#924881
(146,72,129)
#7E3E6F
(126,62,111)
#6A345D
(106,52,93)
#562A4B
(86,42,75)
#422039
(66,32,57)
#2E1627
(46,22,39)
#1A0C15
(26,12,21)
#000000
(0,0,0)

Tints of #E270C9

#E270C9
(226,112,201)
#E47DCD
(228,125,205)
#E68AD1
(230,138,209)
#E897D5
(232,151,213)
#EAA4D9
(234,164,217)
#ECB1DD
(236,177,221)
#EEBEE1
(238,190,225)
#F0CBE5
(240,203,229)
#F2D8E9
(242,216,233)
#F4E5ED
(244,229,237)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E270C9 color. Also use rgb(226,112,201) instead hex code.

Text Font Color

.myTextColor { color: #E270C9; }

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

This text font color is #E270C9.


Background Color

.myBgColor { background-color: #E270C9; }

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

This div background color is #E270C9.


Border color

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

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

This div border color is #E270C9.


Opacity

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

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

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

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

This text has shadow with #E270C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E270C9 on black background.


Color preview on white background

This text has color #E270C9 on white background.



Black color preview on #E270C9 background

This text has black color on #E270C9 background.


White color preview on #E270C9 background

This text has white color on #E270C9 background.