COLOR #ED48EB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
72
235

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

Portions of RGB colors in percentages

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

%43.57
%13.24
%43.2

CMYK color model

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

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

CMYK percentages

%0
%69.62
%0.84
%7.06

Codes

Color #ED48EB in popluar color models

ED48EB
RGB23772235
HSL301°82.09%60.59%
HSB/HSV301°69.62%92.94%
CMYK0.00%69.62%0.84%
7.06%

Color #ED48EB in popluar number systems.

HEXED48EB
Decimal23772235
Binary11101101100100011101011
Octal355110353

Shades and tints

Shades of #ED48EB

#ED48EB
(237,72,235)
#D842D6
(216,66,214)
#C33CC1
(195,60,193)
#AE36AC
(174,54,172)
#993097
(153,48,151)
#842A82
(132,42,130)
#6F246D
(111,36,109)
#5A1E58
(90,30,88)
#451843
(69,24,67)
#30122E
(48,18,46)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #ED48EB

#ED48EB
(237,72,235)
#EE58EC
(238,88,236)
#EF68ED
(239,104,237)
#F078EE
(240,120,238)
#F188EF
(241,136,239)
#F298F0
(242,152,240)
#F3A8F1
(243,168,241)
#F4B8F2
(244,184,242)
#F5C8F3
(245,200,243)
#F6D8F4
(246,216,244)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED48EB; }

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

This text font color is #ED48EB.


Background Color

.myBgColor { background-color: #ED48EB; }

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

This div background color is #ED48EB.


Border color

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

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

This div border color is #ED48EB.


Opacity

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

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

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

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

This text has shadow with #ED48EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED48EB on black background.


Color preview on white background

This text has color #ED48EB on white background.



Black color preview on #ED48EB background

This text has black color on #ED48EB background.


White color preview on #ED48EB background

This text has white color on #ED48EB background.