COLOR #EB0697

HEX: #EB0697
RGB: (235,6,151)

Color info

#EB0697 contains mainly red color. Web safe color of #EB0697 is #FF0099 (or #F09).

RGB color model

#EB0697 color RGB value is (235,6,151).

  • red value is 235;
  • green value is 6;
  • blue value is 151.
RGB:
(235,6,151)
(92%,2%,59%)

RGB channels and saturation

R 235 of 255 = 92%
G 6 of 255 = 2%
B 151 of 255 = 59%

235
6
151

R + G + B ~ 51%. #EB0697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 6 + 151 = 392 (100%)
R 235 of 392 ~ 59.95%
G 6 of 392 ~ 1.53%
B 151 of 392 ~ 38.52%

%59.95
%38.52

CMYK color model

#EB0697 color CMYK value is (0,97,36,8).

  • cyan value is 0.00%
  • magenta value is 97.45%
  • yellow value is 35.74%
  • key color value is 7.84%
CMYK:
(0,97,36,8)
C0M97Y36K8 
(0%,97%,36%,8%)
(0.00/0.97/0.36/0.08)	

CMYK percentages

%0
%97.45
%35.74
%7.84

Codes

Color #EB0697 in popluar color models

EB0697
RGB2356151
HSL322°95.02%47.25%
HSB/HSV322°97.45%92.16%
CMYK0.00%97.45%35.74%
7.84%

Color #EB0697 in popluar number systems.

HEXEB0697
Decimal2356151
Binary1110101111010010111
Octal3536227

Shades and tints

Shades of #EB0697

#EB0697
(235,6,151)
#D6068A
(214,6,138)
#C1067D
(193,6,125)
#AC0670
(172,6,112)
#970663
(151,6,99)
#820656
(130,6,86)
#6D0649
(109,6,73)
#58063C
(88,6,60)
#43062F
(67,6,47)
#2E0622
(46,6,34)
#190615
(25,6,21)
#000000
(0,0,0)

Tints of #EB0697

#EB0697
(235,6,151)
#EC1CA0
(236,28,160)
#ED32A9
(237,50,169)
#EE48B2
(238,72,178)
#EF5EBB
(239,94,187)
#F074C4
(240,116,196)
#F18ACD
(241,138,205)
#F2A0D6
(242,160,214)
#F3B6DF
(243,182,223)
#F4CCE8
(244,204,232)
#F5E2F1
(245,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB0697 color. Also use rgb(235,6,151) instead hex code.

Text Font Color

.myTextColor { color: #EB0697; }

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

This text font color is #EB0697.


Background Color

.myBgColor { background-color: #EB0697; }

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

This div background color is #EB0697.


Border color

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

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

This div border color is #EB0697.


Opacity

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

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

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

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

This text has shadow with #EB0697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB0697 on black background.


Color preview on white background

This text has color #EB0697 on white background.



Black color preview on #EB0697 background

This text has black color on #EB0697 background.


White color preview on #EB0697 background

This text has white color on #EB0697 background.