COLOR #EB99A2

HEX: #EB99A2 RGB: (235,153,162)

Color info

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

RGB color model

#EB99A2 color RGB value is (235,153,162).

RGB: (235,153,162) (92%, 60%, 64%)

RGB channels and saturation

R 235 of 255 = 92%
G 153 of 255 = 60%
B 162 of 255 = 64%

235
153
162

R + G + B ~ 72%. #EB99A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 153 + 162 = 550 (100%)
R 235 of 550 ~ 42.73%
G 153 of 550 ~ 27.82%
B 162 of 550 ~ 29.45'%

%42.73
%27.82
%29.45

CMYK color model

#EB99A2 color CMYK value is (0,35,31,8).

  • cyan value is 0.00%
  • magenta value is 34.89%
  • yellow value is 31.06%
  • key color value is 7.84%

CMYK: (0,35,31,8)
C0M35Y31K8 (0%, 35%, 31%, 8%)
(0.00 / 0.35 / 0.31 / 0.08)

CMYK percentages

%0
%34.89
%31.06
%7.84

Codes

Color #EB99A2 in popluar color models

EB 99 A2
RGB 235 153 162
HSL 353° 67.21% 76.08%
HSB/HSV 353° 34.89% 92.16%
CMYK 0.00% 34.89% 31.06%
7.84%

Color #EB99A2 in popluar number systems.

HEX EB 99 A2
Decimal 235 153 162
Binary 11101011 10011001 10100010
Octal 353 231 242

Shades and tints

Shades of #EB99A2

#EB99A2
(235,153,162)
#D68C94
(214,140,148)
#C17F86
(193,127,134)
#AC7278
(172,114,120)
#97656A
(151,101,106)
#82585C
(130,88,92)
#6D4B4E
(109,75,78)
#583E40
(88,62,64)
#433132
(67,49,50)
#2E2424
(46,36,36)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EB99A2

#EB99A2
(235,153,162)
#ECA2AA
(236,162,170)
#EDABB2
(237,171,178)
#EEB4BA
(238,180,186)
#EFBDC2
(239,189,194)
#F0C6CA
(240,198,202)
#F1CFD2
(241,207,210)
#F2D8DA
(242,216,218)
#F3E1E2
(243,225,226)
#F4EAEA
(244,234,234)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB99A2; }

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

This text font color is #EB99A2.

Background Color

.myBgColor { background-color: #EB99A2; }

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

This div background color is #EB99A2.

Border color

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

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

This div border color is #EB99A2.

Opacity

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

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

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

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

This text has shadow with #EB99A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB99A2.

Preview

Color preview on black background

This text has color #EB99A2 on black background.


Color preview on white background

This text has color #EB99A2 on white background.


Black color preview on #EB99A2 background

This text has black color on #EB99A2 background.


White color preview on #EB99A2 background

This text has white color on #EB99A2 background.


Related colors

Complementary color

Complementary color for #hex is #14665D.


I love getcolorcode.com

Triadic colors

1 #A2EB99 and #99A2EB with #EB99A2 are triadic colors.

2 #A299EB and #99EBA2 with #EB99A2 are triadic colors.