COLOR #EB80C2

HEX: #EB80C2
RGB: (235,128,194)

Color info

#EB80C2 contains mainly red and blue colors. Web safe color of #EB80C2 is #FF66CC (or #F6C).

RGB color model

#EB80C2 color RGB value is (235,128,194).

  • red value is 235;
  • green value is 128;
  • blue value is 194.
RGB:
(235,128,194)
(92%,50%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 128 of 255 = 50%
B 194 of 255 = 76%

235
128
194

R + G + B ~ 73%. #EB80C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 128 + 194 = 557 (100%)
R 235 of 557 ~ 42.19%
G 128 of 557 ~ 22.98%
B 194 of 557 ~ 34.83%

%42.19
%22.98
%34.83

CMYK color model

#EB80C2 color CMYK value is (0,46,17,8).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(0,46,17,8)
C0M46Y17K8 
(0%,46%,17%,8%)
(0.00/0.46/0.17/0.08)	

CMYK percentages

%0
%45.53
%17.45
%7.84

Codes

Color #EB80C2 in popluar color models

EB80C2
RGB235128194
HSL323°72.79%71.18%
HSB/HSV323°45.53%92.16%
CMYK0.00%45.53%17.45%
7.84%

Color #EB80C2 in popluar number systems.

HEXEB80C2
Decimal235128194
Binary111010111000000011000010
Octal353200302

Shades and tints

Shades of #EB80C2

#EB80C2
(235,128,194)
#D675B1
(214,117,177)
#C16AA0
(193,106,160)
#AC5F8F
(172,95,143)
#97547E
(151,84,126)
#82496D
(130,73,109)
#6D3E5C
(109,62,92)
#58334B
(88,51,75)
#43283A
(67,40,58)
#2E1D29
(46,29,41)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #EB80C2

#EB80C2
(235,128,194)
#EC8BC7
(236,139,199)
#ED96CC
(237,150,204)
#EEA1D1
(238,161,209)
#EFACD6
(239,172,214)
#F0B7DB
(240,183,219)
#F1C2E0
(241,194,224)
#F2CDE5
(242,205,229)
#F3D8EA
(243,216,234)
#F4E3EF
(244,227,239)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB80C2 color. Also use rgb(235,128,194) instead hex code.

Text Font Color

.myTextColor { color: #EB80C2; }

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

This text font color is #EB80C2.


Background Color

.myBgColor { background-color: #EB80C2; }

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

This div background color is #EB80C2.


Border color

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

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

This div border color is #EB80C2.


Opacity

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

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

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

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

This text has shadow with #EB80C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB80C2 on black background.


Color preview on white background

This text has color #EB80C2 on white background.



Black color preview on #EB80C2 background

This text has black color on #EB80C2 background.


White color preview on #EB80C2 background

This text has white color on #EB80C2 background.