COLOR #EA93C5

HEX: #EA93C5
RGB: (234,147,197)

Color info

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

RGB color model

#EA93C5 color RGB value is (234,147,197).

  • red value is 234;
  • green value is 147;
  • blue value is 197.
RGB:
(234,147,197)
(92%,58%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 147 of 255 = 58%
B 197 of 255 = 77%

234
147
197

R + G + B ~ 76%. #EA93C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 147 + 197 = 578 (100%)
R 234 of 578 ~ 40.48%
G 147 of 578 ~ 25.43%
B 197 of 578 ~ 34.08%

%40.48
%25.43
%34.08

CMYK color model

#EA93C5 color CMYK value is (0,37,16,8).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 15.81%
  • key color value is 8.24%
CMYK:
(0,37,16,8)
C0M37Y16K8 
(0%,37%,16%,8%)
(0.00/0.37/0.16/0.08)	

CMYK percentages

%0
%37.18
%15.81
%8.24

Codes

Color #EA93C5 in popluar color models

EA93C5
RGB234147197
HSL326°67.44%74.71%
HSB/HSV326°37.18%91.76%
CMYK0.00%37.18%15.81%
8.24%

Color #EA93C5 in popluar number systems.

HEXEA93C5
Decimal234147197
Binary111010101001001111000101
Octal352223305

Shades and tints

Shades of #EA93C5

#EA93C5
(234,147,197)
#D586B4
(213,134,180)
#C079A3
(192,121,163)
#AB6C92
(171,108,146)
#965F81
(150,95,129)
#815270
(129,82,112)
#6C455F
(108,69,95)
#57384E
(87,56,78)
#422B3D
(66,43,61)
#2D1E2C
(45,30,44)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #EA93C5

#EA93C5
(234,147,197)
#EB9CCA
(235,156,202)
#ECA5CF
(236,165,207)
#EDAED4
(237,174,212)
#EEB7D9
(238,183,217)
#EFC0DE
(239,192,222)
#F0C9E3
(240,201,227)
#F1D2E8
(241,210,232)
#F2DBED
(242,219,237)
#F3E4F2
(243,228,242)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA93C5 color. Also use rgb(234,147,197) instead hex code.

Text Font Color

.myTextColor { color: #EA93C5; }

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

This text font color is #EA93C5.


Background Color

.myBgColor { background-color: #EA93C5; }

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

This div background color is #EA93C5.


Border color

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

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

This div border color is #EA93C5.


Opacity

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

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

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

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

This text has shadow with #EA93C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA93C5 on black background.


Color preview on white background

This text has color #EA93C5 on white background.



Black color preview on #EA93C5 background

This text has black color on #EA93C5 background.


White color preview on #EA93C5 background

This text has white color on #EA93C5 background.