COLOR #EA96E6

HEX: #EA96E6
RGB: (234,150,230)

Color info

#EA96E6 contains mainly red and blue colors. Web safe color of #EA96E6 is #FF99CC (or #F9C).

RGB color model

#EA96E6 color RGB value is (234,150,230).

  • red value is 234;
  • green value is 150;
  • blue value is 230.
RGB:
(234,150,230)
(92%,59%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 150 of 255 = 59%
B 230 of 255 = 90%

234
150
230

R + G + B ~ 80%. #EA96E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 150 + 230 = 614 (100%)
R 234 of 614 ~ 38.11%
G 150 of 614 ~ 24.43%
B 230 of 614 ~ 37.46%

%38.11
%24.43
%37.46

CMYK color model

#EA96E6 color CMYK value is (0,36,2,8).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(0,36,2,8)
C0M36Y2K8 
(0%,36%,2%,8%)
(0.00/0.36/0.02/0.08)	

CMYK percentages

%0
%35.9
%1.71
%8.24

Codes

Color #EA96E6 in popluar color models

EA96E6
RGB234150230
HSL303°66.67%75.29%
HSB/HSV303°35.90%91.76%
CMYK0.00%35.90%1.71%
8.24%

Color #EA96E6 in popluar number systems.

HEXEA96E6
Decimal234150230
Binary111010101001011011100110
Octal352226346

Shades and tints

Shades of #EA96E6

#EA96E6
(234,150,230)
#D589D2
(213,137,210)
#C07CBE
(192,124,190)
#AB6FAA
(171,111,170)
#966296
(150,98,150)
#815582
(129,85,130)
#6C486E
(108,72,110)
#573B5A
(87,59,90)
#422E46
(66,46,70)
#2D2132
(45,33,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #EA96E6

#EA96E6
(234,150,230)
#EB9FE8
(235,159,232)
#ECA8EA
(236,168,234)
#EDB1EC
(237,177,236)
#EEBAEE
(238,186,238)
#EFC3F0
(239,195,240)
#F0CCF2
(240,204,242)
#F1D5F4
(241,213,244)
#F2DEF6
(242,222,246)
#F3E7F8
(243,231,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA96E6 color. Also use rgb(234,150,230) instead hex code.

Text Font Color

.myTextColor { color: #EA96E6; }

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

This text font color is #EA96E6.


Background Color

.myBgColor { background-color: #EA96E6; }

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

This div background color is #EA96E6.


Border color

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

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

This div border color is #EA96E6.


Opacity

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

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

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

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

This text has shadow with #EA96E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA96E6 on black background.


Color preview on white background

This text has color #EA96E6 on white background.



Black color preview on #EA96E6 background

This text has black color on #EA96E6 background.


White color preview on #EA96E6 background

This text has white color on #EA96E6 background.