COLOR #EBA1E4

HEX: #EBA1E4
RGB: (235,161,228)

Color info

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

RGB color model

#EBA1E4 color RGB value is (235,161,228).

  • red value is 235;
  • green value is 161;
  • blue value is 228.
RGB:
(235,161,228)
(92%,63%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 161 of 255 = 63%
B 228 of 255 = 89%

235
161
228

R + G + B ~ 81%. #EBA1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 161 + 228 = 624 (100%)
R 235 of 624 ~ 37.66%
G 161 of 624 ~ 25.8%
B 228 of 624 ~ 36.54%

%37.66
%25.8
%36.54

CMYK color model

#EBA1E4 color CMYK value is (0,31,3,8).

  • cyan value is 0.00%
  • magenta value is 31.49%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(0,31,3,8)
C0M31Y3K8 
(0%,31%,3%,8%)
(0.00/0.31/0.03/0.08)	

CMYK percentages

%0
%31.49
%2.98
%7.84

Codes

Color #EBA1E4 in popluar color models

EBA1E4
RGB235161228
HSL306°64.91%77.65%
HSB/HSV306°31.49%92.16%
CMYK0.00%31.49%2.98%
7.84%

Color #EBA1E4 in popluar number systems.

HEXEBA1E4
Decimal235161228
Binary111010111010000111100100
Octal353241344

Shades and tints

Shades of #EBA1E4

#EBA1E4
(235,161,228)
#D693D0
(214,147,208)
#C185BC
(193,133,188)
#AC77A8
(172,119,168)
#976994
(151,105,148)
#825B80
(130,91,128)
#6D4D6C
(109,77,108)
#583F58
(88,63,88)
#433144
(67,49,68)
#2E2330
(46,35,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBA1E4

#EBA1E4
(235,161,228)
#ECA9E6
(236,169,230)
#EDB1E8
(237,177,232)
#EEB9EA
(238,185,234)
#EFC1EC
(239,193,236)
#F0C9EE
(240,201,238)
#F1D1F0
(241,209,240)
#F2D9F2
(242,217,242)
#F3E1F4
(243,225,244)
#F4E9F6
(244,233,246)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBA1E4 color. Also use rgb(235,161,228) instead hex code.

Text Font Color

.myTextColor { color: #EBA1E4; }

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

This text font color is #EBA1E4.


Background Color

.myBgColor { background-color: #EBA1E4; }

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

This div background color is #EBA1E4.


Border color

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

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

This div border color is #EBA1E4.


Opacity

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

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

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

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

This text has shadow with #EBA1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBA1E4 on black background.


Color preview on white background

This text has color #EBA1E4 on white background.



Black color preview on #EBA1E4 background

This text has black color on #EBA1E4 background.


White color preview on #EBA1E4 background

This text has white color on #EBA1E4 background.