COLOR #EB88E2

HEX: #EB88E2
RGB: (235,136,226)

Color info

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

RGB color model

#EB88E2 color RGB value is (235,136,226).

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

RGB channels and saturation

R 235 of 255 = 92%
G 136 of 255 = 53%
B 226 of 255 = 89%

235
136
226

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

Portions of RGB colors in percentages

R + G + B =
235 + 136 + 226 = 597 (100%)
R 235 of 597 ~ 39.36%
G 136 of 597 ~ 22.78%
B 226 of 597 ~ 37.86%

%39.36
%22.78
%37.86

CMYK color model

#EB88E2 color CMYK value is (0,42,4,8).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,42,4,8)
C0M42Y4K8 
(0%,42%,4%,8%)
(0.00/0.42/0.04/0.08)	

CMYK percentages

%0
%42.13
%3.83
%7.84

Codes

Color #EB88E2 in popluar color models

EB88E2
RGB235136226
HSL305°71.22%72.75%
HSB/HSV305°42.13%92.16%
CMYK0.00%42.13%3.83%
7.84%

Color #EB88E2 in popluar number systems.

HEXEB88E2
Decimal235136226
Binary111010111000100011100010
Octal353210342

Shades and tints

Shades of #EB88E2

#EB88E2
(235,136,226)
#D67CCE
(214,124,206)
#C170BA
(193,112,186)
#AC64A6
(172,100,166)
#975892
(151,88,146)
#824C7E
(130,76,126)
#6D406A
(109,64,106)
#583456
(88,52,86)
#432842
(67,40,66)
#2E1C2E
(46,28,46)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #EB88E2

#EB88E2
(235,136,226)
#EC92E4
(236,146,228)
#ED9CE6
(237,156,230)
#EEA6E8
(238,166,232)
#EFB0EA
(239,176,234)
#F0BAEC
(240,186,236)
#F1C4EE
(241,196,238)
#F2CEF0
(242,206,240)
#F3D8F2
(243,216,242)
#F4E2F4
(244,226,244)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB88E2; }

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

This text font color is #EB88E2.


Background Color

.myBgColor { background-color: #EB88E2; }

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

This div background color is #EB88E2.


Border color

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

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

This div border color is #EB88E2.


Opacity

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

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

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

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

This text has shadow with #EB88E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB88E2 on black background.


Color preview on white background

This text has color #EB88E2 on white background.



Black color preview on #EB88E2 background

This text has black color on #EB88E2 background.


White color preview on #EB88E2 background

This text has white color on #EB88E2 background.