COLOR #EB88E6

HEX: #EB88E6
RGB: (235,136,230)

Color info

#EB88E6 contains mainly red and blue colors. Web safe color of #EB88E6 is #FF99CC (or #F9C).

RGB color model

#EB88E6 color RGB value is (235,136,230).

  • red value is 235;
  • green value is 136;
  • blue value is 230.
RGB:
(235,136,230)
(92%,53%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 136 of 255 = 53%
B 230 of 255 = 90%

235
136
230

R + G + B ~ 78%. #EB88E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 136 + 230 = 601 (100%)
R 235 of 601 ~ 39.1%
G 136 of 601 ~ 22.63%
B 230 of 601 ~ 38.27%

%39.1
%22.63
%38.27

CMYK color model

#EB88E6 color CMYK value is (0,42,2,8).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(0,42,2,8)
C0M42Y2K8 
(0%,42%,2%,8%)
(0.00/0.42/0.02/0.08)	

CMYK percentages

%0
%42.13
%2.13
%7.84

Codes

Color #EB88E6 in popluar color models

EB88E6
RGB235136230
HSL303°71.22%72.75%
HSB/HSV303°42.13%92.16%
CMYK0.00%42.13%2.13%
7.84%

Color #EB88E6 in popluar number systems.

HEXEB88E6
Decimal235136230
Binary111010111000100011100110
Octal353210346

Shades and tints

Shades of #EB88E6

#EB88E6
(235,136,230)
#D67CD2
(214,124,210)
#C170BE
(193,112,190)
#AC64AA
(172,100,170)
#975896
(151,88,150)
#824C82
(130,76,130)
#6D406E
(109,64,110)
#58345A
(88,52,90)
#432846
(67,40,70)
#2E1C32
(46,28,50)
#19101E
(25,16,30)
#000000
(0,0,0)

Tints of #EB88E6

#EB88E6
(235,136,230)
#EC92E8
(236,146,232)
#ED9CEA
(237,156,234)
#EEA6EC
(238,166,236)
#EFB0EE
(239,176,238)
#F0BAF0
(240,186,240)
#F1C4F2
(241,196,242)
#F2CEF4
(242,206,244)
#F3D8F6
(243,216,246)
#F4E2F8
(244,226,248)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB88E6 color. Also use rgb(235,136,230) instead hex code.

Text Font Color

.myTextColor { color: #EB88E6; }

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

This text font color is #EB88E6.


Background Color

.myBgColor { background-color: #EB88E6; }

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

This div background color is #EB88E6.


Border color

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

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

This div border color is #EB88E6.


Opacity

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

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

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

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

This text has shadow with #EB88E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB88E6 on black background.


Color preview on white background

This text has color #EB88E6 on white background.



Black color preview on #EB88E6 background

This text has black color on #EB88E6 background.


White color preview on #EB88E6 background

This text has white color on #EB88E6 background.