COLOR #E446E8

HEX: #E446E8
RGB: (228,70,232)

Color info

#E446E8 contains mainly red and blue colors. Web safe color of #E446E8 is #CC33FF (or #C3F).

RGB color model

#E446E8 color RGB value is (228,70,232).

  • red value is 228;
  • green value is 70;
  • blue value is 232.
RGB:
(228,70,232)
(89%,27%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 70 of 255 = 27%
B 232 of 255 = 91%

228
70
232

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

Portions of RGB colors in percentages

R + G + B =
228 + 70 + 232 = 530 (100%)
R 228 of 530 ~ 43.02%
G 70 of 530 ~ 13.21%
B 232 of 530 ~ 43.77%

%43.02
%13.21
%43.77

CMYK color model

#E446E8 color CMYK value is (2,70,0,9).

  • cyan value is 1.72%
  • magenta value is 69.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(2,70,0,9)
C2M70Y0K9 
(2%,70%,0%,9%)
(0.02/0.70/0.00/0.09)	

CMYK percentages

%1.72
%69.83
%0
%9.02

Codes

Color #E446E8 in popluar color models

E446E8
RGB22870232
HSL299°77.88%59.22%
HSB/HSV299°69.83%90.98%
CMYK1.72%69.83%0.00%
9.02%

Color #E446E8 in popluar number systems.

HEXE446E8
Decimal22870232
Binary11100100100011011101000
Octal344106350

Shades and tints

Shades of #E446E8

#E446E8
(228,70,232)
#D040D3
(208,64,211)
#BC3ABE
(188,58,190)
#A834A9
(168,52,169)
#942E94
(148,46,148)
#80287F
(128,40,127)
#6C226A
(108,34,106)
#581C55
(88,28,85)
#441640
(68,22,64)
#30102B
(48,16,43)
#1C0A16
(28,10,22)
#000000
(0,0,0)

Tints of #E446E8

#E446E8
(228,70,232)
#E656EA
(230,86,234)
#E866EC
(232,102,236)
#EA76EE
(234,118,238)
#EC86F0
(236,134,240)
#EE96F2
(238,150,242)
#F0A6F4
(240,166,244)
#F2B6F6
(242,182,246)
#F4C6F8
(244,198,248)
#F6D6FA
(246,214,250)
#F8E6FC
(248,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E446E8 color. Also use rgb(228,70,232) instead hex code.

Text Font Color

.myTextColor { color: #E446E8; }

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

This text font color is #E446E8.


Background Color

.myBgColor { background-color: #E446E8; }

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

This div background color is #E446E8.


Border color

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

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

This div border color is #E446E8.


Opacity

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

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

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

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

This text has shadow with #E446E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E446E8 on black background.


Color preview on white background

This text has color #E446E8 on white background.



Black color preview on #E446E8 background

This text has black color on #E446E8 background.


White color preview on #E446E8 background

This text has white color on #E446E8 background.