COLOR #EB90D1

HEX: #EB90D1
RGB: (235,144,209)

Color info

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

RGB color model

#EB90D1 color RGB value is (235,144,209).

  • red value is 235;
  • green value is 144;
  • blue value is 209.
RGB:
(235,144,209)
(92%,56%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 144 of 255 = 56%
B 209 of 255 = 82%

235
144
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 144 + 209 = 588 (100%)
R 235 of 588 ~ 39.97%
G 144 of 588 ~ 24.49%
B 209 of 588 ~ 35.54%

%39.97
%24.49
%35.54

CMYK color model

#EB90D1 color CMYK value is (0,39,11,8).

  • cyan value is 0.00%
  • magenta value is 38.72%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(0,39,11,8)
C0M39Y11K8 
(0%,39%,11%,8%)
(0.00/0.39/0.11/0.08)	

CMYK percentages

%0
%38.72
%11.06
%7.84

Codes

Color #EB90D1 in popluar color models

EB90D1
RGB235144209
HSL317°69.47%74.31%
HSB/HSV317°38.72%92.16%
CMYK0.00%38.72%11.06%
7.84%

Color #EB90D1 in popluar number systems.

HEXEB90D1
Decimal235144209
Binary111010111001000011010001
Octal353220321

Shades and tints

Shades of #EB90D1

#EB90D1
(235,144,209)
#D683BE
(214,131,190)
#C176AB
(193,118,171)
#AC6998
(172,105,152)
#975C85
(151,92,133)
#824F72
(130,79,114)
#6D425F
(109,66,95)
#58354C
(88,53,76)
#432839
(67,40,57)
#2E1B26
(46,27,38)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #EB90D1

#EB90D1
(235,144,209)
#EC9AD5
(236,154,213)
#EDA4D9
(237,164,217)
#EEAEDD
(238,174,221)
#EFB8E1
(239,184,225)
#F0C2E5
(240,194,229)
#F1CCE9
(241,204,233)
#F2D6ED
(242,214,237)
#F3E0F1
(243,224,241)
#F4EAF5
(244,234,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB90D1 color. Also use rgb(235,144,209) instead hex code.

Text Font Color

.myTextColor { color: #EB90D1; }

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

This text font color is #EB90D1.


Background Color

.myBgColor { background-color: #EB90D1; }

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

This div background color is #EB90D1.


Border color

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

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

This div border color is #EB90D1.


Opacity

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

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

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

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

This text has shadow with #EB90D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB90D1 on black background.


Color preview on white background

This text has color #EB90D1 on white background.



Black color preview on #EB90D1 background

This text has black color on #EB90D1 background.


White color preview on #EB90D1 background

This text has white color on #EB90D1 background.