COLOR #EA6BB5

HEX: #EA6BB5
RGB: (234,107,181)

Color info

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

RGB color model

#EA6BB5 color RGB value is (234,107,181).

  • red value is 234;
  • green value is 107;
  • blue value is 181.
RGB:
(234,107,181)
(92%,42%,71%)

RGB channels and saturation

R 234 of 255 = 92%
G 107 of 255 = 42%
B 181 of 255 = 71%

234
107
181

R + G + B ~ 68%. #EA6BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 107 + 181 = 522 (100%)
R 234 of 522 ~ 44.83%
G 107 of 522 ~ 20.5%
B 181 of 522 ~ 34.67%

%44.83
%20.5
%34.67

CMYK color model

#EA6BB5 color CMYK value is (0,54,23,8).

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 22.65%
  • key color value is 8.24%
CMYK:
(0,54,23,8)
C0M54Y23K8 
(0%,54%,23%,8%)
(0.00/0.54/0.23/0.08)	

CMYK percentages

%0
%54.27
%22.65
%8.24

Codes

Color #EA6BB5 in popluar color models

EA6BB5
RGB234107181
HSL325°75.15%66.86%
HSB/HSV325°54.27%91.76%
CMYK0.00%54.27%22.65%
8.24%

Color #EA6BB5 in popluar number systems.

HEXEA6BB5
Decimal234107181
Binary11101010110101110110101
Octal352153265

Shades and tints

Shades of #EA6BB5

#EA6BB5
(234,107,181)
#D562A5
(213,98,165)
#C05995
(192,89,149)
#AB5085
(171,80,133)
#964775
(150,71,117)
#813E65
(129,62,101)
#6C3555
(108,53,85)
#572C45
(87,44,69)
#422335
(66,35,53)
#2D1A25
(45,26,37)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #EA6BB5

#EA6BB5
(234,107,181)
#EB78BB
(235,120,187)
#EC85C1
(236,133,193)
#ED92C7
(237,146,199)
#EE9FCD
(238,159,205)
#EFACD3
(239,172,211)
#F0B9D9
(240,185,217)
#F1C6DF
(241,198,223)
#F2D3E5
(242,211,229)
#F3E0EB
(243,224,235)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6BB5 color. Also use rgb(234,107,181) instead hex code.

Text Font Color

.myTextColor { color: #EA6BB5; }

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

This text font color is #EA6BB5.


Background Color

.myBgColor { background-color: #EA6BB5; }

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

This div background color is #EA6BB5.


Border color

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

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

This div border color is #EA6BB5.


Opacity

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

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

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

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

This text has shadow with #EA6BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6BB5 on black background.


Color preview on white background

This text has color #EA6BB5 on white background.



Black color preview on #EA6BB5 background

This text has black color on #EA6BB5 background.


White color preview on #EA6BB5 background

This text has white color on #EA6BB5 background.