COLOR #EB999F

HEX: #EB999F
RGB: (235,153,159)

Color info

#EB999F contains mainly red color. Web safe color of #EB999F is #FF9999 (or #F99).

RGB color model

#EB999F color RGB value is (235,153,159).

  • red value is 235;
  • green value is 153;
  • blue value is 159.
RGB:
(235,153,159)
(92%,60%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 153 of 255 = 60%
B 159 of 255 = 62%

235
153
159

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

Portions of RGB colors in percentages

R + G + B =
235 + 153 + 159 = 547 (100%)
R 235 of 547 ~ 42.96%
G 153 of 547 ~ 27.97%
B 159 of 547 ~ 29.07%

%42.96
%27.97
%29.07

CMYK color model

#EB999F color CMYK value is (0,35,32,8).

  • cyan value is 0.00%
  • magenta value is 34.89%
  • yellow value is 32.34%
  • key color value is 7.84%
CMYK:
(0,35,32,8)
C0M35Y32K8 
(0%,35%,32%,8%)
(0.00/0.35/0.32/0.08)	

CMYK percentages

%0
%34.89
%32.34
%7.84

Codes

Color #EB999F in popluar color models

EB999F
RGB235153159
HSL356°67.21%76.08%
HSB/HSV356°34.89%92.16%
CMYK0.00%34.89%32.34%
7.84%

Color #EB999F in popluar number systems.

HEXEB999F
Decimal235153159
Binary111010111001100110011111
Octal353231237

Shades and tints

Shades of #EB999F

#EB999F
(235,153,159)
#D68C91
(214,140,145)
#C17F83
(193,127,131)
#AC7275
(172,114,117)
#976567
(151,101,103)
#825859
(130,88,89)
#6D4B4B
(109,75,75)
#583E3D
(88,62,61)
#43312F
(67,49,47)
#2E2421
(46,36,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #EB999F

#EB999F
(235,153,159)
#ECA2A7
(236,162,167)
#EDABAF
(237,171,175)
#EEB4B7
(238,180,183)
#EFBDBF
(239,189,191)
#F0C6C7
(240,198,199)
#F1CFCF
(241,207,207)
#F2D8D7
(242,216,215)
#F3E1DF
(243,225,223)
#F4EAE7
(244,234,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB999F; }

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

This text font color is #EB999F.


Background Color

.myBgColor { background-color: #EB999F; }

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

This div background color is #EB999F.


Border color

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

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

This div border color is #EB999F.


Opacity

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

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

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

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

This text has shadow with #EB999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB999F on black background.


Color preview on white background

This text has color #EB999F on white background.



Black color preview on #EB999F background

This text has black color on #EB999F background.


White color preview on #EB999F background

This text has white color on #EB999F background.