COLOR #EB829D

HEX: #EB829D
RGB: (235,130,157)

Color info

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

RGB color model

#EB829D color RGB value is (235,130,157).

  • red value is 235;
  • green value is 130;
  • blue value is 157.
RGB:
(235,130,157)
(92%,51%,62%)

RGB channels and saturation

R 235 of 255 = 92%
G 130 of 255 = 51%
B 157 of 255 = 62%

235
130
157

R + G + B ~ 68%. #EB829D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 130 + 157 = 522 (100%)
R 235 of 522 ~ 45.02%
G 130 of 522 ~ 24.9%
B 157 of 522 ~ 30.08%

%45.02
%24.9
%30.08

CMYK color model

#EB829D color CMYK value is (0,45,33,8).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 33.19%
  • key color value is 7.84%
CMYK:
(0,45,33,8)
C0M45Y33K8 
(0%,45%,33%,8%)
(0.00/0.45/0.33/0.08)	

CMYK percentages

%0
%44.68
%33.19
%7.84

Codes

Color #EB829D in popluar color models

EB829D
RGB235130157
HSL345°72.41%71.57%
HSB/HSV345°44.68%92.16%
CMYK0.00%44.68%33.19%
7.84%

Color #EB829D in popluar number systems.

HEXEB829D
Decimal235130157
Binary111010111000001010011101
Octal353202235

Shades and tints

Shades of #EB829D

#EB829D
(235,130,157)
#D6778F
(214,119,143)
#C16C81
(193,108,129)
#AC6173
(172,97,115)
#975665
(151,86,101)
#824B57
(130,75,87)
#6D4049
(109,64,73)
#58353B
(88,53,59)
#432A2D
(67,42,45)
#2E1F1F
(46,31,31)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #EB829D

#EB829D
(235,130,157)
#EC8DA5
(236,141,165)
#ED98AD
(237,152,173)
#EEA3B5
(238,163,181)
#EFAEBD
(239,174,189)
#F0B9C5
(240,185,197)
#F1C4CD
(241,196,205)
#F2CFD5
(242,207,213)
#F3DADD
(243,218,221)
#F4E5E5
(244,229,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB829D color. Also use rgb(235,130,157) instead hex code.

Text Font Color

.myTextColor { color: #EB829D; }

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

This text font color is #EB829D.


Background Color

.myBgColor { background-color: #EB829D; }

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

This div background color is #EB829D.


Border color

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

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

This div border color is #EB829D.


Opacity

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

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

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

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

This text has shadow with #EB829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB829D on black background.


Color preview on white background

This text has color #EB829D on white background.



Black color preview on #EB829D background

This text has black color on #EB829D background.


White color preview on #EB829D background

This text has white color on #EB829D background.