COLOR #E296C8

HEX: #E296C8
RGB: (226,150,200)

Color info

#E296C8 contains mainly red and blue colors. Web safe color of #E296C8 is #CC99CC (or #C9C).

RGB color model

#E296C8 color RGB value is (226,150,200).

  • red value is 226;
  • green value is 150;
  • blue value is 200.
RGB:
(226,150,200)
(89%,59%,78%)

RGB channels and saturation

R 226 of 255 = 89%
G 150 of 255 = 59%
B 200 of 255 = 78%

226
150
200

R + G + B ~ 75%. #E296C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 150 + 200 = 576 (100%)
R 226 of 576 ~ 39.24%
G 150 of 576 ~ 26.04%
B 200 of 576 ~ 34.72%

%39.24
%26.04
%34.72

CMYK color model

#E296C8 color CMYK value is (0,34,12,11).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 11.50%
  • key color value is 11.37%
CMYK:
(0,34,12,11)
C0M34Y12K11 
(0%,34%,12%,11%)
(0.00/0.34/0.12/0.11)	

CMYK percentages

%0
%33.63
%11.5
%11.37

Codes

Color #E296C8 in popluar color models

E296C8
RGB226150200
HSL321°56.72%73.73%
HSB/HSV321°33.63%88.63%
CMYK0.00%33.63%11.50%
11.37%

Color #E296C8 in popluar number systems.

HEXE296C8
Decimal226150200
Binary111000101001011011001000
Octal342226310

Shades and tints

Shades of #E296C8

#E296C8
(226,150,200)
#CE89B6
(206,137,182)
#BA7CA4
(186,124,164)
#A66F92
(166,111,146)
#926280
(146,98,128)
#7E556E
(126,85,110)
#6A485C
(106,72,92)
#563B4A
(86,59,74)
#422E38
(66,46,56)
#2E2126
(46,33,38)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #E296C8

#E296C8
(226,150,200)
#E49FCD
(228,159,205)
#E6A8D2
(230,168,210)
#E8B1D7
(232,177,215)
#EABADC
(234,186,220)
#ECC3E1
(236,195,225)
#EECCE6
(238,204,230)
#F0D5EB
(240,213,235)
#F2DEF0
(242,222,240)
#F4E7F5
(244,231,245)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E296C8 color. Also use rgb(226,150,200) instead hex code.

Text Font Color

.myTextColor { color: #E296C8; }

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

This text font color is #E296C8.


Background Color

.myBgColor { background-color: #E296C8; }

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

This div background color is #E296C8.


Border color

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

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

This div border color is #E296C8.


Opacity

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

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

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

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

This text has shadow with #E296C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E296C8 on black background.


Color preview on white background

This text has color #E296C8 on white background.



Black color preview on #E296C8 background

This text has black color on #E296C8 background.


White color preview on #E296C8 background

This text has white color on #E296C8 background.