COLOR #EB3BED

HEX: #EB3BED
RGB: (235,59,237)

Color info

#EB3BED contains mainly red and blue colors. Web safe color of #EB3BED is #FF33FF (or #F3F).

RGB color model

#EB3BED color RGB value is (235,59,237).

  • red value is 235;
  • green value is 59;
  • blue value is 237.
RGB:
(235,59,237)
(92%,23%,93%)

RGB channels and saturation

R 235 of 255 = 92%
G 59 of 255 = 23%
B 237 of 255 = 93%

235
59
237

R + G + B ~ 69%. #EB3BED is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 59 + 237 = 531 (100%)
R 235 of 531 ~ 44.26%
G 59 of 531 ~ 11.11%
B 237 of 531 ~ 44.63%

%44.26
%11.11
%44.63

CMYK color model

#EB3BED color CMYK value is (1,75,0,7).

  • cyan value is 0.84%
  • magenta value is 75.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,75,0,7)
C1M75Y0K7 
(1%,75%,0%,7%)
(0.01/0.75/0.00/0.07)	

CMYK percentages

%0.84
%75.11
%0
%7.06

Codes

Color #EB3BED in popluar color models

EB3BED
RGB23559237
HSL299°83.18%58.04%
HSB/HSV299°75.11%92.94%
CMYK0.84%75.11%0.00%
7.06%

Color #EB3BED in popluar number systems.

HEXEB3BED
Decimal23559237
Binary1110101111101111101101
Octal35373355

Shades and tints

Shades of #EB3BED

#EB3BED
(235,59,237)
#D636D8
(214,54,216)
#C131C3
(193,49,195)
#AC2CAE
(172,44,174)
#972799
(151,39,153)
#822284
(130,34,132)
#6D1D6F
(109,29,111)
#58185A
(88,24,90)
#431345
(67,19,69)
#2E0E30
(46,14,48)
#19091B
(25,9,27)
#000000
(0,0,0)

Tints of #EB3BED

#EB3BED
(235,59,237)
#EC4CEE
(236,76,238)
#ED5DEF
(237,93,239)
#EE6EF0
(238,110,240)
#EF7FF1
(239,127,241)
#F090F2
(240,144,242)
#F1A1F3
(241,161,243)
#F2B2F4
(242,178,244)
#F3C3F5
(243,195,245)
#F4D4F6
(244,212,246)
#F5E5F7
(245,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB3BED color. Also use rgb(235,59,237) instead hex code.

Text Font Color

.myTextColor { color: #EB3BED; }

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

This text font color is #EB3BED.


Background Color

.myBgColor { background-color: #EB3BED; }

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

This div background color is #EB3BED.


Border color

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

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

This div border color is #EB3BED.


Opacity

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

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

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

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

This text has shadow with #EB3BED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB3BED on black background.


Color preview on white background

This text has color #EB3BED on white background.



Black color preview on #EB3BED background

This text has black color on #EB3BED background.


White color preview on #EB3BED background

This text has white color on #EB3BED background.