COLOR #FF90E7

HEX: #FF90E7 RGB: (255,144,231)

Color info

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

RGB color model

#FF90E7 color RGB value is (255,144,231).

RGB: (255,144,231) (100%, 56%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 144 of 255 = 56%
B 231 of 255 = 91%

255
144
231

R + G + B ~ 82%. #FF90E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 144 + 231 = 630 (100%)
R 255 of 630 ~ 40.48%
G 144 of 630 ~ 22.86%
B 231 of 630 ~ 36.67'%

%40.48
%22.86
%36.67

CMYK color model

#FF90E7 color CMYK value is (0,44,9,0).

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

CMYK: (0,44,9,0)
C0M44Y9K0 (0%, 44%, 9%, 0%)
(0.00 / 0.44 / 0.09 / 0.00)

CMYK percentages

%0
%43.53
%9.41
%0

Codes

Color #FF90E7 in popluar color models

FF 90 E7
RGB 255 144 231
HSL 313° 100.00% 78.24%
HSB/HSV 313° 43.53% 100.00%
CMYK 0.00% 43.53% 9.41%
0.00%

Color #FF90E7 in popluar number systems.

HEX FF 90 E7
Decimal 255 144 231
Binary 11111111 10010000 11100111
Octal 377 220 347

Shades and tints

Shades of #FF90E7

#FF90E7
(255,144,231)
#E883D2
(232,131,210)
#D176BD
(209,118,189)
#BA69A8
(186,105,168)
#A35C93
(163,92,147)
#8C4F7E
(140,79,126)
#754269
(117,66,105)
#5E3554
(94,53,84)
#47283F
(71,40,63)
#301B2A
(48,27,42)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #FF90E7

#FF90E7
(255,144,231)
#FF9AE9
(255,154,233)
#FFA4EB
(255,164,235)
#FFAEED
(255,174,237)
#FFB8EF
(255,184,239)
#FFC2F1
(255,194,241)
#FFCCF3
(255,204,243)
#FFD6F5
(255,214,245)
#FFE0F7
(255,224,247)
#FFEAF9
(255,234,249)
#FFF4FB
(255,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF90E7; }

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

This text font color is #FF90E7.

Background Color

.myBgColor { background-color: #FF90E7; }

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

This div background color is #FF90E7.

Border color

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

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

This div border color is #FF90E7.

Opacity

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

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

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

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

This text has shadow with #FF90E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF90E7.

Preview

Color preview on black background

This text has color #FF90E7 on black background.


Color preview on white background

This text has color #FF90E7 on white background.


Black color preview on #FF90E7 background

This text has black color on #FF90E7 background.


White color preview on #FF90E7 background

This text has white color on #FF90E7 background.


Related colors

Complementary color

Complementary color for #hex is #006F18.


I love getcolorcode.com

Triadic colors

1 #E7FF90 and #90E7FF with #FF90E7 are triadic colors.

2 #E790FF and #90FFE7 with #FF90E7 are triadic colors.