COLOR #EA90C7

HEX: #EA90C7
RGB: (234,144,199)

Color info

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

RGB color model

#EA90C7 color RGB value is (234,144,199).

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

RGB channels and saturation

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

234
144
199

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

Portions of RGB colors in percentages

R + G + B =
234 + 144 + 199 = 577 (100%)
R 234 of 577 ~ 40.55%
G 144 of 577 ~ 24.96%
B 199 of 577 ~ 34.49%

%40.55
%24.96
%34.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 14.96%
  • 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
%14.96
%8.24

Codes

Color #EA90C7 in popluar color models

EA90C7
RGB234144199
HSL323°68.18%74.12%
HSB/HSV323°38.46%91.76%
CMYK0.00%38.46%14.96%
8.24%

Color #EA90C7 in popluar number systems.

HEXEA90C7
Decimal234144199
Binary111010101001000011000111
Octal352220307

Shades and tints

Shades of #EA90C7

#EA90C7
(234,144,199)
#D583B5
(213,131,181)
#C076A3
(192,118,163)
#AB6991
(171,105,145)
#965C7F
(150,92,127)
#814F6D
(129,79,109)
#6C425B
(108,66,91)
#573549
(87,53,73)
#422837
(66,40,55)
#2D1B25
(45,27,37)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #EA90C7

#EA90C7
(234,144,199)
#EB9ACC
(235,154,204)
#ECA4D1
(236,164,209)
#EDAED6
(237,174,214)
#EEB8DB
(238,184,219)
#EFC2E0
(239,194,224)
#F0CCE5
(240,204,229)
#F1D6EA
(241,214,234)
#F2E0EF
(242,224,239)
#F3EAF4
(243,234,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA90C7; }

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

This text font color is #EA90C7.


Background Color

.myBgColor { background-color: #EA90C7; }

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

This div background color is #EA90C7.


Border color

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

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

This div border color is #EA90C7.


Opacity

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

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

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

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

This text has shadow with #EA90C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA90C7 on black background.


Color preview on white background

This text has color #EA90C7 on white background.



Black color preview on #EA90C7 background

This text has black color on #EA90C7 background.


White color preview on #EA90C7 background

This text has white color on #EA90C7 background.