COLOR #EB6CD8

HEX: #EB6CD8
RGB: (235,108,216)

Color info

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

RGB color model

#EB6CD8 color RGB value is (235,108,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 108 of 255 = 42%
B 216 of 255 = 85%

235
108
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 108 + 216 = 559 (100%)
R 235 of 559 ~ 42.04%
G 108 of 559 ~ 19.32%
B 216 of 559 ~ 38.64%

%42.04
%19.32
%38.64

CMYK color model

#EB6CD8 color CMYK value is (0,54,8,8).

  • cyan value is 0.00%
  • magenta value is 54.04%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,54,8,8)
C0M54Y8K8 
(0%,54%,8%,8%)
(0.00/0.54/0.08/0.08)	

CMYK percentages

%0
%54.04
%8.09
%7.84

Codes

Color #EB6CD8 in popluar color models

EB6CD8
RGB235108216
HSL309°76.05%67.25%
HSB/HSV309°54.04%92.16%
CMYK0.00%54.04%8.09%
7.84%

Color #EB6CD8 in popluar number systems.

HEXEB6CD8
Decimal235108216
Binary11101011110110011011000
Octal353154330

Shades and tints

Shades of #EB6CD8

#EB6CD8
(235,108,216)
#D663C5
(214,99,197)
#C15AB2
(193,90,178)
#AC519F
(172,81,159)
#97488C
(151,72,140)
#823F79
(130,63,121)
#6D3666
(109,54,102)
#582D53
(88,45,83)
#432440
(67,36,64)
#2E1B2D
(46,27,45)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #EB6CD8

#EB6CD8
(235,108,216)
#EC79DB
(236,121,219)
#ED86DE
(237,134,222)
#EE93E1
(238,147,225)
#EFA0E4
(239,160,228)
#F0ADE7
(240,173,231)
#F1BAEA
(241,186,234)
#F2C7ED
(242,199,237)
#F3D4F0
(243,212,240)
#F4E1F3
(244,225,243)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB6CD8; }

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

This text font color is #EB6CD8.


Background Color

.myBgColor { background-color: #EB6CD8; }

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

This div background color is #EB6CD8.


Border color

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

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

This div border color is #EB6CD8.


Opacity

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

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

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

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

This text has shadow with #EB6CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6CD8 on black background.


Color preview on white background

This text has color #EB6CD8 on white background.



Black color preview on #EB6CD8 background

This text has black color on #EB6CD8 background.


White color preview on #EB6CD8 background

This text has white color on #EB6CD8 background.