COLOR #EA95FB

HEX: #EA95FB
RGB: (234,149,251)

Color info

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

RGB color model

#EA95FB color RGB value is (234,149,251).

  • red value is 234;
  • green value is 149;
  • blue value is 251.
RGB:
(234,149,251)
(92%,58%,98%)

RGB channels and saturation

R 234 of 255 = 92%
G 149 of 255 = 58%
B 251 of 255 = 98%

234
149
251

R + G + B ~ 83%. #EA95FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 149 + 251 = 634 (100%)
R 234 of 634 ~ 36.91%
G 149 of 634 ~ 23.5%
B 251 of 634 ~ 39.59%

%36.91
%23.5
%39.59

CMYK color model

#EA95FB color CMYK value is (7,41,0,2).

  • cyan value is 6.77%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,41,0,2)
C7M41Y0K2 
(7%,41%,0%,2%)
(0.07/0.41/0.00/0.02)	

CMYK percentages

%6.77
%40.64
%0
%1.57

Codes

Color #EA95FB in popluar color models

EA95FB
RGB234149251
HSL290°92.73%78.43%
HSB/HSV290°40.64%98.43%
CMYK6.77%40.64%0.00%
1.57%

Color #EA95FB in popluar number systems.

HEXEA95FB
Decimal234149251
Binary111010101001010111111011
Octal352225373

Shades and tints

Shades of #EA95FB

#EA95FB
(234,149,251)
#D588E5
(213,136,229)
#C07BCF
(192,123,207)
#AB6EB9
(171,110,185)
#9661A3
(150,97,163)
#81548D
(129,84,141)
#6C4777
(108,71,119)
#573A61
(87,58,97)
#422D4B
(66,45,75)
#2D2035
(45,32,53)
#18131F
(24,19,31)
#000000
(0,0,0)

Tints of #EA95FB

#EA95FB
(234,149,251)
#EB9EFB
(235,158,251)
#ECA7FB
(236,167,251)
#EDB0FB
(237,176,251)
#EEB9FB
(238,185,251)
#EFC2FB
(239,194,251)
#F0CBFB
(240,203,251)
#F1D4FB
(241,212,251)
#F2DDFB
(242,221,251)
#F3E6FB
(243,230,251)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA95FB color. Also use rgb(234,149,251) instead hex code.

Text Font Color

.myTextColor { color: #EA95FB; }

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

This text font color is #EA95FB.


Background Color

.myBgColor { background-color: #EA95FB; }

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

This div background color is #EA95FB.


Border color

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

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

This div border color is #EA95FB.


Opacity

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

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

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

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

This text has shadow with #EA95FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA95FB on black background.


Color preview on white background

This text has color #EA95FB on white background.



Black color preview on #EA95FB background

This text has black color on #EA95FB background.


White color preview on #EA95FB background

This text has white color on #EA95FB background.