COLOR #E279B6

HEX: #E279B6
RGB: (226,121,182)

Color info

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

RGB color model

#E279B6 color RGB value is (226,121,182).

  • red value is 226;
  • green value is 121;
  • blue value is 182.
RGB: (226,121,182) (89%,47%,71%)

RGB channels and saturation

R 226 of 255 = 89%
G 121 of 255 = 47%
B 182 of 255 = 71%

226
121
182

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

Portions of RGB colors in percentages

R + G + B =
226 + 121 + 182 = 529 (100%)
R 226 of 529 ~ 42.72%
G 121 of 529 ~ 22.87%
B 182 of 529 ~ 34.4%

%42.72
%22.87
%34.4

CMYK color model

#E279B6 color CMYK value is (0,46,19,11).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 19.47%
  • key color value is 11.37%
CMYK: (0,46,19,11) C0M46Y19K11 (0%,46%,19%,11%) (0.00/0.46/0.19/0.11)

CMYK percentages

%0
%46.46
%19.47
%11.37

Codes

Color #E279B6 in popluar color models

E279B6
RGB226121182
HSL325°64.42%68.04%
HSB/HSV325°46.46%88.63%
CMYK0.00%46.46%19.47%
11.37%

Color #E279B6 in popluar number systems.

HEXE279B6
Decimal226121182
Binary11100010111100110110110
Octal342171266

Shades and tints

Shades of #E279B6

#E279B6
(226,121,182)
#CE6EA6
(206,110,166)
#BA6396
(186,99,150)
#A65886
(166,88,134)
#924D76
(146,77,118)
#7E4266
(126,66,102)
#6A3756
(106,55,86)
#562C46
(86,44,70)
#422136
(66,33,54)
#2E1626
(46,22,38)
#1A0B16
(26,11,22)
#000000
(0,0,0)

Tints of #E279B6

#E279B6
(226,121,182)
#E485BC
(228,133,188)
#E691C2
(230,145,194)
#E89DC8
(232,157,200)
#EAA9CE
(234,169,206)
#ECB5D4
(236,181,212)
#EEC1DA
(238,193,218)
#F0CDE0
(240,205,224)
#F2D9E6
(242,217,230)
#F4E5EC
(244,229,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E279B6 color. Also use rgb(226,121,182) instead hex code.

Text Font Color

.myTextColor { color: #E279B6; }

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

This text font color is #E279B6.


Background Color

.myBgColor { background-color: #E279B6; }

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

This div background color is #E279B6.


Border color

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

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

This div border color is #E279B6.


Opacity

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

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

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

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

This text has shadow with #E279B6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E279B6 on black background.


Color preview on white background

This text has color #E279B6 on white background.



Black color preview on #E279B6 background

This text has black color on #E279B6 background.


White color preview on #E279B6 background

This text has white color on #E279B6 background.