COLOR #EA78E3

HEX: #EA78E3
RGB: (234,120,227)

Color info

#EA78E3 contains mainly red and blue colors. Web safe color of #EA78E3 is #FF66CC (or #F6C).

RGB color model

#EA78E3 color RGB value is (234,120,227).

  • red value is 234;
  • green value is 120;
  • blue value is 227.
RGB:
(234,120,227)
(92%,47%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 120 of 255 = 47%
B 227 of 255 = 89%

234
120
227

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

Portions of RGB colors in percentages

R + G + B =
234 + 120 + 227 = 581 (100%)
R 234 of 581 ~ 40.28%
G 120 of 581 ~ 20.65%
B 227 of 581 ~ 39.07%

%40.28
%20.65
%39.07

CMYK color model

#EA78E3 color CMYK value is (0,49,3,8).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(0,49,3,8)
C0M49Y3K8 
(0%,49%,3%,8%)
(0.00/0.49/0.03/0.08)	

CMYK percentages

%0
%48.72
%2.99
%8.24

Codes

Color #EA78E3 in popluar color models

EA78E3
RGB234120227
HSL304°73.08%69.41%
HSB/HSV304°48.72%91.76%
CMYK0.00%48.72%2.99%
8.24%

Color #EA78E3 in popluar number systems.

HEXEA78E3
Decimal234120227
Binary11101010111100011100011
Octal352170343

Shades and tints

Shades of #EA78E3

#EA78E3
(234,120,227)
#D56ECF
(213,110,207)
#C064BB
(192,100,187)
#AB5AA7
(171,90,167)
#965093
(150,80,147)
#81467F
(129,70,127)
#6C3C6B
(108,60,107)
#573257
(87,50,87)
#422843
(66,40,67)
#2D1E2F
(45,30,47)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #EA78E3

#EA78E3
(234,120,227)
#EB84E5
(235,132,229)
#EC90E7
(236,144,231)
#ED9CE9
(237,156,233)
#EEA8EB
(238,168,235)
#EFB4ED
(239,180,237)
#F0C0EF
(240,192,239)
#F1CCF1
(241,204,241)
#F2D8F3
(242,216,243)
#F3E4F5
(243,228,245)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA78E3 color. Also use rgb(234,120,227) instead hex code.

Text Font Color

.myTextColor { color: #EA78E3; }

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

This text font color is #EA78E3.


Background Color

.myBgColor { background-color: #EA78E3; }

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

This div background color is #EA78E3.


Border color

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

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

This div border color is #EA78E3.


Opacity

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

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

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

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

This text has shadow with #EA78E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA78E3 on black background.


Color preview on white background

This text has color #EA78E3 on white background.



Black color preview on #EA78E3 background

This text has black color on #EA78E3 background.


White color preview on #EA78E3 background

This text has white color on #EA78E3 background.