COLOR #EB6EC6

HEX: #EB6EC6
RGB: (235,110,198)

Color info

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

RGB color model

#EB6EC6 color RGB value is (235,110,198).

  • red value is 235;
  • green value is 110;
  • blue value is 198.
RGB:
(235,110,198)
(92%,43%,78%)

RGB channels and saturation

R 235 of 255 = 92%
G 110 of 255 = 43%
B 198 of 255 = 78%

235
110
198

R + G + B ~ 71%. #EB6EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 110 + 198 = 543 (100%)
R 235 of 543 ~ 43.28%
G 110 of 543 ~ 20.26%
B 198 of 543 ~ 36.46%

%43.28
%20.26
%36.46

CMYK color model

#EB6EC6 color CMYK value is (0,53,16,8).

  • cyan value is 0.00%
  • magenta value is 53.19%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,53,16,8)
C0M53Y16K8 
(0%,53%,16%,8%)
(0.00/0.53/0.16/0.08)	

CMYK percentages

%0
%53.19
%15.74
%7.84

Codes

Color #EB6EC6 in popluar color models

EB6EC6
RGB235110198
HSL318°75.76%67.65%
HSB/HSV318°53.19%92.16%
CMYK0.00%53.19%15.74%
7.84%

Color #EB6EC6 in popluar number systems.

HEXEB6EC6
Decimal235110198
Binary11101011110111011000110
Octal353156306

Shades and tints

Shades of #EB6EC6

#EB6EC6
(235,110,198)
#D664B4
(214,100,180)
#C15AA2
(193,90,162)
#AC5090
(172,80,144)
#97467E
(151,70,126)
#823C6C
(130,60,108)
#6D325A
(109,50,90)
#582848
(88,40,72)
#431E36
(67,30,54)
#2E1424
(46,20,36)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #EB6EC6

#EB6EC6
(235,110,198)
#EC7BCB
(236,123,203)
#ED88D0
(237,136,208)
#EE95D5
(238,149,213)
#EFA2DA
(239,162,218)
#F0AFDF
(240,175,223)
#F1BCE4
(241,188,228)
#F2C9E9
(242,201,233)
#F3D6EE
(243,214,238)
#F4E3F3
(244,227,243)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6EC6 color. Also use rgb(235,110,198) instead hex code.

Text Font Color

.myTextColor { color: #EB6EC6; }

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

This text font color is #EB6EC6.


Background Color

.myBgColor { background-color: #EB6EC6; }

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

This div background color is #EB6EC6.


Border color

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

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

This div border color is #EB6EC6.


Opacity

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

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

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

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

This text has shadow with #EB6EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6EC6 on black background.


Color preview on white background

This text has color #EB6EC6 on white background.



Black color preview on #EB6EC6 background

This text has black color on #EB6EC6 background.


White color preview on #EB6EC6 background

This text has white color on #EB6EC6 background.