COLOR #EA97EB

HEX: #EA97EB
RGB: (234,151,235)

Color info

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

RGB color model

#EA97EB color RGB value is (234,151,235).

  • red value is 234;
  • green value is 151;
  • blue value is 235.
RGB:
(234,151,235)
(92%,59%,92%)

RGB channels and saturation

R 234 of 255 = 92%
G 151 of 255 = 59%
B 235 of 255 = 92%

234
151
235

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

Portions of RGB colors in percentages

R + G + B =
234 + 151 + 235 = 620 (100%)
R 234 of 620 ~ 37.74%
G 151 of 620 ~ 24.35%
B 235 of 620 ~ 37.9%

%37.74
%24.35
%37.9

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 35.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(0,36,0,8)
C0M36Y0K8 
(0%,36%,0%,8%)
(0.00/0.36/0.00/0.08)	

CMYK percentages

%0.43
%35.74
%0
%7.84

Codes

Color #EA97EB in popluar color models

EA97EB
RGB234151235
HSL299°67.74%75.69%
HSB/HSV299°35.74%92.16%
CMYK0.43%35.74%0.00%
7.84%

Color #EA97EB in popluar number systems.

HEXEA97EB
Decimal234151235
Binary111010101001011111101011
Octal352227353

Shades and tints

Shades of #EA97EB

#EA97EB
(234,151,235)
#D58AD6
(213,138,214)
#C07DC1
(192,125,193)
#AB70AC
(171,112,172)
#966397
(150,99,151)
#815682
(129,86,130)
#6C496D
(108,73,109)
#573C58
(87,60,88)
#422F43
(66,47,67)
#2D222E
(45,34,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #EA97EB

#EA97EB
(234,151,235)
#EBA0EC
(235,160,236)
#ECA9ED
(236,169,237)
#EDB2EE
(237,178,238)
#EEBBEF
(238,187,239)
#EFC4F0
(239,196,240)
#F0CDF1
(240,205,241)
#F1D6F2
(241,214,242)
#F2DFF3
(242,223,243)
#F3E8F4
(243,232,244)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA97EB color. Also use rgb(234,151,235) instead hex code.

Text Font Color

.myTextColor { color: #EA97EB; }

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

This text font color is #EA97EB.


Background Color

.myBgColor { background-color: #EA97EB; }

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

This div background color is #EA97EB.


Border color

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

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

This div border color is #EA97EB.


Opacity

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

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

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

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

This text has shadow with #EA97EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA97EB on black background.


Color preview on white background

This text has color #EA97EB on white background.



Black color preview on #EA97EB background

This text has black color on #EA97EB background.


White color preview on #EA97EB background

This text has white color on #EA97EB background.