COLOR #EAABF0

HEX: #EAABF0
RGB: (234,171,240)

Color info

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

RGB color model

#EAABF0 color RGB value is (234,171,240).

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

RGB channels and saturation

R 234 of 255 = 92%
G 171 of 255 = 67%
B 240 of 255 = 94%

234
171
240

R + G + B ~ 84%. #EAABF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 171 + 240 = 645 (100%)
R 234 of 645 ~ 36.28%
G 171 of 645 ~ 26.51%
B 240 of 645 ~ 37.21%

%36.28
%26.51
%37.21

CMYK color model

#EAABF0 color CMYK value is (3,29,0,6).

  • cyan value is 2.50%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,29,0,6)
C3M29Y0K6 
(3%,29%,0%,6%)
(0.03/0.29/0.00/0.06)	

CMYK percentages

%2.5
%28.75
%0
%5.88

Codes

Color #EAABF0 in popluar color models

EAABF0
RGB234171240
HSL295°69.70%80.59%
HSB/HSV295°28.75%94.12%
CMYK2.50%28.75%0.00%
5.88%

Color #EAABF0 in popluar number systems.

HEXEAABF0
Decimal234171240
Binary111010101010101111110000
Octal352253360

Shades and tints

Shades of #EAABF0

#EAABF0
(234,171,240)
#D59CDB
(213,156,219)
#C08DC6
(192,141,198)
#AB7EB1
(171,126,177)
#966F9C
(150,111,156)
#816087
(129,96,135)
#6C5172
(108,81,114)
#57425D
(87,66,93)
#423348
(66,51,72)
#2D2433
(45,36,51)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #EAABF0

#EAABF0
(234,171,240)
#EBB2F1
(235,178,241)
#ECB9F2
(236,185,242)
#EDC0F3
(237,192,243)
#EEC7F4
(238,199,244)
#EFCEF5
(239,206,245)
#F0D5F6
(240,213,246)
#F1DCF7
(241,220,247)
#F2E3F8
(242,227,248)
#F3EAF9
(243,234,249)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAABF0; }

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

This text font color is #EAABF0.


Background Color

.myBgColor { background-color: #EAABF0; }

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

This div background color is #EAABF0.


Border color

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

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

This div border color is #EAABF0.


Opacity

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

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

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

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

This text has shadow with #EAABF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAABF0 on black background.


Color preview on white background

This text has color #EAABF0 on white background.



Black color preview on #EAABF0 background

This text has black color on #EAABF0 background.


White color preview on #EAABF0 background

This text has white color on #EAABF0 background.