COLOR #E276AB

HEX: #E276AB RGB: (226,118,171)

Color info

#E276AB contains mainly red and blue colors. Web safe color of #E276AB is #CC6699 (or #C69).

RGB color model

#E276AB color RGB value is (226,118,171).

RGB: (226,118,171) (89%, 46%, 67%)

RGB channels and saturation

R 226 of 255 = 89%
G 118 of 255 = 46%
B 171 of 255 = 67%

226
118
171

R + G + B ~ 67%. #E276AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 118 + 171 = 515 (100%)
R 226 of 515 ~ 43.88%
G 118 of 515 ~ 22.91%
B 171 of 515 ~ 33.2'%

%43.88
%22.91
%33.2

CMYK color model

#E276AB color CMYK value is (0,48,24,11).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 24.34%
  • key color value is 11.37%

CMYK: (0,48,24,11)
C0M48Y24K11 (0%, 48%, 24%, 11%)
(0.00 / 0.48 / 0.24 / 0.11)

CMYK percentages

%0
%47.79
%24.34
%11.37

Codes

Color #E276AB in popluar color models

E2 76 AB
RGB 226 118 171
HSL 331° 65.06% 67.45%
HSB/HSV 331° 47.79% 88.63%
CMYK 0.00% 47.79% 24.34%
11.37%

Color #E276AB in popluar number systems.

HEX E2 76 AB
Decimal 226 118 171
Binary 11100010 1110110 10101011
Octal 342 166 253

Shades and tints

Shades of #E276AB

#E276AB
(226,118,171)
#CE6C9C
(206,108,156)
#BA628D
(186,98,141)
#A6587E
(166,88,126)
#924E6F
(146,78,111)
#7E4460
(126,68,96)
#6A3A51
(106,58,81)
#563042
(86,48,66)
#422633
(66,38,51)
#2E1C24
(46,28,36)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #E276AB

#E276AB
(226,118,171)
#E482B2
(228,130,178)
#E68EB9
(230,142,185)
#E89AC0
(232,154,192)
#EAA6C7
(234,166,199)
#ECB2CE
(236,178,206)
#EEBED5
(238,190,213)
#F0CADC
(240,202,220)
#F2D6E3
(242,214,227)
#F4E2EA
(244,226,234)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E276AB color. Also use rgb(226,118,171) instead hex code.

Text Font Color

.myTextColor { color: #E276AB; }

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

This text font color is #E276AB.

Background Color

.myBgColor { background-color: #E276AB; }

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

This div background color is #E276AB.

Border color

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

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

This div border color is #E276AB.

Opacity

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

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

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

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

This text has shadow with #E276AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E276AB.

Preview

Color preview on black background

This text has color #E276AB on black background.


Color preview on white background

This text has color #E276AB on white background.


Black color preview on #E276AB background

This text has black color on #E276AB background.


White color preview on #E276AB background

This text has white color on #E276AB background.


Related colors

Complementary color

Complementary color for #hex is #1D8954.


I love getcolorcode.com

Triadic colors

1 #ABE276 and #76ABE2 with #E276AB are triadic colors.

2 #AB76E2 and #76E2AB with #E276AB are triadic colors.