#FF90E3

Color #FF90E3 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF90E3

Tints of Pale Magenta #FF90E3

Color information

#FF90E3 (or 0xFF90E3) is unknown color: approx Pale Magenta. HEX triplet: FF, 90 and E3. RGB value is (255,144,227). Sum of RGB (Red+Green+Blue) = 255+144+227=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 227 (89.06% from 255 or 36.26% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90E3 is #006F1C. Grayscale: #BABABA. Windows color (decimal): -28445 or 14913791. OLE color: 14913791.

HSL color Cylindrical-coordinate representation of color #FF90E3: hue angle of 315.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90E3 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255144227-
CMYK00.440.110
HSL315.14º100%78.24%-
HSV(B)315.14º43.53%100%-
XYZ65.0846.7578.27-
YUV186.65150.77176.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 144 (56.64% from 255) = 23.00%
BLUE value IS 227 (89.06% from 255) = 36.26%
R=40.73%
G=23.00%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514422700.440.110315.1410078.24
HexFF90E302CB013b644e
Octal377220343054130473144116
Binary11111111100100001110001101011001011010011101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF90E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF90E3; }

 p { color: rgb(255,144,227); }

 H1.HeaderClassName
 {
   color: #FF90E3;
 }
 .AnyTagClassName
 {
   color: #FF90E3;
 }
</style>
background-color css

<style>
 a { background-color: #FF90E3; }

 a { background-color: rgb(255,144,227); }

 div.DivClassName
 {
   background-color: #FF90E3;
 }
 .BgClassName
 {
   background-color: #FF90E3;
 }
</style>
border-color css

<style>
 span { border-color: #FF90E3; }

 span { border-color: rgb(255,144,227); }

 td.TdClassName
 {
   border-color: #FF90E3;
 }
 .TagClassName
 {
   border-color: #FF90E3;
 }
</style>