COLOR #EB6CF6

HEX: #EB6CF6
RGB: (235,108,246)

Color info

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

RGB color model

#EB6CF6 color RGB value is (235,108,246).

  • red value is 235;
  • green value is 108;
  • blue value is 246.
RGB:
(235,108,246)
(92%,42%,96%)

RGB channels and saturation

R 235 of 255 = 92%
G 108 of 255 = 42%
B 246 of 255 = 96%

235
108
246

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

Portions of RGB colors in percentages

R + G + B =
235 + 108 + 246 = 589 (100%)
R 235 of 589 ~ 39.9%
G 108 of 589 ~ 18.34%
B 246 of 589 ~ 41.77%

%39.9
%18.34
%41.77

CMYK color model

#EB6CF6 color CMYK value is (4,56,0,4).

  • cyan value is 4.47%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,56,0,4)
C4M56Y0K4 
(4%,56%,0%,4%)
(0.04/0.56/0.00/0.04)	

CMYK percentages

%4.47
%56.1
%0
%3.53

Codes

Color #EB6CF6 in popluar color models

EB6CF6
RGB235108246
HSL295°88.46%69.41%
HSB/HSV295°56.10%96.47%
CMYK4.47%56.10%0.00%
3.53%

Color #EB6CF6 in popluar number systems.

HEXEB6CF6
Decimal235108246
Binary11101011110110011110110
Octal353154366

Shades and tints

Shades of #EB6CF6

#EB6CF6
(235,108,246)
#D663E0
(214,99,224)
#C15ACA
(193,90,202)
#AC51B4
(172,81,180)
#97489E
(151,72,158)
#823F88
(130,63,136)
#6D3672
(109,54,114)
#582D5C
(88,45,92)
#432446
(67,36,70)
#2E1B30
(46,27,48)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #EB6CF6

#EB6CF6
(235,108,246)
#EC79F6
(236,121,246)
#ED86F6
(237,134,246)
#EE93F6
(238,147,246)
#EFA0F6
(239,160,246)
#F0ADF6
(240,173,246)
#F1BAF6
(241,186,246)
#F2C7F6
(242,199,246)
#F3D4F6
(243,212,246)
#F4E1F6
(244,225,246)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6CF6 color. Also use rgb(235,108,246) instead hex code.

Text Font Color

.myTextColor { color: #EB6CF6; }

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

This text font color is #EB6CF6.


Background Color

.myBgColor { background-color: #EB6CF6; }

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

This div background color is #EB6CF6.


Border color

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

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

This div border color is #EB6CF6.


Opacity

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

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

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

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

This text has shadow with #EB6CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6CF6 on black background.


Color preview on white background

This text has color #EB6CF6 on white background.



Black color preview on #EB6CF6 background

This text has black color on #EB6CF6 background.


White color preview on #EB6CF6 background

This text has white color on #EB6CF6 background.