COLOR #EA95D6

HEX: #EA95D6 RGB: (234,149,214)

Color info

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

RGB color model

#EA95D6 color RGB value is (234,149,214).

RGB: (234,149,214) (92%, 58%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 149 of 255 = 58%
B 214 of 255 = 84%

234
149
214

R + G + B ~ 78%. #EA95D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 149 + 214 = 597 (100%)
R 234 of 597 ~ 39.2%
G 149 of 597 ~ 24.96%
B 214 of 597 ~ 35.85'%

%39.2
%24.96
%35.85

CMYK color model

#EA95D6 color CMYK value is (0,36,9,8).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 8.55%
  • key color value is 8.24%

CMYK: (0,36,9,8)
C0M36Y9K8 (0%, 36%, 9%, 8%)
(0.00 / 0.36 / 0.09 / 0.08)

CMYK percentages

%0
%36.32
%8.55
%8.24

Codes

Color #EA95D6 in popluar color models

EA 95 D6
RGB 234 149 214
HSL 314° 66.93% 75.10%
HSB/HSV 314° 36.32% 91.76%
CMYK 0.00% 36.32% 8.55%
8.24%

Color #EA95D6 in popluar number systems.

HEX EA 95 D6
Decimal 234 149 214
Binary 11101010 10010101 11010110
Octal 352 225 326

Shades and tints

Shades of #EA95D6

#EA95D6
(234,149,214)
#D588C3
(213,136,195)
#C07BB0
(192,123,176)
#AB6E9D
(171,110,157)
#96618A
(150,97,138)
#815477
(129,84,119)
#6C4764
(108,71,100)
#573A51
(87,58,81)
#422D3E
(66,45,62)
#2D202B
(45,32,43)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #EA95D6

#EA95D6
(234,149,214)
#EB9ED9
(235,158,217)
#ECA7DC
(236,167,220)
#EDB0DF
(237,176,223)
#EEB9E2
(238,185,226)
#EFC2E5
(239,194,229)
#F0CBE8
(240,203,232)
#F1D4EB
(241,212,235)
#F2DDEE
(242,221,238)
#F3E6F1
(243,230,241)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA95D6 color. Also use rgb(234,149,214) instead hex code.

Text Font Color

.myTextColor { color: #EA95D6; }

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

This text font color is #EA95D6.

Background Color

.myBgColor { background-color: #EA95D6; }

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

This div background color is #EA95D6.

Border color

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

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

This div border color is #EA95D6.

Opacity

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

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

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

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

This text has shadow with #EA95D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA95D6.

Preview

Color preview on black background

This text has color #EA95D6 on black background.


Color preview on white background

This text has color #EA95D6 on white background.


Black color preview on #EA95D6 background

This text has black color on #EA95D6 background.


White color preview on #EA95D6 background

This text has white color on #EA95D6 background.


Related colors

Complementary color

Complementary color for #hex is #156A29.


I love getcolorcode.com

Triadic colors

1 #D6EA95 and #95D6EA with #EA95D6 are triadic colors.

2 #D695EA and #95EAD6 with #EA95D6 are triadic colors.