COLOR #EA9EF8

HEX: #EA9EF8
RGB: (234,158,248)

Color info

#EA9EF8 contains mainly red and blue colors. Web safe color of #EA9EF8 is #FF99FF (or #F9F).

RGB color model

#EA9EF8 color RGB value is (234,158,248).

  • red value is 234;
  • green value is 158;
  • blue value is 248.
RGB:
(234,158,248)
(92%,62%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 248 of 255 = 97%

234
158
248

R + G + B ~ 84%. #EA9EF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 248 = 640 (100%)
R 234 of 640 ~ 36.56%
G 158 of 640 ~ 24.69%
B 248 of 640 ~ 38.75%

%36.56
%24.69
%38.75

CMYK color model

#EA9EF8 color CMYK value is (6,36,0,3).

  • cyan value is 5.65%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,36,0,3)
C6M36Y0K3 
(6%,36%,0%,3%)
(0.06/0.36/0.00/0.03)	

CMYK percentages

%5.65
%36.29
%0
%2.75

Codes

Color #EA9EF8 in popluar color models

EA9EF8
RGB234158248
HSL291°86.54%79.61%
HSB/HSV291°36.29%97.25%
CMYK5.65%36.29%0.00%
2.75%

Color #EA9EF8 in popluar number systems.

HEXEA9EF8
Decimal234158248
Binary111010101001111011111000
Octal352236370

Shades and tints

Shades of #EA9EF8

#EA9EF8
(234,158,248)
#D590E2
(213,144,226)
#C082CC
(192,130,204)
#AB74B6
(171,116,182)
#9666A0
(150,102,160)
#81588A
(129,88,138)
#6C4A74
(108,74,116)
#573C5E
(87,60,94)
#422E48
(66,46,72)
#2D2032
(45,32,50)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #EA9EF8

#EA9EF8
(234,158,248)
#EBA6F8
(235,166,248)
#ECAEF8
(236,174,248)
#EDB6F8
(237,182,248)
#EEBEF8
(238,190,248)
#EFC6F8
(239,198,248)
#F0CEF8
(240,206,248)
#F1D6F8
(241,214,248)
#F2DEF8
(242,222,248)
#F3E6F8
(243,230,248)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9EF8 color. Also use rgb(234,158,248) instead hex code.

Text Font Color

.myTextColor { color: #EA9EF8; }

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

This text font color is #EA9EF8.


Background Color

.myBgColor { background-color: #EA9EF8; }

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

This div background color is #EA9EF8.


Border color

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

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

This div border color is #EA9EF8.


Opacity

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

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

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

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

This text has shadow with #EA9EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9EF8 on black background.


Color preview on white background

This text has color #EA9EF8 on white background.



Black color preview on #EA9EF8 background

This text has black color on #EA9EF8 background.


White color preview on #EA9EF8 background

This text has white color on #EA9EF8 background.