COLOR #EB99C9

HEX: #EB99C9
RGB: (235,153,201)

Color info

#EB99C9 contains mainly red and blue colors. Web safe color of #EB99C9 is #FF99CC (or #F9C).

RGB color model

#EB99C9 color RGB value is (235,153,201).

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

RGB channels and saturation

R 235 of 255 = 92%
G 153 of 255 = 60%
B 201 of 255 = 79%

235
153
201

R + G + B ~ 77%. #EB99C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 153 + 201 = 589 (100%)
R 235 of 589 ~ 39.9%
G 153 of 589 ~ 25.98%
B 201 of 589 ~ 34.13%

%39.9
%25.98
%34.13

CMYK color model

#EB99C9 color CMYK value is (0,35,14,8).

  • cyan value is 0.00%
  • magenta value is 34.89%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,35,14,8)
C0M35Y14K8 
(0%,35%,14%,8%)
(0.00/0.35/0.14/0.08)	

CMYK percentages

%0
%34.89
%14.47
%7.84

Codes

Color #EB99C9 in popluar color models

EB99C9
RGB235153201
HSL325°67.21%76.08%
HSB/HSV325°34.89%92.16%
CMYK0.00%34.89%14.47%
7.84%

Color #EB99C9 in popluar number systems.

HEXEB99C9
Decimal235153201
Binary111010111001100111001001
Octal353231311

Shades and tints

Shades of #EB99C9

#EB99C9
(235,153,201)
#D68CB7
(214,140,183)
#C17FA5
(193,127,165)
#AC7293
(172,114,147)
#976581
(151,101,129)
#82586F
(130,88,111)
#6D4B5D
(109,75,93)
#583E4B
(88,62,75)
#433139
(67,49,57)
#2E2427
(46,36,39)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EB99C9

#EB99C9
(235,153,201)
#ECA2CD
(236,162,205)
#EDABD1
(237,171,209)
#EEB4D5
(238,180,213)
#EFBDD9
(239,189,217)
#F0C6DD
(240,198,221)
#F1CFE1
(241,207,225)
#F2D8E5
(242,216,229)
#F3E1E9
(243,225,233)
#F4EAED
(244,234,237)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB99C9; }

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

This text font color is #EB99C9.


Background Color

.myBgColor { background-color: #EB99C9; }

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

This div background color is #EB99C9.


Border color

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

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

This div border color is #EB99C9.


Opacity

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

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

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

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

This text has shadow with #EB99C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB99C9 on black background.


Color preview on white background

This text has color #EB99C9 on white background.



Black color preview on #EB99C9 background

This text has black color on #EB99C9 background.


White color preview on #EB99C9 background

This text has white color on #EB99C9 background.