COLOR #E090FF

HEX: #E090FF RGB: (224,144,255)

Color info

#E090FF contains mainly red and blue colors. Web safe color of #E090FF is #CC99FF (or #C9F).

RGB color model

#E090FF color RGB value is (224,144,255).

RGB: (224,144,255) (88%, 56%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 144 of 255 = 56%
B 255 of 255 = 100%

224
144
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 144 + 255 = 623 (100%)
R 224 of 623 ~ 35.96%
G 144 of 623 ~ 23.11%
B 255 of 623 ~ 40.93'%

%35.96
%23.11
%40.93

CMYK color model

#E090FF color CMYK value is (12,44,0,0).

  • cyan value is 12.16%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,44,0,0)
C12M44Y0K0 (12%, 44%, 0%, 0%)
(0.12 / 0.44 / 0.00 / 0.00)

CMYK percentages

%12.16
%43.53
%0
%0

Codes

Color #E090FF in popluar color models

E0 90 FF
RGB 224 144 255
HSL 283° 100.00% 78.24%
HSB/HSV 283° 43.53% 100.00%
CMYK 12.16% 43.53% 0.00%
0.00%

Color #E090FF in popluar number systems.

HEX E0 90 FF
Decimal 224 144 255
Binary 11100000 10010000 11111111
Octal 340 220 377

Shades and tints

Shades of #E090FF

#E090FF
(224,144,255)
#CC83E8
(204,131,232)
#B876D1
(184,118,209)
#A469BA
(164,105,186)
#905CA3
(144,92,163)
#7C4F8C
(124,79,140)
#684275
(104,66,117)
#54355E
(84,53,94)
#402847
(64,40,71)
#2C1B30
(44,27,48)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #E090FF

#E090FF
(224,144,255)
#E29AFF
(226,154,255)
#E4A4FF
(228,164,255)
#E6AEFF
(230,174,255)
#E8B8FF
(232,184,255)
#EAC2FF
(234,194,255)
#ECCCFF
(236,204,255)
#EED6FF
(238,214,255)
#F0E0FF
(240,224,255)
#F2EAFF
(242,234,255)
#F4F4FF
(244,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E090FF color. Also use rgb(224,144,255) instead hex code.

Text Font Color

.myTextColor { color: #E090FF; }

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

This text font color is #E090FF.

Background Color

.myBgColor { background-color: #E090FF; }

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

This div background color is #E090FF.

Border color

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

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

This div border color is #E090FF.

Opacity

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

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

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

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

This text has shadow with #E090FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E090FF.

Preview

Color preview on black background

This text has color #E090FF on black background.


Color preview on white background

This text has color #E090FF on white background.


Black color preview on #E090FF background

This text has black color on #E090FF background.


White color preview on #E090FF background

This text has white color on #E090FF background.


Related colors

Complementary color

Complementary color for #hex is #1F6F00.


I love getcolorcode.com

Triadic colors

1 #FFE090 and #90FFE0 with #E090FF are triadic colors.

2 #FF90E0 and #90E0FF with #E090FF are triadic colors.