COLOR #EB48ED

HEX: #EB48ED
RGB: (235,72,237)

Color info

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

RGB color model

#EB48ED color RGB value is (235,72,237).

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

RGB channels and saturation

R 235 of 255 = 92%
G 72 of 255 = 28%
B 237 of 255 = 93%

235
72
237

R + G + B ~ 71%. #EB48ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 72 + 237 = 544 (100%)
R 235 of 544 ~ 43.2%
G 72 of 544 ~ 13.24%
B 237 of 544 ~ 43.57%

%43.2
%13.24
%43.57

CMYK color model

#EB48ED color CMYK value is (1,70,0,7).

  • cyan value is 0.84%
  • magenta value is 69.62%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,70,0,7)
C1M70Y0K7 
(1%,70%,0%,7%)
(0.01/0.70/0.00/0.07)	

CMYK percentages

%0.84
%69.62
%0
%7.06

Codes

Color #EB48ED in popluar color models

EB48ED
RGB23572237
HSL299°82.09%60.59%
HSB/HSV299°69.62%92.94%
CMYK0.84%69.62%0.00%
7.06%

Color #EB48ED in popluar number systems.

HEXEB48ED
Decimal23572237
Binary11101011100100011101101
Octal353110355

Shades and tints

Shades of #EB48ED

#EB48ED
(235,72,237)
#D642D8
(214,66,216)
#C13CC3
(193,60,195)
#AC36AE
(172,54,174)
#973099
(151,48,153)
#822A84
(130,42,132)
#6D246F
(109,36,111)
#581E5A
(88,30,90)
#431845
(67,24,69)
#2E1230
(46,18,48)
#190C1B
(25,12,27)
#000000
(0,0,0)

Tints of #EB48ED

#EB48ED
(235,72,237)
#EC58EE
(236,88,238)
#ED68EF
(237,104,239)
#EE78F0
(238,120,240)
#EF88F1
(239,136,241)
#F098F2
(240,152,242)
#F1A8F3
(241,168,243)
#F2B8F4
(242,184,244)
#F3C8F5
(243,200,245)
#F4D8F6
(244,216,246)
#F5E8F7
(245,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB48ED; }

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

This text font color is #EB48ED.


Background Color

.myBgColor { background-color: #EB48ED; }

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

This div background color is #EB48ED.


Border color

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

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

This div border color is #EB48ED.


Opacity

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

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

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

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

This text has shadow with #EB48ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB48ED on black background.


Color preview on white background

This text has color #EB48ED on white background.



Black color preview on #EB48ED background

This text has black color on #EB48ED background.


White color preview on #EB48ED background

This text has white color on #EB48ED background.