COLOR #E246B3

HEX: #E246B3
RGB: (226,70,179)

Color info

#E246B3 contains mainly red and blue colors. Web safe color of #E246B3 is #CC3399 (or #C39).

RGB color model

#E246B3 color RGB value is (226,70,179).

  • red value is 226;
  • green value is 70;
  • blue value is 179.
RGB:
(226,70,179)
(89%,27%,70%)

RGB channels and saturation

R 226 of 255 = 89%
G 70 of 255 = 27%
B 179 of 255 = 70%

226
70
179

R + G + B ~ 62%. #E246B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 70 + 179 = 475 (100%)
R 226 of 475 ~ 47.58%
G 70 of 475 ~ 14.74%
B 179 of 475 ~ 37.68%

%47.58
%14.74
%37.68

CMYK color model

#E246B3 color CMYK value is (0,69,21,11).

  • cyan value is 0.00%
  • magenta value is 69.03%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(0,69,21,11)
C0M69Y21K11 
(0%,69%,21%,11%)
(0.00/0.69/0.21/0.11)	

CMYK percentages

%0
%69.03
%20.8
%11.37

Codes

Color #E246B3 in popluar color models

E246B3
RGB22670179
HSL318°72.90%58.04%
HSB/HSV318°69.03%88.63%
CMYK0.00%69.03%20.80%
11.37%

Color #E246B3 in popluar number systems.

HEXE246B3
Decimal22670179
Binary11100010100011010110011
Octal342106263

Shades and tints

Shades of #E246B3

#E246B3
(226,70,179)
#CE40A3
(206,64,163)
#BA3A93
(186,58,147)
#A63483
(166,52,131)
#922E73
(146,46,115)
#7E2863
(126,40,99)
#6A2253
(106,34,83)
#561C43
(86,28,67)
#421633
(66,22,51)
#2E1023
(46,16,35)
#1A0A13
(26,10,19)
#000000
(0,0,0)

Tints of #E246B3

#E246B3
(226,70,179)
#E456B9
(228,86,185)
#E666BF
(230,102,191)
#E876C5
(232,118,197)
#EA86CB
(234,134,203)
#EC96D1
(236,150,209)
#EEA6D7
(238,166,215)
#F0B6DD
(240,182,221)
#F2C6E3
(242,198,227)
#F4D6E9
(244,214,233)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E246B3 color. Also use rgb(226,70,179) instead hex code.

Text Font Color

.myTextColor { color: #E246B3; }

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

This text font color is #E246B3.


Background Color

.myBgColor { background-color: #E246B3; }

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

This div background color is #E246B3.


Border color

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

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

This div border color is #E246B3.


Opacity

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

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

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

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

This text has shadow with #E246B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E246B3 on black background.


Color preview on white background

This text has color #E246B3 on white background.



Black color preview on #E246B3 background

This text has black color on #E246B3 background.


White color preview on #E246B3 background

This text has white color on #E246B3 background.