COLOR #E28FF9

HEX: #E28FF9
RGB: (226,143,249)

Color info

#E28FF9 contains mainly red and blue colors. Web safe color of #E28FF9 is #CC99FF (or #C9F).

RGB color model

#E28FF9 color RGB value is (226,143,249).

  • red value is 226;
  • green value is 143;
  • blue value is 249.
RGB:
(226,143,249)
(89%,56%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 143 of 255 = 56%
B 249 of 255 = 98%

226
143
249

R + G + B ~ 81%. #E28FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 143 + 249 = 618 (100%)
R 226 of 618 ~ 36.57%
G 143 of 618 ~ 23.14%
B 249 of 618 ~ 40.29%

%36.57
%23.14
%40.29

CMYK color model

#E28FF9 color CMYK value is (9,43,0,2).

  • cyan value is 9.24%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(9,43,0,2)
C9M43Y0K2 
(9%,43%,0%,2%)
(0.09/0.43/0.00/0.02)	

CMYK percentages

%9.24
%42.57
%0
%2.35

Codes

Color #E28FF9 in popluar color models

E28FF9
RGB226143249
HSL287°89.83%76.86%
HSB/HSV287°42.57%97.65%
CMYK9.24%42.57%0.00%
2.35%

Color #E28FF9 in popluar number systems.

HEXE28FF9
Decimal226143249
Binary111000101000111111111001
Octal342217371

Shades and tints

Shades of #E28FF9

#E28FF9
(226,143,249)
#CE82E3
(206,130,227)
#BA75CD
(186,117,205)
#A668B7
(166,104,183)
#925BA1
(146,91,161)
#7E4E8B
(126,78,139)
#6A4175
(106,65,117)
#56345F
(86,52,95)
#422749
(66,39,73)
#2E1A33
(46,26,51)
#1A0D1D
(26,13,29)
#000000
(0,0,0)

Tints of #E28FF9

#E28FF9
(226,143,249)
#E499F9
(228,153,249)
#E6A3F9
(230,163,249)
#E8ADF9
(232,173,249)
#EAB7F9
(234,183,249)
#ECC1F9
(236,193,249)
#EECBF9
(238,203,249)
#F0D5F9
(240,213,249)
#F2DFF9
(242,223,249)
#F4E9F9
(244,233,249)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28FF9 color. Also use rgb(226,143,249) instead hex code.

Text Font Color

.myTextColor { color: #E28FF9; }

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

This text font color is #E28FF9.


Background Color

.myBgColor { background-color: #E28FF9; }

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

This div background color is #E28FF9.


Border color

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

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

This div border color is #E28FF9.


Opacity

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

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

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

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

This text has shadow with #E28FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28FF9 on black background.


Color preview on white background

This text has color #E28FF9 on white background.



Black color preview on #E28FF9 background

This text has black color on #E28FF9 background.


White color preview on #E28FF9 background

This text has white color on #E28FF9 background.