COLOR #EB68C6

HEX: #EB68C6
RGB: (235,104,198)

Color info

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

RGB color model

#EB68C6 color RGB value is (235,104,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 104 of 255 = 41%
B 198 of 255 = 78%

235
104
198

R + G + B ~ 70%. #EB68C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 104 + 198 = 537 (100%)
R 235 of 537 ~ 43.76%
G 104 of 537 ~ 19.37%
B 198 of 537 ~ 36.87%

%43.76
%19.37
%36.87

CMYK color model

#EB68C6 color CMYK value is (0,56,16,8).

  • cyan value is 0.00%
  • magenta value is 55.74%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(0,56,16,8)
C0M56Y16K8 
(0%,56%,16%,8%)
(0.00/0.56/0.16/0.08)	

CMYK percentages

%0
%55.74
%15.74
%7.84

Codes

Color #EB68C6 in popluar color models

EB68C6
RGB235104198
HSL317°76.61%66.47%
HSB/HSV317°55.74%92.16%
CMYK0.00%55.74%15.74%
7.84%

Color #EB68C6 in popluar number systems.

HEXEB68C6
Decimal235104198
Binary11101011110100011000110
Octal353150306

Shades and tints

Shades of #EB68C6

#EB68C6
(235,104,198)
#D65FB4
(214,95,180)
#C156A2
(193,86,162)
#AC4D90
(172,77,144)
#97447E
(151,68,126)
#823B6C
(130,59,108)
#6D325A
(109,50,90)
#582948
(88,41,72)
#432036
(67,32,54)
#2E1724
(46,23,36)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #EB68C6

#EB68C6
(235,104,198)
#EC75CB
(236,117,203)
#ED82D0
(237,130,208)
#EE8FD5
(238,143,213)
#EF9CDA
(239,156,218)
#F0A9DF
(240,169,223)
#F1B6E4
(241,182,228)
#F2C3E9
(242,195,233)
#F3D0EE
(243,208,238)
#F4DDF3
(244,221,243)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB68C6; }

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

This text font color is #EB68C6.


Background Color

.myBgColor { background-color: #EB68C6; }

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

This div background color is #EB68C6.


Border color

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

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

This div border color is #EB68C6.


Opacity

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

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

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

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

This text has shadow with #EB68C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB68C6 on black background.


Color preview on white background

This text has color #EB68C6 on white background.



Black color preview on #EB68C6 background

This text has black color on #EB68C6 background.


White color preview on #EB68C6 background

This text has white color on #EB68C6 background.