COLOR #EB7FC8

HEX: #EB7FC8
RGB: (235,127,200)

Color info

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

RGB color model

#EB7FC8 color RGB value is (235,127,200).

  • red value is 235;
  • green value is 127;
  • blue value is 200.
RGB:
(235,127,200)
(92%,50%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 127 of 255 = 50%
B 200 of 255 = 78%

235
127
200

R + G + B ~ 73%. #EB7FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 127 + 200 = 562 (100%)
R 235 of 562 ~ 41.81%
G 127 of 562 ~ 22.6%
B 200 of 562 ~ 35.59%

%41.81
%22.6
%35.59

CMYK color model

#EB7FC8 color CMYK value is (0,46,15,8).

  • cyan value is 0.00%
  • magenta value is 45.96%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(0,46,15,8)
C0M46Y15K8 
(0%,46%,15%,8%)
(0.00/0.46/0.15/0.08)	

CMYK percentages

%0
%45.96
%14.89
%7.84

Codes

Color #EB7FC8 in popluar color models

EB7FC8
RGB235127200
HSL319°72.97%70.98%
HSB/HSV319°45.96%92.16%
CMYK0.00%45.96%14.89%
7.84%

Color #EB7FC8 in popluar number systems.

HEXEB7FC8
Decimal235127200
Binary11101011111111111001000
Octal353177310

Shades and tints

Shades of #EB7FC8

#EB7FC8
(235,127,200)
#D674B6
(214,116,182)
#C169A4
(193,105,164)
#AC5E92
(172,94,146)
#975380
(151,83,128)
#82486E
(130,72,110)
#6D3D5C
(109,61,92)
#58324A
(88,50,74)
#432738
(67,39,56)
#2E1C26
(46,28,38)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #EB7FC8

#EB7FC8
(235,127,200)
#EC8ACD
(236,138,205)
#ED95D2
(237,149,210)
#EEA0D7
(238,160,215)
#EFABDC
(239,171,220)
#F0B6E1
(240,182,225)
#F1C1E6
(241,193,230)
#F2CCEB
(242,204,235)
#F3D7F0
(243,215,240)
#F4E2F5
(244,226,245)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7FC8 color. Also use rgb(235,127,200) instead hex code.

Text Font Color

.myTextColor { color: #EB7FC8; }

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

This text font color is #EB7FC8.


Background Color

.myBgColor { background-color: #EB7FC8; }

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

This div background color is #EB7FC8.


Border color

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

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

This div border color is #EB7FC8.


Opacity

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

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

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

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

This text has shadow with #EB7FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7FC8 on black background.


Color preview on white background

This text has color #EB7FC8 on white background.



Black color preview on #EB7FC8 background

This text has black color on #EB7FC8 background.


White color preview on #EB7FC8 background

This text has white color on #EB7FC8 background.