COLOR #EAB1F0

HEX: #EAB1F0
RGB: (234,177,240)

Color info

#EAB1F0 contains mainly red and blue colors. Web safe color of #EAB1F0 is #FF99FF (or #F9F).

RGB color model

#EAB1F0 color RGB value is (234,177,240).

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

RGB channels and saturation

R 234 of 255 = 92%
G 177 of 255 = 69%
B 240 of 255 = 94%

234
177
240

R + G + B ~ 85%. #EAB1F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 177 + 240 = 651 (100%)
R 234 of 651 ~ 35.94%
G 177 of 651 ~ 27.19%
B 240 of 651 ~ 36.87%

%35.94
%27.19
%36.87

CMYK color model

#EAB1F0 color CMYK value is (3,26,0,6).

  • cyan value is 2.50%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,26,0,6)
C3M26Y0K6 
(3%,26%,0%,6%)
(0.03/0.26/0.00/0.06)	

CMYK percentages

%2.5
%26.25
%0
%5.88

Codes

Color #EAB1F0 in popluar color models

EAB1F0
RGB234177240
HSL294°67.74%81.76%
HSB/HSV294°26.25%94.12%
CMYK2.50%26.25%0.00%
5.88%

Color #EAB1F0 in popluar number systems.

HEXEAB1F0
Decimal234177240
Binary111010101011000111110000
Octal352261360

Shades and tints

Shades of #EAB1F0

#EAB1F0
(234,177,240)
#D5A1DB
(213,161,219)
#C091C6
(192,145,198)
#AB81B1
(171,129,177)
#96719C
(150,113,156)
#816187
(129,97,135)
#6C5172
(108,81,114)
#57415D
(87,65,93)
#423148
(66,49,72)
#2D2133
(45,33,51)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #EAB1F0

#EAB1F0
(234,177,240)
#EBB8F1
(235,184,241)
#ECBFF2
(236,191,242)
#EDC6F3
(237,198,243)
#EECDF4
(238,205,244)
#EFD4F5
(239,212,245)
#F0DBF6
(240,219,246)
#F1E2F7
(241,226,247)
#F2E9F8
(242,233,248)
#F3F0F9
(243,240,249)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAB1F0; }

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

This text font color is #EAB1F0.


Background Color

.myBgColor { background-color: #EAB1F0; }

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

This div background color is #EAB1F0.


Border color

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

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

This div border color is #EAB1F0.


Opacity

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

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

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

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

This text has shadow with #EAB1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB1F0 on black background.


Color preview on white background

This text has color #EAB1F0 on white background.



Black color preview on #EAB1F0 background

This text has black color on #EAB1F0 background.


White color preview on #EAB1F0 background

This text has white color on #EAB1F0 background.