COLOR #EB96FF

HEX: #EB96FF
RGB: (235,150,255)

Color info

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

RGB color model

#EB96FF color RGB value is (235,150,255).

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

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 255 of 255 = 100%

235
150
255

R + G + B ~ 84%. #EB96FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 150 + 255 = 640 (100%)
R 235 of 640 ~ 36.72%
G 150 of 640 ~ 23.44%
B 255 of 640 ~ 39.84%

%36.72
%23.44
%39.84

CMYK color model

#EB96FF color CMYK value is (8,41,0,0).

  • cyan value is 7.84%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,41,0,0)
C8M41Y0K0 
(8%,41%,0%,0%)
(0.08/0.41/0.00/0.00)	

CMYK percentages

%7.84
%41.18
%0
%0

Codes

Color #EB96FF in popluar color models

EB96FF
RGB235150255
HSL289°100.00%79.41%
HSB/HSV289°41.18%100.00%
CMYK7.84%41.18%0.00%
0.00%

Color #EB96FF in popluar number systems.

HEXEB96FF
Decimal235150255
Binary111010111001011011111111
Octal353226377

Shades and tints

Shades of #EB96FF

#EB96FF
(235,150,255)
#D689E8
(214,137,232)
#C17CD1
(193,124,209)
#AC6FBA
(172,111,186)
#9762A3
(151,98,163)
#82558C
(130,85,140)
#6D4875
(109,72,117)
#583B5E
(88,59,94)
#432E47
(67,46,71)
#2E2130
(46,33,48)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #EB96FF

#EB96FF
(235,150,255)
#EC9FFF
(236,159,255)
#EDA8FF
(237,168,255)
#EEB1FF
(238,177,255)
#EFBAFF
(239,186,255)
#F0C3FF
(240,195,255)
#F1CCFF
(241,204,255)
#F2D5FF
(242,213,255)
#F3DEFF
(243,222,255)
#F4E7FF
(244,231,255)
#F5F0FF
(245,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB96FF; }

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

This text font color is #EB96FF.


Background Color

.myBgColor { background-color: #EB96FF; }

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

This div background color is #EB96FF.


Border color

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

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

This div border color is #EB96FF.


Opacity

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

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

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

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

This text has shadow with #EB96FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB96FF on black background.


Color preview on white background

This text has color #EB96FF on white background.



Black color preview on #EB96FF background

This text has black color on #EB96FF background.


White color preview on #EB96FF background

This text has white color on #EB96FF background.