COLOR #EB62ED

HEX: #EB62ED
RGB: (235,98,237)

Color info

#EB62ED contains mainly red and blue colors. Web safe color of #EB62ED is #FF66FF (or #F6F).

RGB color model

#EB62ED color RGB value is (235,98,237).

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

RGB channels and saturation

R 235 of 255 = 92%
G 98 of 255 = 38%
B 237 of 255 = 93%

235
98
237

R + G + B ~ 74%. #EB62ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 98 + 237 = 570 (100%)
R 235 of 570 ~ 41.23%
G 98 of 570 ~ 17.19%
B 237 of 570 ~ 41.58%

%41.23
%17.19
%41.58

CMYK color model

#EB62ED color CMYK value is (1,59,0,7).

  • cyan value is 0.84%
  • magenta value is 58.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,59,0,7)
C1M59Y0K7 
(1%,59%,0%,7%)
(0.01/0.59/0.00/0.07)	

CMYK percentages

%0.84
%58.65
%0
%7.06

Codes

Color #EB62ED in popluar color models

EB62ED
RGB23598237
HSL299°79.43%65.69%
HSB/HSV299°58.65%92.94%
CMYK0.84%58.65%0.00%
7.06%

Color #EB62ED in popluar number systems.

HEXEB62ED
Decimal23598237
Binary11101011110001011101101
Octal353142355

Shades and tints

Shades of #EB62ED

#EB62ED
(235,98,237)
#D65AD8
(214,90,216)
#C152C3
(193,82,195)
#AC4AAE
(172,74,174)
#974299
(151,66,153)
#823A84
(130,58,132)
#6D326F
(109,50,111)
#582A5A
(88,42,90)
#432245
(67,34,69)
#2E1A30
(46,26,48)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EB62ED

#EB62ED
(235,98,237)
#EC70EE
(236,112,238)
#ED7EEF
(237,126,239)
#EE8CF0
(238,140,240)
#EF9AF1
(239,154,241)
#F0A8F2
(240,168,242)
#F1B6F3
(241,182,243)
#F2C4F4
(242,196,244)
#F3D2F5
(243,210,245)
#F4E0F6
(244,224,246)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB62ED; }

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

This text font color is #EB62ED.


Background Color

.myBgColor { background-color: #EB62ED; }

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

This div background color is #EB62ED.


Border color

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

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

This div border color is #EB62ED.


Opacity

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

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

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

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

This text has shadow with #EB62ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB62ED on black background.


Color preview on white background

This text has color #EB62ED on white background.



Black color preview on #EB62ED background

This text has black color on #EB62ED background.


White color preview on #EB62ED background

This text has white color on #EB62ED background.