COLOR #EA8BE4

HEX: #EA8BE4 RGB: (234,139,228)

Color info

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

RGB color model

#EA8BE4 color RGB value is (234,139,228).

RGB: (234,139,228) (92%, 55%, 89%)

RGB channels and saturation

R 234 of 255 = 92%
G 139 of 255 = 55%
B 228 of 255 = 89%

234
139
228

R + G + B ~ 79%. #EA8BE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 139 + 228 = 601 (100%)
R 234 of 601 ~ 38.94%
G 139 of 601 ~ 23.13%
B 228 of 601 ~ 37.94'%

%38.94
%23.13
%37.94

CMYK color model

#EA8BE4 color CMYK value is (0,41,3,8).

  • cyan value is 0.00%
  • magenta value is 40.60%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK: (0,41,3,8) C0M41Y3K8 (0%,41%,3%,8%) (0.00/0.41/0.03/0.08) 

CMYK percentages

%0
%40.6
%2.56
%8.24

Codes

Color #EA8BE4 in popluar color models

EA 8B E4
RGB 234 139 228
HSL 304° 69.34% 73.14%
HSB/HSV 304° 40.60% 91.76%
CMYK 0.00% 40.60% 2.56%
8.24%

Color #EA8BE4 in popluar number systems.

HEX EA 8B E4
Decimal 234 139 228
Binary 11101010 10001011 11100100
Octal 352 213 344

Shades and tints

Shades of #EA8BE4

#EA8BE4
(234,139,228)
#D57FD0
(213,127,208)
#C073BC
(192,115,188)
#AB67A8
(171,103,168)
#965B94
(150,91,148)
#814F80
(129,79,128)
#6C436C
(108,67,108)
#573758
(87,55,88)
#422B44
(66,43,68)
#2D1F30
(45,31,48)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #EA8BE4

#EA8BE4
(234,139,228)
#EB95E6
(235,149,230)
#EC9FE8
(236,159,232)
#EDA9EA
(237,169,234)
#EEB3EC
(238,179,236)
#EFBDEE
(239,189,238)
#F0C7F0
(240,199,240)
#F1D1F2
(241,209,242)
#F2DBF4
(242,219,244)
#F3E5F6
(243,229,246)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA8BE4; }

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

This text font color is #EA8BE4.

Background Color

.myBgColor { background-color: #EA8BE4; }

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

This div background color is #EA8BE4.

Border color

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

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

This div border color is #EA8BE4.

Opacity

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

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

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

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

This text has shadow with #EA8BE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA8BE4.

Preview

Color preview on black background

This text has color #EA8BE4 on black background.


Color preview on white background

This text has color #EA8BE4 on white background.


Black color preview on #EA8BE4 background

This text has black color on #EA8BE4 background.


White color preview on #EA8BE4 background

This text has white color on #EA8BE4 background.


Related colors

Complementary color

Complementary color for #hex is #15741B.


I love getcolorcode.com

Triadic colors

1 #E4EA8B and #8BE4EA with #EA8BE4 are triadic colors.

2 #E48BEA and #8BEAE4 with #EA8BE4 are triadic colors.