COLOR #EAB1E4

HEX: #EAB1E4
RGB: (234,177,228)

Color info

#EAB1E4 contains red, green and blue colors in about the same proportion. Web safe color of #EAB1E4 is #FF99CC (or #F9C).

RGB color model

#EAB1E4 color RGB value is (234,177,228).

  • red value is 234;
  • green value is 177;
  • blue value is 228.
RGB:
(234,177,228)
(92%,69%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 177 of 255 = 69%
B 228 of 255 = 89%

234
177
228

R + G + B ~ 83%. #EAB1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 177 + 228 = 639 (100%)
R 234 of 639 ~ 36.62%
G 177 of 639 ~ 27.7%
B 228 of 639 ~ 35.68%

%36.62
%27.7
%35.68

CMYK color model

#EAB1E4 color CMYK value is (0,24,3,8).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,24,3,8)
C0M24Y3K8 
(0%,24%,3%,8%)
(0.00/0.24/0.03/0.08)	

CMYK percentages

%0
%24.36
%2.56
%8.24

Codes

Color #EAB1E4 in popluar color models

EAB1E4
RGB234177228
HSL306°57.58%80.59%
HSB/HSV306°24.36%91.76%
CMYK0.00%24.36%2.56%
8.24%

Color #EAB1E4 in popluar number systems.

HEXEAB1E4
Decimal234177228
Binary111010101011000111100100
Octal352261344

Shades and tints

Shades of #EAB1E4

#EAB1E4
(234,177,228)
#D5A1D0
(213,161,208)
#C091BC
(192,145,188)
#AB81A8
(171,129,168)
#967194
(150,113,148)
#816180
(129,97,128)
#6C516C
(108,81,108)
#574158
(87,65,88)
#423144
(66,49,68)
#2D2130
(45,33,48)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #EAB1E4

#EAB1E4
(234,177,228)
#EBB8E6
(235,184,230)
#ECBFE8
(236,191,232)
#EDC6EA
(237,198,234)
#EECDEC
(238,205,236)
#EFD4EE
(239,212,238)
#F0DBF0
(240,219,240)
#F1E2F2
(241,226,242)
#F2E9F4
(242,233,244)
#F3F0F6
(243,240,246)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB1E4 color. Also use rgb(234,177,228) instead hex code.

Text Font Color

.myTextColor { color: #EAB1E4; }

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

This text font color is #EAB1E4.


Background Color

.myBgColor { background-color: #EAB1E4; }

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

This div background color is #EAB1E4.


Border color

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

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

This div border color is #EAB1E4.


Opacity

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

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

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

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

This text has shadow with #EAB1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB1E4 on black background.


Color preview on white background

This text has color #EAB1E4 on white background.



Black color preview on #EAB1E4 background

This text has black color on #EAB1E4 background.


White color preview on #EAB1E4 background

This text has white color on #EAB1E4 background.