COLOR #EB88E1

HEX: #EB88E1 RGB: (235,136,225)

Color info

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

RGB color model

#EB88E1 color RGB value is (235,136,225).

RGB: (235,136,225) (92%, 53%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 136 of 255 = 53%
B 225 of 255 = 88%

235
136
225

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

Portions of RGB colors in percentages

R + G + B = 235 + 136 + 225 = 596 (100%)
R 235 of 596 ~ 39.43%
G 136 of 596 ~ 22.82%
B 225 of 596 ~ 37.75'%

%39.43
%22.82
%37.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 4.26%
  • 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
%4.26
%7.84

Codes

Color #EB88E1 in popluar color models

EB 88 E1
RGB 235 136 225
HSL 306° 71.22% 72.75%
HSB/HSV 306° 42.13% 92.16%
CMYK 0.00% 42.13% 4.26%
7.84%

Color #EB88E1 in popluar number systems.

HEX EB 88 E1
Decimal 235 136 225
Binary 11101011 10001000 11100001
Octal 353 210 341

Shades and tints

Shades of #EB88E1

#EB88E1
(235,136,225)
#D67CCD
(214,124,205)
#C170B9
(193,112,185)
#AC64A5
(172,100,165)
#975891
(151,88,145)
#824C7D
(130,76,125)
#6D4069
(109,64,105)
#583455
(88,52,85)
#432841
(67,40,65)
#2E1C2D
(46,28,45)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #EB88E1

#EB88E1
(235,136,225)
#EC92E3
(236,146,227)
#ED9CE5
(237,156,229)
#EEA6E7
(238,166,231)
#EFB0E9
(239,176,233)
#F0BAEB
(240,186,235)
#F1C4ED
(241,196,237)
#F2CEEF
(242,206,239)
#F3D8F1
(243,216,241)
#F4E2F3
(244,226,243)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB88E1; }

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

This text font color is #EB88E1.

Background Color

.myBgColor { background-color: #EB88E1; }

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

This div background color is #EB88E1.

Border color

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

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

This div border color is #EB88E1.

Opacity

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

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

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

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

This text has shadow with #EB88E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB88E1.

Preview

Color preview on black background

This text has color #EB88E1 on black background.


Color preview on white background

This text has color #EB88E1 on white background.


Black color preview on #EB88E1 background

This text has black color on #EB88E1 background.


White color preview on #EB88E1 background

This text has white color on #EB88E1 background.


Related colors

Complementary color

Complementary color for #hex is #14771E.


I love getcolorcode.com

Triadic colors

1 #E1EB88 and #88E1EB with #EB88E1 are triadic colors.

2 #E188EB and #88EBE1 with #EB88E1 are triadic colors.