COLOR #EAABE0

HEX: #EAABE0
RGB: (234,171,224)

Color info

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

RGB color model

#EAABE0 color RGB value is (234,171,224).

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

RGB channels and saturation

R 234 of 255 = 92%
G 171 of 255 = 67%
B 224 of 255 = 88%

234
171
224

R + G + B ~ 82%. #EAABE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 171 + 224 = 629 (100%)
R 234 of 629 ~ 37.2%
G 171 of 629 ~ 27.19%
B 224 of 629 ~ 35.61%

%37.2
%27.19
%35.61

CMYK color model

#EAABE0 color CMYK value is (0,27,4,8).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(0,27,4,8)
C0M27Y4K8 
(0%,27%,4%,8%)
(0.00/0.27/0.04/0.08)	

CMYK percentages

%0
%26.92
%4.27
%8.24

Codes

Color #EAABE0 in popluar color models

EAABE0
RGB234171224
HSL310°60.00%79.41%
HSB/HSV310°26.92%91.76%
CMYK0.00%26.92%4.27%
8.24%

Color #EAABE0 in popluar number systems.

HEXEAABE0
Decimal234171224
Binary111010101010101111100000
Octal352253340

Shades and tints

Shades of #EAABE0

#EAABE0
(234,171,224)
#D59CCC
(213,156,204)
#C08DB8
(192,141,184)
#AB7EA4
(171,126,164)
#966F90
(150,111,144)
#81607C
(129,96,124)
#6C5168
(108,81,104)
#574254
(87,66,84)
#423340
(66,51,64)
#2D242C
(45,36,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EAABE0

#EAABE0
(234,171,224)
#EBB2E2
(235,178,226)
#ECB9E4
(236,185,228)
#EDC0E6
(237,192,230)
#EEC7E8
(238,199,232)
#EFCEEA
(239,206,234)
#F0D5EC
(240,213,236)
#F1DCEE
(241,220,238)
#F2E3F0
(242,227,240)
#F3EAF2
(243,234,242)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAABE0; }

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

This text font color is #EAABE0.


Background Color

.myBgColor { background-color: #EAABE0; }

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

This div background color is #EAABE0.


Border color

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

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

This div border color is #EAABE0.


Opacity

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

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

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

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

This text has shadow with #EAABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAABE0 on black background.


Color preview on white background

This text has color #EAABE0 on white background.



Black color preview on #EAABE0 background

This text has black color on #EAABE0 background.


White color preview on #EAABE0 background

This text has white color on #EAABE0 background.