COLOR #E276C0

HEX: #E276C0
RGB: (226,118,192)

Color info

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

RGB color model

#E276C0 color RGB value is (226,118,192).

  • red value is 226;
  • green value is 118;
  • blue value is 192.
RGB:
(226,118,192)
(89%,46%,75%)

RGB channels and saturation

R 226 of 255 = 89%
G 118 of 255 = 46%
B 192 of 255 = 75%

226
118
192

R + G + B ~ 70%. #E276C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 118 + 192 = 536 (100%)
R 226 of 536 ~ 42.16%
G 118 of 536 ~ 22.01%
B 192 of 536 ~ 35.82%

%42.16
%22.01
%35.82

CMYK color model

#E276C0 color CMYK value is (0,48,15,11).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK:
(0,48,15,11)
C0M48Y15K11 
(0%,48%,15%,11%)
(0.00/0.48/0.15/0.11)	

CMYK percentages

%0
%47.79
%15.04
%11.37

Codes

Color #E276C0 in popluar color models

E276C0
RGB226118192
HSL319°65.06%67.45%
HSB/HSV319°47.79%88.63%
CMYK0.00%47.79%15.04%
11.37%

Color #E276C0 in popluar number systems.

HEXE276C0
Decimal226118192
Binary11100010111011011000000
Octal342166300

Shades and tints

Shades of #E276C0

#E276C0
(226,118,192)
#CE6CAF
(206,108,175)
#BA629E
(186,98,158)
#A6588D
(166,88,141)
#924E7C
(146,78,124)
#7E446B
(126,68,107)
#6A3A5A
(106,58,90)
#563049
(86,48,73)
#422638
(66,38,56)
#2E1C27
(46,28,39)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #E276C0

#E276C0
(226,118,192)
#E482C5
(228,130,197)
#E68ECA
(230,142,202)
#E89ACF
(232,154,207)
#EAA6D4
(234,166,212)
#ECB2D9
(236,178,217)
#EEBEDE
(238,190,222)
#F0CAE3
(240,202,227)
#F2D6E8
(242,214,232)
#F4E2ED
(244,226,237)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E276C0; }

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

This text font color is #E276C0.


Background Color

.myBgColor { background-color: #E276C0; }

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

This div background color is #E276C0.


Border color

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

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

This div border color is #E276C0.


Opacity

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

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

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

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

This text has shadow with #E276C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E276C0 on black background.


Color preview on white background

This text has color #E276C0 on white background.



Black color preview on #E276C0 background

This text has black color on #E276C0 background.


White color preview on #E276C0 background

This text has white color on #E276C0 background.