COLOR #EF90E8

HEX: #EF90E8
RGB: (239,144,232)

Color info

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

RGB color model

#EF90E8 color RGB value is (239,144,232).

  • red value is 239;
  • green value is 144;
  • blue value is 232.
RGB:
(239,144,232)
(94%,56%,91%)

RGB channels and saturation

R 239 of 255 = 94%
G 144 of 255 = 56%
B 232 of 255 = 91%

239
144
232

R + G + B ~ 80%. #EF90E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 144 + 232 = 615 (100%)
R 239 of 615 ~ 38.86%
G 144 of 615 ~ 23.41%
B 232 of 615 ~ 37.72%

%38.86
%23.41
%37.72

CMYK color model

#EF90E8 color CMYK value is (0,40,3,6).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 2.93%
  • key color value is 6.27%
CMYK:
(0,40,3,6)
C0M40Y3K6 
(0%,40%,3%,6%)
(0.00/0.40/0.03/0.06)	

CMYK percentages

%0
%39.75
%2.93
%6.27

Codes

Color #EF90E8 in popluar color models

EF90E8
RGB239144232
HSL304°74.80%75.10%
HSB/HSV304°39.75%93.73%
CMYK0.00%39.75%2.93%
6.27%

Color #EF90E8 in popluar number systems.

HEXEF90E8
Decimal239144232
Binary111011111001000011101000
Octal357220350

Shades and tints

Shades of #EF90E8

#EF90E8
(239,144,232)
#DA83D3
(218,131,211)
#C576BE
(197,118,190)
#B069A9
(176,105,169)
#9B5C94
(155,92,148)
#864F7F
(134,79,127)
#71426A
(113,66,106)
#5C3555
(92,53,85)
#472840
(71,40,64)
#321B2B
(50,27,43)
#1D0E16
(29,14,22)
#000000
(0,0,0)

Tints of #EF90E8

#EF90E8
(239,144,232)
#F09AEA
(240,154,234)
#F1A4EC
(241,164,236)
#F2AEEE
(242,174,238)
#F3B8F0
(243,184,240)
#F4C2F2
(244,194,242)
#F5CCF4
(245,204,244)
#F6D6F6
(246,214,246)
#F7E0F8
(247,224,248)
#F8EAFA
(248,234,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF90E8; }

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

This text font color is #EF90E8.


Background Color

.myBgColor { background-color: #EF90E8; }

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

This div background color is #EF90E8.


Border color

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

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

This div border color is #EF90E8.


Opacity

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

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

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

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

This text has shadow with #EF90E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF90E8 on black background.


Color preview on white background

This text has color #EF90E8 on white background.



Black color preview on #EF90E8 background

This text has black color on #EF90E8 background.


White color preview on #EF90E8 background

This text has white color on #EF90E8 background.