COLOR #EA90C6

HEX: #EA90C6
RGB: (234,144,198)

Color info

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

RGB color model

#EA90C6 color RGB value is (234,144,198).

  • red value is 234;
  • green value is 144;
  • blue value is 198.
RGB:
(234,144,198)
(92%,56%,78%)

RGB channels and saturation

R 234 of 255 = 92%
G 144 of 255 = 56%
B 198 of 255 = 78%

234
144
198

R + G + B ~ 75%. #EA90C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 144 + 198 = 576 (100%)
R 234 of 576 ~ 40.63%
G 144 of 576 ~ 25%
B 198 of 576 ~ 34.38%

%40.63
%25
%34.38

CMYK color model

#EA90C6 color CMYK value is (0,38,15,8).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(0,38,15,8)
C0M38Y15K8 
(0%,38%,15%,8%)
(0.00/0.38/0.15/0.08)	

CMYK percentages

%0
%38.46
%15.38
%8.24

Codes

Color #EA90C6 in popluar color models

EA90C6
RGB234144198
HSL324°68.18%74.12%
HSB/HSV324°38.46%91.76%
CMYK0.00%38.46%15.38%
8.24%

Color #EA90C6 in popluar number systems.

HEXEA90C6
Decimal234144198
Binary111010101001000011000110
Octal352220306

Shades and tints

Shades of #EA90C6

#EA90C6
(234,144,198)
#D583B4
(213,131,180)
#C076A2
(192,118,162)
#AB6990
(171,105,144)
#965C7E
(150,92,126)
#814F6C
(129,79,108)
#6C425A
(108,66,90)
#573548
(87,53,72)
#422836
(66,40,54)
#2D1B24
(45,27,36)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #EA90C6

#EA90C6
(234,144,198)
#EB9ACB
(235,154,203)
#ECA4D0
(236,164,208)
#EDAED5
(237,174,213)
#EEB8DA
(238,184,218)
#EFC2DF
(239,194,223)
#F0CCE4
(240,204,228)
#F1D6E9
(241,214,233)
#F2E0EE
(242,224,238)
#F3EAF3
(243,234,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA90C6; }

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

This text font color is #EA90C6.


Background Color

.myBgColor { background-color: #EA90C6; }

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

This div background color is #EA90C6.


Border color

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

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

This div border color is #EA90C6.


Opacity

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

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

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

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

This text has shadow with #EA90C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA90C6 on black background.


Color preview on white background

This text has color #EA90C6 on white background.



Black color preview on #EA90C6 background

This text has black color on #EA90C6 background.


White color preview on #EA90C6 background

This text has white color on #EA90C6 background.