COLOR #EB94DE

HEX: #EB94DE
RGB: (235,148,222)

Color info

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

RGB color model

#EB94DE color RGB value is (235,148,222).

  • red value is 235;
  • green value is 148;
  • blue value is 222.
RGB:
(235,148,222)
(92%,58%,87%)

RGB channels and saturation

R 235 of 255 = 92%
G 148 of 255 = 58%
B 222 of 255 = 87%

235
148
222

R + G + B ~ 79%. #EB94DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 148 + 222 = 605 (100%)
R 235 of 605 ~ 38.84%
G 148 of 605 ~ 24.46%
B 222 of 605 ~ 36.69%

%38.84
%24.46
%36.69

CMYK color model

#EB94DE color CMYK value is (0,37,6,8).

  • cyan value is 0.00%
  • magenta value is 37.02%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(0,37,6,8)
C0M37Y6K8 
(0%,37%,6%,8%)
(0.00/0.37/0.06/0.08)	

CMYK percentages

%0
%37.02
%5.53
%7.84

Codes

Color #EB94DE in popluar color models

EB94DE
RGB235148222
HSL309°68.50%75.10%
HSB/HSV309°37.02%92.16%
CMYK0.00%37.02%5.53%
7.84%

Color #EB94DE in popluar number systems.

HEXEB94DE
Decimal235148222
Binary111010111001010011011110
Octal353224336

Shades and tints

Shades of #EB94DE

#EB94DE
(235,148,222)
#D687CA
(214,135,202)
#C17AB6
(193,122,182)
#AC6DA2
(172,109,162)
#97608E
(151,96,142)
#82537A
(130,83,122)
#6D4666
(109,70,102)
#583952
(88,57,82)
#432C3E
(67,44,62)
#2E1F2A
(46,31,42)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #EB94DE

#EB94DE
(235,148,222)
#EC9DE1
(236,157,225)
#EDA6E4
(237,166,228)
#EEAFE7
(238,175,231)
#EFB8EA
(239,184,234)
#F0C1ED
(240,193,237)
#F1CAF0
(241,202,240)
#F2D3F3
(242,211,243)
#F3DCF6
(243,220,246)
#F4E5F9
(244,229,249)
#F5EEFC
(245,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB94DE color. Also use rgb(235,148,222) instead hex code.

Text Font Color

.myTextColor { color: #EB94DE; }

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

This text font color is #EB94DE.


Background Color

.myBgColor { background-color: #EB94DE; }

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

This div background color is #EB94DE.


Border color

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

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

This div border color is #EB94DE.


Opacity

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

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

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

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

This text has shadow with #EB94DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB94DE on black background.


Color preview on white background

This text has color #EB94DE on white background.



Black color preview on #EB94DE background

This text has black color on #EB94DE background.


White color preview on #EB94DE background

This text has white color on #EB94DE background.