COLOR #EAB0EB

HEX: #EAB0EB RGB: (234,176,235)

Color info

#EAB0EB contains red, green and blue colors in about the same proportion. Web safe color of #EAB0EB is #FF99FF (or #F9F).

RGB color model

#EAB0EB color RGB value is (234,176,235).

RGB: (234,176,235) (92%, 69%, 92%)

RGB channels and saturation

R 234 of 255 = 92%
G 176 of 255 = 69%
B 235 of 255 = 92%

234
176
235

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

Portions of RGB colors in percentages

R + G + B = 234 + 176 + 235 = 645 (100%)
R 234 of 645 ~ 36.28%
G 176 of 645 ~ 27.29%
B 235 of 645 ~ 36.43'%

%36.28
%27.29
%36.43

CMYK color model

#EAB0EB color CMYK value is (0,25,0,8).

  • cyan value is 0.43%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (0,25,0,8)
C0M25Y0K8 (0%, 25%, 0%, 8%)
(0.00 / 0.25 / 0.00 / 0.08)

CMYK percentages

%0.43
%25.11
%0
%7.84

Codes

Color #EAB0EB in popluar color models

EA B0 EB
RGB 234 176 235
HSL 299° 59.60% 80.59%
HSB/HSV 299° 25.11% 92.16%
CMYK 0.43% 25.11% 0.00%
7.84%

Color #EAB0EB in popluar number systems.

HEX EA B0 EB
Decimal 234 176 235
Binary 11101010 10110000 11101011
Octal 352 260 353

Shades and tints

Shades of #EAB0EB

#EAB0EB
(234,176,235)
#D5A0D6
(213,160,214)
#C090C1
(192,144,193)
#AB80AC
(171,128,172)
#967097
(150,112,151)
#816082
(129,96,130)
#6C506D
(108,80,109)
#574058
(87,64,88)
#423043
(66,48,67)
#2D202E
(45,32,46)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #EAB0EB

#EAB0EB
(234,176,235)
#EBB7EC
(235,183,236)
#ECBEED
(236,190,237)
#EDC5EE
(237,197,238)
#EECCEF
(238,204,239)
#EFD3F0
(239,211,240)
#F0DAF1
(240,218,241)
#F1E1F2
(241,225,242)
#F2E8F3
(242,232,243)
#F3EFF4
(243,239,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB0EB color. Also use rgb(234,176,235) instead hex code.

Text Font Color

.myTextColor { color: #EAB0EB; }

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

This text font color is #EAB0EB.

Background Color

.myBgColor { background-color: #EAB0EB; }

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

This div background color is #EAB0EB.

Border color

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

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

This div border color is #EAB0EB.

Opacity

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

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

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

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

This text has shadow with #EAB0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB0EB.

Preview

Color preview on black background

This text has color #EAB0EB on black background.


Color preview on white background

This text has color #EAB0EB on white background.


Black color preview on #EAB0EB background

This text has black color on #EAB0EB background.


White color preview on #EAB0EB background

This text has white color on #EAB0EB background.


Related colors

Complementary color

Complementary color for #hex is #154F14.


I love getcolorcode.com

Triadic colors

1 #EBEAB0 and #B0EBEA with #EAB0EB are triadic colors.

2 #EBB0EA and #B0EAEB with #EAB0EB are triadic colors.