COLOR #EB53E1

HEX: #EB53E1
RGB: (235,83,225)

Color info

#EB53E1 contains mainly red and blue colors. Web safe color of #EB53E1 is #FF66CC (or #F6C).

RGB color model

#EB53E1 color RGB value is (235,83,225).

  • red value is 235;
  • green value is 83;
  • blue value is 225.
RGB:
(235,83,225)
(92%,33%,88%)

RGB channels and saturation

R 235 of 255 = 92%
G 83 of 255 = 33%
B 225 of 255 = 88%

235
83
225

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

Portions of RGB colors in percentages

R + G + B =
235 + 83 + 225 = 543 (100%)
R 235 of 543 ~ 43.28%
G 83 of 543 ~ 15.29%
B 225 of 543 ~ 41.44%

%43.28
%15.29
%41.44

CMYK color model

#EB53E1 color CMYK value is (0,65,4,8).

  • cyan value is 0.00%
  • magenta value is 64.68%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(0,65,4,8)
C0M65Y4K8 
(0%,65%,4%,8%)
(0.00/0.65/0.04/0.08)	

CMYK percentages

%0
%64.68
%4.26
%7.84

Codes

Color #EB53E1 in popluar color models

EB53E1
RGB23583225
HSL304°79.17%62.35%
HSB/HSV304°64.68%92.16%
CMYK0.00%64.68%4.26%
7.84%

Color #EB53E1 in popluar number systems.

HEXEB53E1
Decimal23583225
Binary11101011101001111100001
Octal353123341

Shades and tints

Shades of #EB53E1

#EB53E1
(235,83,225)
#D64CCD
(214,76,205)
#C145B9
(193,69,185)
#AC3EA5
(172,62,165)
#973791
(151,55,145)
#82307D
(130,48,125)
#6D2969
(109,41,105)
#582255
(88,34,85)
#431B41
(67,27,65)
#2E142D
(46,20,45)
#190D19
(25,13,25)
#000000
(0,0,0)

Tints of #EB53E1

#EB53E1
(235,83,225)
#EC62E3
(236,98,227)
#ED71E5
(237,113,229)
#EE80E7
(238,128,231)
#EF8FE9
(239,143,233)
#F09EEB
(240,158,235)
#F1ADED
(241,173,237)
#F2BCEF
(242,188,239)
#F3CBF1
(243,203,241)
#F4DAF3
(244,218,243)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB53E1 color. Also use rgb(235,83,225) instead hex code.

Text Font Color

.myTextColor { color: #EB53E1; }

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

This text font color is #EB53E1.


Background Color

.myBgColor { background-color: #EB53E1; }

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

This div background color is #EB53E1.


Border color

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

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

This div border color is #EB53E1.


Opacity

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

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

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

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

This text has shadow with #EB53E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB53E1 on black background.


Color preview on white background

This text has color #EB53E1 on white background.



Black color preview on #EB53E1 background

This text has black color on #EB53E1 background.


White color preview on #EB53E1 background

This text has white color on #EB53E1 background.