COLOR #EA98C6

HEX: #EA98C6 RGB: (234,152,198)

Color info

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

RGB color model

#EA98C6 color RGB value is (234,152,198).

RGB: (234,152,198) (92%, 60%, 78%)

RGB channels and saturation

R 234 of 255 = 92%
G 152 of 255 = 60%
B 198 of 255 = 78%

234
152
198

R + G + B ~ 77%. #EA98C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 152 + 198 = 584 (100%)
R 234 of 584 ~ 40.07%
G 152 of 584 ~ 26.03%
B 198 of 584 ~ 33.9'%

%40.07
%26.03
%33.9

CMYK color model

#EA98C6 color CMYK value is (0,35,15,8).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 15.38%
  • key color value is 8.24%

CMYK: (0,35,15,8)
C0M35Y15K8 (0%, 35%, 15%, 8%)
(0.00 / 0.35 / 0.15 / 0.08)

CMYK percentages

%0
%35.04
%15.38
%8.24

Codes

Color #EA98C6 in popluar color models

EA 98 C6
RGB 234 152 198
HSL 326° 66.13% 75.69%
HSB/HSV 326° 35.04% 91.76%
CMYK 0.00% 35.04% 15.38%
8.24%

Color #EA98C6 in popluar number systems.

HEX EA 98 C6
Decimal 234 152 198
Binary 11101010 10011000 11000110
Octal 352 230 306

Shades and tints

Shades of #EA98C6

#EA98C6
(234,152,198)
#D58BB4
(213,139,180)
#C07EA2
(192,126,162)
#AB7190
(171,113,144)
#96647E
(150,100,126)
#81576C
(129,87,108)
#6C4A5A
(108,74,90)
#573D48
(87,61,72)
#423036
(66,48,54)
#2D2324
(45,35,36)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #EA98C6

#EA98C6
(234,152,198)
#EBA1CB
(235,161,203)
#ECAAD0
(236,170,208)
#EDB3D5
(237,179,213)
#EEBCDA
(238,188,218)
#EFC5DF
(239,197,223)
#F0CEE4
(240,206,228)
#F1D7E9
(241,215,233)
#F2E0EE
(242,224,238)
#F3E9F3
(243,233,243)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA98C6 color. Also use rgb(234,152,198) instead hex code.

Text Font Color

.myTextColor { color: #EA98C6; }

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

This text font color is #EA98C6.

Background Color

.myBgColor { background-color: #EA98C6; }

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

This div background color is #EA98C6.

Border color

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

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

This div border color is #EA98C6.

Opacity

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

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

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

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

This text has shadow with #EA98C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA98C6.

Preview

Color preview on black background

This text has color #EA98C6 on black background.


Color preview on white background

This text has color #EA98C6 on white background.


Black color preview on #EA98C6 background

This text has black color on #EA98C6 background.


White color preview on #EA98C6 background

This text has white color on #EA98C6 background.


Related colors

Complementary color

Complementary color for #hex is #156739.


I love getcolorcode.com

Triadic colors

1 #C6EA98 and #98C6EA with #EA98C6 are triadic colors.

2 #C698EA and #98EAC6 with #EA98C6 are triadic colors.