COLOR #EB5999

HEX: #EB5999
RGB: (235,89,153)

Renk bilgisi

#EB5999 contains mainly red color. #EB5999 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#EB5999 color RGB value is (235,89,153).

  • kırmız ton 235;
  • yeşil ton 89;
  • mavi ton 153.
RGB:
(235,89,153)
(92%,35%,60%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 89 of 255 = 35%
B 153 of 255 = 60%

235
89
153

R + G + B ~ 62%. #EB5999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 89 + 153 = 477 (100%)
R 235 of 477 ~ 49.27%
G 89 of 477 ~ 18.66%
B 153 of 477 ~ 32.08%

%49.27
%18.66
%32.08

CMYK RENK MODELİ

#EB5999 rengi CMYK tonu (0,62,35,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.13%
  • sarı tonu 34.89%
  • ana renk tonu 7.84%
CMYK:
(0,62,35,8)
C0M62Y35K8 
(0%,62%,35%,8%)
(0.00/0.62/0.35/0.08)	

CMYK yüzdeleri

%0
%62.13
%34.89
%7.84

Codes

Color #EB5999 in popluar color models

EB5999
RGB23589153
HSL334°78.49%63.53%
HSB/HSV334°62.13%92.16%
CMYK0.00%62.13%34.89%
7.84%

Color #EB5999 in popluar number systems.

HEXEB5999
Decimal23589153
Binary11101011101100110011001
Octal353131231

Shades and tints

Shades of #EB5999

#EB5999
(235,89,153)
#D6518C
(214,81,140)
#C1497F
(193,73,127)
#AC4172
(172,65,114)
#973965
(151,57,101)
#823158
(130,49,88)
#6D294B
(109,41,75)
#58213E
(88,33,62)
#431931
(67,25,49)
#2E1124
(46,17,36)
#190917
(25,9,23)
#000000
(0,0,0)

Tints of #EB5999

#EB5999
(235,89,153)
#EC68A2
(236,104,162)
#ED77AB
(237,119,171)
#EE86B4
(238,134,180)
#EF95BD
(239,149,189)
#F0A4C6
(240,164,198)
#F1B3CF
(241,179,207)
#F2C2D8
(242,194,216)
#F3D1E1
(243,209,225)
#F4E0EA
(244,224,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5999 color. Also use rgb(235,89,153) instead hex code.

Text Font Color

.myTextColor { color: #EB5999; }

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

This text font color is #EB5999.


Background Color

.myBgColor { background-color: #EB5999; }

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

This div background color is #EB5999.


Border color

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

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

This div border color is #EB5999.


Opacity

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

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

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

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

This text has shadow with #EB5999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5999 on black background.


Color preview on white background

This text has color #EB5999 on white background.



Black color preview on #EB5999 background

This text has black color on #EB5999 background.


White color preview on #EB5999 background

This text has white color on #EB5999 background.