COLOR #EB96EF

HEX: #EB96EF
RGB: (235,150,239)

Color info

#EB96EF contains mainly red and blue colors. Web safe color of #EB96EF is #FF99FF (or #F9F).

RGB color model

#EB96EF color RGB value is (235,150,239).

  • red value is 235;
  • green value is 150;
  • blue value is 239.
RGB:
(235,150,239)
(92%,59%,94%)

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 239 of 255 = 94%

235
150
239

R + G + B ~ 82%. #EB96EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 150 + 239 = 624 (100%)
R 235 of 624 ~ 37.66%
G 150 of 624 ~ 24.04%
B 239 of 624 ~ 38.3%

%37.66
%24.04
%38.3

CMYK color model

#EB96EF color CMYK value is (2,37,0,6).

  • cyan value is 1.67%
  • magenta value is 37.24%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(2,37,0,6)
C2M37Y0K6 
(2%,37%,0%,6%)
(0.02/0.37/0.00/0.06)	

CMYK percentages

%1.67
%37.24
%0
%6.27

Codes

Color #EB96EF in popluar color models

EB96EF
RGB235150239
HSL297°73.55%76.27%
HSB/HSV297°37.24%93.73%
CMYK1.67%37.24%0.00%
6.27%

Color #EB96EF in popluar number systems.

HEXEB96EF
Decimal235150239
Binary111010111001011011101111
Octal353226357

Shades and tints

Shades of #EB96EF

#EB96EF
(235,150,239)
#D689DA
(214,137,218)
#C17CC5
(193,124,197)
#AC6FB0
(172,111,176)
#97629B
(151,98,155)
#825586
(130,85,134)
#6D4871
(109,72,113)
#583B5C
(88,59,92)
#432E47
(67,46,71)
#2E2132
(46,33,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #EB96EF

#EB96EF
(235,150,239)
#EC9FF0
(236,159,240)
#EDA8F1
(237,168,241)
#EEB1F2
(238,177,242)
#EFBAF3
(239,186,243)
#F0C3F4
(240,195,244)
#F1CCF5
(241,204,245)
#F2D5F6
(242,213,246)
#F3DEF7
(243,222,247)
#F4E7F8
(244,231,248)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB96EF color. Also use rgb(235,150,239) instead hex code.

Text Font Color

.myTextColor { color: #EB96EF; }

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

This text font color is #EB96EF.


Background Color

.myBgColor { background-color: #EB96EF; }

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

This div background color is #EB96EF.


Border color

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

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

This div border color is #EB96EF.


Opacity

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

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

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

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

This text has shadow with #EB96EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB96EF on black background.


Color preview on white background

This text has color #EB96EF on white background.



Black color preview on #EB96EF background

This text has black color on #EB96EF background.


White color preview on #EB96EF background

This text has white color on #EB96EF background.