COLOR #EA98E7

HEX: #EA98E7
RGB: (234,152,231)

Color info

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

RGB color model

#EA98E7 color RGB value is (234,152,231).

  • red value is 234;
  • green value is 152;
  • blue value is 231.
RGB:
(234,152,231)
(92%,60%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 152 of 255 = 60%
B 231 of 255 = 91%

234
152
231

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

Portions of RGB colors in percentages

R + G + B =
234 + 152 + 231 = 617 (100%)
R 234 of 617 ~ 37.93%
G 152 of 617 ~ 24.64%
B 231 of 617 ~ 37.44%

%37.93
%24.64
%37.44

CMYK color model

#EA98E7 color CMYK value is (0,35,1,8).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 1.28%
  • key color value is 8.24%
CMYK:
(0,35,1,8)
C0M35Y1K8 
(0%,35%,1%,8%)
(0.00/0.35/0.01/0.08)	

CMYK percentages

%0
%35.04
%1.28
%8.24

Codes

Color #EA98E7 in popluar color models

EA98E7
RGB234152231
HSL302°66.13%75.69%
HSB/HSV302°35.04%91.76%
CMYK0.00%35.04%1.28%
8.24%

Color #EA98E7 in popluar number systems.

HEXEA98E7
Decimal234152231
Binary111010101001100011100111
Octal352230347

Shades and tints

Shades of #EA98E7

#EA98E7
(234,152,231)
#D58BD2
(213,139,210)
#C07EBD
(192,126,189)
#AB71A8
(171,113,168)
#966493
(150,100,147)
#81577E
(129,87,126)
#6C4A69
(108,74,105)
#573D54
(87,61,84)
#42303F
(66,48,63)
#2D232A
(45,35,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #EA98E7

#EA98E7
(234,152,231)
#EBA1E9
(235,161,233)
#ECAAEB
(236,170,235)
#EDB3ED
(237,179,237)
#EEBCEF
(238,188,239)
#EFC5F1
(239,197,241)
#F0CEF3
(240,206,243)
#F1D7F5
(241,215,245)
#F2E0F7
(242,224,247)
#F3E9F9
(243,233,249)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA98E7 color. Also use rgb(234,152,231) instead hex code.

Text Font Color

.myTextColor { color: #EA98E7; }

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

This text font color is #EA98E7.


Background Color

.myBgColor { background-color: #EA98E7; }

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

This div background color is #EA98E7.


Border color

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

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

This div border color is #EA98E7.


Opacity

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

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

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

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

This text has shadow with #EA98E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA98E7 on black background.


Color preview on white background

This text has color #EA98E7 on white background.



Black color preview on #EA98E7 background

This text has black color on #EA98E7 background.


White color preview on #EA98E7 background

This text has white color on #EA98E7 background.