COLOR #EB78EA

HEX: #EB78EA
RGB: (235,120,234)

Color info

#EB78EA contains mainly red and blue colors. Web safe color of #EB78EA is #FF66FF (or #F6F).

RGB color model

#EB78EA color RGB value is (235,120,234).

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

RGB channels and saturation

R 235 of 255 = 92%
G 120 of 255 = 47%
B 234 of 255 = 92%

235
120
234

R + G + B ~ 77%. #EB78EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 120 + 234 = 589 (100%)
R 235 of 589 ~ 39.9%
G 120 of 589 ~ 20.37%
B 234 of 589 ~ 39.73%

%39.9
%20.37
%39.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK:
(0,49,0,8)
C0M49Y0K8 
(0%,49%,0%,8%)
(0.00/0.49/0.00/0.08)	

CMYK percentages

%0
%48.94
%0.43
%7.84

Codes

Color #EB78EA in popluar color models

EB78EA
RGB235120234
HSL301°74.19%69.61%
HSB/HSV301°48.94%92.16%
CMYK0.00%48.94%0.43%
7.84%

Color #EB78EA in popluar number systems.

HEXEB78EA
Decimal235120234
Binary11101011111100011101010
Octal353170352

Shades and tints

Shades of #EB78EA

#EB78EA
(235,120,234)
#D66ED5
(214,110,213)
#C164C0
(193,100,192)
#AC5AAB
(172,90,171)
#975096
(151,80,150)
#824681
(130,70,129)
#6D3C6C
(109,60,108)
#583257
(88,50,87)
#432842
(67,40,66)
#2E1E2D
(46,30,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EB78EA

#EB78EA
(235,120,234)
#EC84EB
(236,132,235)
#ED90EC
(237,144,236)
#EE9CED
(238,156,237)
#EFA8EE
(239,168,238)
#F0B4EF
(240,180,239)
#F1C0F0
(241,192,240)
#F2CCF1
(242,204,241)
#F3D8F2
(243,216,242)
#F4E4F3
(244,228,243)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB78EA; }

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

This text font color is #EB78EA.


Background Color

.myBgColor { background-color: #EB78EA; }

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

This div background color is #EB78EA.


Border color

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

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

This div border color is #EB78EA.


Opacity

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

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

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

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

This text has shadow with #EB78EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB78EA on black background.


Color preview on white background

This text has color #EB78EA on white background.



Black color preview on #EB78EA background

This text has black color on #EB78EA background.


White color preview on #EB78EA background

This text has white color on #EB78EA background.