COLOR #EA8BCC

HEX: #EA8BCC
RGB: (234,139,204)

Color info

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

RGB color model

#EA8BCC color RGB value is (234,139,204).

  • red value is 234;
  • green value is 139;
  • blue value is 204.
RGB:
(234,139,204)
(92%,55%,80%)

RGB channels and saturation

R 234 of 255 = 92%
G 139 of 255 = 55%
B 204 of 255 = 80%

234
139
204

R + G + B ~ 76%. #EA8BCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 139 + 204 = 577 (100%)
R 234 of 577 ~ 40.55%
G 139 of 577 ~ 24.09%
B 204 of 577 ~ 35.36%

%40.55
%24.09
%35.36

CMYK color model

#EA8BCC color CMYK value is (0,41,13,8).

  • cyan value is 0.00%
  • magenta value is 40.60%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK:
(0,41,13,8)
C0M41Y13K8 
(0%,41%,13%,8%)
(0.00/0.41/0.13/0.08)	

CMYK percentages

%0
%40.6
%12.82
%8.24

Codes

Color #EA8BCC in popluar color models

EA8BCC
RGB234139204
HSL319°69.34%73.14%
HSB/HSV319°40.60%91.76%
CMYK0.00%40.60%12.82%
8.24%

Color #EA8BCC in popluar number systems.

HEXEA8BCC
Decimal234139204
Binary111010101000101111001100
Octal352213314

Shades and tints

Shades of #EA8BCC

#EA8BCC
(234,139,204)
#D57FBA
(213,127,186)
#C073A8
(192,115,168)
#AB6796
(171,103,150)
#965B84
(150,91,132)
#814F72
(129,79,114)
#6C4360
(108,67,96)
#57374E
(87,55,78)
#422B3C
(66,43,60)
#2D1F2A
(45,31,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #EA8BCC

#EA8BCC
(234,139,204)
#EB95D0
(235,149,208)
#EC9FD4
(236,159,212)
#EDA9D8
(237,169,216)
#EEB3DC
(238,179,220)
#EFBDE0
(239,189,224)
#F0C7E4
(240,199,228)
#F1D1E8
(241,209,232)
#F2DBEC
(242,219,236)
#F3E5F0
(243,229,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA8BCC; }

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

This text font color is #EA8BCC.


Background Color

.myBgColor { background-color: #EA8BCC; }

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

This div background color is #EA8BCC.


Border color

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

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

This div border color is #EA8BCC.


Opacity

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

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

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

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

This text has shadow with #EA8BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8BCC on black background.


Color preview on white background

This text has color #EA8BCC on white background.



Black color preview on #EA8BCC background

This text has black color on #EA8BCC background.


White color preview on #EA8BCC background

This text has white color on #EA8BCC background.