COLOR #EA90EF

HEX: #EA90EF RGB: (234,144,239)

Color info

#EA90EF contains mainly red and blue colors. Web safe color of #EA90EF is #FF99FF (or #F9F).

RGB color model

#EA90EF color RGB value is (234,144,239).

RGB: (234,144,239) (92%, 56%, 94%)

RGB channels and saturation

R 234 of 255 = 92%
G 144 of 255 = 56%
B 239 of 255 = 94%

234
144
239

R + G + B ~ 81%. #EA90EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 144 + 239 = 617 (100%)
R 234 of 617 ~ 37.93%
G 144 of 617 ~ 23.34%
B 239 of 617 ~ 38.74'%

%37.93
%23.34
%38.74

CMYK color model

#EA90EF color CMYK value is (2,40,0,6).

  • cyan value is 2.09%
  • magenta value is 39.75%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (2,40,0,6)
C2M40Y0K6 (2%, 40%, 0%, 6%)
(0.02 / 0.40 / 0.00 / 0.06)

CMYK percentages

%2.09
%39.75
%0
%6.27

Codes

Color #EA90EF in popluar color models

EA 90 EF
RGB 234 144 239
HSL 297° 74.80% 75.10%
HSB/HSV 297° 39.75% 93.73%
CMYK 2.09% 39.75% 0.00%
6.27%

Color #EA90EF in popluar number systems.

HEX EA 90 EF
Decimal 234 144 239
Binary 11101010 10010000 11101111
Octal 352 220 357

Shades and tints

Shades of #EA90EF

#EA90EF
(234,144,239)
#D583DA
(213,131,218)
#C076C5
(192,118,197)
#AB69B0
(171,105,176)
#965C9B
(150,92,155)
#814F86
(129,79,134)
#6C4271
(108,66,113)
#57355C
(87,53,92)
#422847
(66,40,71)
#2D1B32
(45,27,50)
#180E1D
(24,14,29)
#000000
(0,0,0)

Tints of #EA90EF

#EA90EF
(234,144,239)
#EB9AF0
(235,154,240)
#ECA4F1
(236,164,241)
#EDAEF2
(237,174,242)
#EEB8F3
(238,184,243)
#EFC2F4
(239,194,244)
#F0CCF5
(240,204,245)
#F1D6F6
(241,214,246)
#F2E0F7
(242,224,247)
#F3EAF8
(243,234,248)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA90EF; }

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

This text font color is #EA90EF.

Background Color

.myBgColor { background-color: #EA90EF; }

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

This div background color is #EA90EF.

Border color

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

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

This div border color is #EA90EF.

Opacity

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

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

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

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

This text has shadow with #EA90EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA90EF.

Preview

Color preview on black background

This text has color #EA90EF on black background.


Color preview on white background

This text has color #EA90EF on white background.


Black color preview on #EA90EF background

This text has black color on #EA90EF background.


White color preview on #EA90EF background

This text has white color on #EA90EF background.


Related colors

Complementary color

Complementary color for #hex is #156F10.


I love getcolorcode.com

Triadic colors

1 #EFEA90 and #90EFEA with #EA90EF are triadic colors.

2 #EF90EA and #90EAEF with #EA90EF are triadic colors.