COLOR #EA6CBA

HEX: #EA6CBA
RGB: (234,108,186)

Color info

#EA6CBA contains mainly red and blue colors. Web safe color of #EA6CBA is #FF66CC (or #F6C).

RGB color model

#EA6CBA color RGB value is (234,108,186).

  • red value is 234;
  • green value is 108;
  • blue value is 186.
RGB:
(234,108,186)
(92%,42%,73%)

RGB channels and saturation

R 234 of 255 = 92%
G 108 of 255 = 42%
B 186 of 255 = 73%

234
108
186

R + G + B ~ 69%. #EA6CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 108 + 186 = 528 (100%)
R 234 of 528 ~ 44.32%
G 108 of 528 ~ 20.45%
B 186 of 528 ~ 35.23%

%44.32
%20.45
%35.23

CMYK color model

#EA6CBA color CMYK value is (0,54,21,8).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 20.51%
  • key color value is 8.24%
CMYK:
(0,54,21,8)
C0M54Y21K8 
(0%,54%,21%,8%)
(0.00/0.54/0.21/0.08)	

CMYK percentages

%0
%53.85
%20.51
%8.24

Codes

Color #EA6CBA in popluar color models

EA6CBA
RGB234108186
HSL323°75.00%67.06%
HSB/HSV323°53.85%91.76%
CMYK0.00%53.85%20.51%
8.24%

Color #EA6CBA in popluar number systems.

HEXEA6CBA
Decimal234108186
Binary11101010110110010111010
Octal352154272

Shades and tints

Shades of #EA6CBA

#EA6CBA
(234,108,186)
#D563AA
(213,99,170)
#C05A9A
(192,90,154)
#AB518A
(171,81,138)
#96487A
(150,72,122)
#813F6A
(129,63,106)
#6C365A
(108,54,90)
#572D4A
(87,45,74)
#42243A
(66,36,58)
#2D1B2A
(45,27,42)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #EA6CBA

#EA6CBA
(234,108,186)
#EB79C0
(235,121,192)
#EC86C6
(236,134,198)
#ED93CC
(237,147,204)
#EEA0D2
(238,160,210)
#EFADD8
(239,173,216)
#F0BADE
(240,186,222)
#F1C7E4
(241,199,228)
#F2D4EA
(242,212,234)
#F3E1F0
(243,225,240)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6CBA color. Also use rgb(234,108,186) instead hex code.

Text Font Color

.myTextColor { color: #EA6CBA; }

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

This text font color is #EA6CBA.


Background Color

.myBgColor { background-color: #EA6CBA; }

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

This div background color is #EA6CBA.


Border color

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

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

This div border color is #EA6CBA.


Opacity

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

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

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

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

This text has shadow with #EA6CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6CBA on black background.


Color preview on white background

This text has color #EA6CBA on white background.



Black color preview on #EA6CBA background

This text has black color on #EA6CBA background.


White color preview on #EA6CBA background

This text has white color on #EA6CBA background.