COLOR #EB90E3

HEX: #EB90E3
RGB: (235,144,227)

Color info

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

RGB color model

#EB90E3 color RGB value is (235,144,227).

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

RGB channels and saturation

R 235 of 255 = 92%
G 144 of 255 = 56%
B 227 of 255 = 89%

235
144
227

R + G + B ~ 79%. #EB90E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 144 + 227 = 606 (100%)
R 235 of 606 ~ 38.78%
G 144 of 606 ~ 23.76%
B 227 of 606 ~ 37.46%

%38.78
%23.76
%37.46

CMYK color model

#EB90E3 color CMYK value is (0,39,3,8).

  • cyan value is 0.00%
  • magenta value is 38.72%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(0,39,3,8)
C0M39Y3K8 
(0%,39%,3%,8%)
(0.00/0.39/0.03/0.08)	

CMYK percentages

%0
%38.72
%3.4
%7.84

Codes

Color #EB90E3 in popluar color models

EB90E3
RGB235144227
HSL305°69.47%74.31%
HSB/HSV305°38.72%92.16%
CMYK0.00%38.72%3.40%
7.84%

Color #EB90E3 in popluar number systems.

HEXEB90E3
Decimal235144227
Binary111010111001000011100011
Octal353220343

Shades and tints

Shades of #EB90E3

#EB90E3
(235,144,227)
#D683CF
(214,131,207)
#C176BB
(193,118,187)
#AC69A7
(172,105,167)
#975C93
(151,92,147)
#824F7F
(130,79,127)
#6D426B
(109,66,107)
#583557
(88,53,87)
#432843
(67,40,67)
#2E1B2F
(46,27,47)
#190E1B
(25,14,27)
#000000
(0,0,0)

Tints of #EB90E3

#EB90E3
(235,144,227)
#EC9AE5
(236,154,229)
#EDA4E7
(237,164,231)
#EEAEE9
(238,174,233)
#EFB8EB
(239,184,235)
#F0C2ED
(240,194,237)
#F1CCEF
(241,204,239)
#F2D6F1
(242,214,241)
#F3E0F3
(243,224,243)
#F4EAF5
(244,234,245)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB90E3; }

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

This text font color is #EB90E3.


Background Color

.myBgColor { background-color: #EB90E3; }

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

This div background color is #EB90E3.


Border color

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

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

This div border color is #EB90E3.


Opacity

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

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

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

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

This text has shadow with #EB90E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB90E3 on black background.


Color preview on white background

This text has color #EB90E3 on white background.



Black color preview on #EB90E3 background

This text has black color on #EB90E3 background.


White color preview on #EB90E3 background

This text has white color on #EB90E3 background.