COLOR #EA99F3

HEX: #EA99F3
RGB: (234,153,243)

Color info

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

RGB color model

#EA99F3 color RGB value is (234,153,243).

  • red value is 234;
  • green value is 153;
  • blue value is 243.
RGB:
(234,153,243)
(92%,60%,95%)

RGB channels and saturation

R 234 of 255 = 92%
G 153 of 255 = 60%
B 243 of 255 = 95%

234
153
243

R + G + B ~ 82%. #EA99F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 153 + 243 = 630 (100%)
R 234 of 630 ~ 37.14%
G 153 of 630 ~ 24.29%
B 243 of 630 ~ 38.57%

%37.14
%24.29
%38.57

CMYK color model

#EA99F3 color CMYK value is (4,37,0,5).

  • cyan value is 3.70%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(4,37,0,5)
C4M37Y0K5 
(4%,37%,0%,5%)
(0.04/0.37/0.00/0.05)	

CMYK percentages

%3.7
%37.04
%0
%4.71

Codes

Color #EA99F3 in popluar color models

EA99F3
RGB234153243
HSL294°78.95%77.65%
HSB/HSV294°37.04%95.29%
CMYK3.70%37.04%0.00%
4.71%

Color #EA99F3 in popluar number systems.

HEXEA99F3
Decimal234153243
Binary111010101001100111110011
Octal352231363

Shades and tints

Shades of #EA99F3

#EA99F3
(234,153,243)
#D58CDD
(213,140,221)
#C07FC7
(192,127,199)
#AB72B1
(171,114,177)
#96659B
(150,101,155)
#815885
(129,88,133)
#6C4B6F
(108,75,111)
#573E59
(87,62,89)
#423143
(66,49,67)
#2D242D
(45,36,45)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #EA99F3

#EA99F3
(234,153,243)
#EBA2F4
(235,162,244)
#ECABF5
(236,171,245)
#EDB4F6
(237,180,246)
#EEBDF7
(238,189,247)
#EFC6F8
(239,198,248)
#F0CFF9
(240,207,249)
#F1D8FA
(241,216,250)
#F2E1FB
(242,225,251)
#F3EAFC
(243,234,252)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA99F3 color. Also use rgb(234,153,243) instead hex code.

Text Font Color

.myTextColor { color: #EA99F3; }

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

This text font color is #EA99F3.


Background Color

.myBgColor { background-color: #EA99F3; }

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

This div background color is #EA99F3.


Border color

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

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

This div border color is #EA99F3.


Opacity

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

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

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

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

This text has shadow with #EA99F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA99F3 on black background.


Color preview on white background

This text has color #EA99F3 on white background.



Black color preview on #EA99F3 background

This text has black color on #EA99F3 background.


White color preview on #EA99F3 background

This text has white color on #EA99F3 background.