COLOR #EB94DA

HEX: #EB94DA RGB: (235,148,218)

Color info

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

RGB color model

#EB94DA color RGB value is (235,148,218).

RGB: (235,148,218) (92%, 58%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 148 of 255 = 58%
B 218 of 255 = 85%

235
148
218

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

Portions of RGB colors in percentages

R + G + B = 235 + 148 + 218 = 601 (100%)
R 235 of 601 ~ 39.1%
G 148 of 601 ~ 24.63%
B 218 of 601 ~ 36.27'%

%39.1
%24.63
%36.27

CMYK color model

#EB94DA color CMYK value is (0,37,7,8).

  • cyan value is 0.00%
  • magenta value is 37.02%
  • yellow value is 7.23%
  • key color value is 7.84%

CMYK: (0,37,7,8)
C0M37Y7K8 (0%, 37%, 7%, 8%)
(0.00 / 0.37 / 0.07 / 0.08)

CMYK percentages

%0
%37.02
%7.23
%7.84

Codes

Color #EB94DA in popluar color models

EB 94 DA
RGB 235 148 218
HSL 312° 68.50% 75.10%
HSB/HSV 312° 37.02% 92.16%
CMYK 0.00% 37.02% 7.23%
7.84%

Color #EB94DA in popluar number systems.

HEX EB 94 DA
Decimal 235 148 218
Binary 11101011 10010100 11011010
Octal 353 224 332

Shades and tints

Shades of #EB94DA

#EB94DA
(235,148,218)
#D687C7
(214,135,199)
#C17AB4
(193,122,180)
#AC6DA1
(172,109,161)
#97608E
(151,96,142)
#82537B
(130,83,123)
#6D4668
(109,70,104)
#583955
(88,57,85)
#432C42
(67,44,66)
#2E1F2F
(46,31,47)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #EB94DA

#EB94DA
(235,148,218)
#EC9DDD
(236,157,221)
#EDA6E0
(237,166,224)
#EEAFE3
(238,175,227)
#EFB8E6
(239,184,230)
#F0C1E9
(240,193,233)
#F1CAEC
(241,202,236)
#F2D3EF
(242,211,239)
#F3DCF2
(243,220,242)
#F4E5F5
(244,229,245)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB94DA; }

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

This text font color is #EB94DA.

Background Color

.myBgColor { background-color: #EB94DA; }

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

This div background color is #EB94DA.

Border color

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

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

This div border color is #EB94DA.

Opacity

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

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

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

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

This text has shadow with #EB94DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB94DA.

Preview

Color preview on black background

This text has color #EB94DA on black background.


Color preview on white background

This text has color #EB94DA on white background.


Black color preview on #EB94DA background

This text has black color on #EB94DA background.


White color preview on #EB94DA background

This text has white color on #EB94DA background.


Related colors

Complementary color

Complementary color for #hex is #146B25.


I love getcolorcode.com

Triadic colors

1 #DAEB94 and #94DAEB with #EB94DA are triadic colors.

2 #DA94EB and #94EBDA with #EB94DA are triadic colors.