COLOR #EB5EF6

HEX: #EB5EF6
RGB: (235,94,246)

Renk bilgisi

#EB5EF6 contains mainly red and blue colors. #EB5EF6 ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#EB5EF6 color RGB value is (235,94,246).

  • kırmız ton 235;
  • yeşil ton 94;
  • mavi ton 246.
RGB:
(235,94,246)
(92%,37%,96%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 94 of 255 = 37%
B 246 of 255 = 96%

235
94
246

R + G + B ~ 75%. #EB5EF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 94 + 246 = 575 (100%)
R 235 of 575 ~ 40.87%
G 94 of 575 ~ 16.35%
B 246 of 575 ~ 42.78%

%40.87
%16.35
%42.78

CMYK RENK MODELİ

#EB5EF6 rengi CMYK tonu (4,62,0,4).

  • camgöbeği tonu 4.47%
  • eflatun tonu 61.79%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(4,62,0,4)
C4M62Y0K4 
(4%,62%,0%,4%)
(0.04/0.62/0.00/0.04)	

CMYK yüzdeleri

%4.47
%61.79
%0
%3.53

Codes

Color #EB5EF6 in popluar color models

EB5EF6
RGB23594246
HSL296°89.41%66.67%
HSB/HSV296°61.79%96.47%
CMYK4.47%61.79%0.00%
3.53%

Color #EB5EF6 in popluar number systems.

HEXEB5EF6
Decimal23594246
Binary11101011101111011110110
Octal353136366

Shades and tints

Shades of #EB5EF6

#EB5EF6
(235,94,246)
#D656E0
(214,86,224)
#C14ECA
(193,78,202)
#AC46B4
(172,70,180)
#973E9E
(151,62,158)
#823688
(130,54,136)
#6D2E72
(109,46,114)
#58265C
(88,38,92)
#431E46
(67,30,70)
#2E1630
(46,22,48)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #EB5EF6

#EB5EF6
(235,94,246)
#EC6CF6
(236,108,246)
#ED7AF6
(237,122,246)
#EE88F6
(238,136,246)
#EF96F6
(239,150,246)
#F0A4F6
(240,164,246)
#F1B2F6
(241,178,246)
#F2C0F6
(242,192,246)
#F3CEF6
(243,206,246)
#F4DCF6
(244,220,246)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5EF6 color. Also use rgb(235,94,246) instead hex code.

Text Font Color

.myTextColor { color: #EB5EF6; }

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

This text font color is #EB5EF6.


Background Color

.myBgColor { background-color: #EB5EF6; }

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

This div background color is #EB5EF6.


Border color

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

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

This div border color is #EB5EF6.


Opacity

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

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

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

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

This text has shadow with #EB5EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5EF6 on black background.


Color preview on white background

This text has color #EB5EF6 on white background.



Black color preview on #EB5EF6 background

This text has black color on #EB5EF6 background.


White color preview on #EB5EF6 background

This text has white color on #EB5EF6 background.