COLOR #E268A6

HEX: #E268A6
RGB: (226,104,166)

Color info

#E268A6 contains mainly red color. Web safe color of #E268A6 is #CC6699 (or #C69).

RGB color model

#E268A6 color RGB value is (226,104,166).

  • red value is 226;
  • green value is 104;
  • blue value is 166.
RGB:
(226,104,166)
(89%,41%,65%)

RGB channels and saturation

R 226 of 255 = 89%
G 104 of 255 = 41%
B 166 of 255 = 65%

226
104
166

R + G + B ~ 65%. #E268A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 104 + 166 = 496 (100%)
R 226 of 496 ~ 45.56%
G 104 of 496 ~ 20.97%
B 166 of 496 ~ 33.47%

%45.56
%20.97
%33.47

CMYK color model

#E268A6 color CMYK value is (0,54,27,11).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 26.55%
  • key color value is 11.37%
CMYK:
(0,54,27,11)
C0M54Y27K11 
(0%,54%,27%,11%)
(0.00/0.54/0.27/0.11)	

CMYK percentages

%0
%53.98
%26.55
%11.37

Codes

Color #E268A6 in popluar color models

E268A6
RGB226104166
HSL330°67.78%64.71%
HSB/HSV330°53.98%88.63%
CMYK0.00%53.98%26.55%
11.37%

Color #E268A6 in popluar number systems.

HEXE268A6
Decimal226104166
Binary11100010110100010100110
Octal342150246

Shades and tints

Shades of #E268A6

#E268A6
(226,104,166)
#CE5F97
(206,95,151)
#BA5688
(186,86,136)
#A64D79
(166,77,121)
#92446A
(146,68,106)
#7E3B5B
(126,59,91)
#6A324C
(106,50,76)
#56293D
(86,41,61)
#42202E
(66,32,46)
#2E171F
(46,23,31)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #E268A6

#E268A6
(226,104,166)
#E475AE
(228,117,174)
#E682B6
(230,130,182)
#E88FBE
(232,143,190)
#EA9CC6
(234,156,198)
#ECA9CE
(236,169,206)
#EEB6D6
(238,182,214)
#F0C3DE
(240,195,222)
#F2D0E6
(242,208,230)
#F4DDEE
(244,221,238)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E268A6 color. Also use rgb(226,104,166) instead hex code.

Text Font Color

.myTextColor { color: #E268A6; }

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

This text font color is #E268A6.


Background Color

.myBgColor { background-color: #E268A6; }

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

This div background color is #E268A6.


Border color

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

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

This div border color is #E268A6.


Opacity

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

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

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

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

This text has shadow with #E268A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E268A6 on black background.


Color preview on white background

This text has color #E268A6 on white background.



Black color preview on #E268A6 background

This text has black color on #E268A6 background.


White color preview on #E268A6 background

This text has white color on #E268A6 background.