Html Css Color HEX #FF90EE Pale Magenta

📋 copy color: '#FF90EE'

red 255 ◦ green 144 ◦ blue 238

#FF90EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF90EE

Tints of Pale Magenta #FF90EE

RGB

 RED value IS 255 (100% from 255) = 40.03%

 GREEN value IS 144 (56.64% from 255) = 22.61%

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 40.03%
G = 22.61%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF90EE (or 0xFF90EE) is known color: Pale Magenta. HEX triplet: FF, 90 and EE. RGB value is (255,144,238). Sum of RGB (Red+Green+Blue) = 255+144+238=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 144 (56.64% from 255 or 22.61% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90EE is #006F11. Grayscale: #BBBBBB. Windows color (decimal): -28434 or 15634687. OLE color: 15634687.

HSL color Cylindrical-coordinate representation of color #FF90EE: hue angle of 309.19º 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 #FF90EE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 238 -
CMYK 0 0.44 0.07 0
HSL 309.19º 1% 0.78% -
HSV(B) 309.19º 0.44% 1% -
XYZ 66.65 47.38 86.52 -
YUV 187.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 255 144 238 0 0.44 0.07 0 309.19 1 0.78
Hex FF 90 EE 0 2C 7 0 135 64 4E
Octal 377 220 356 0 54 7 0 465 144 116
Binary 11111111 10010000 11101110 0 101100 111 0 100110101 1100100 1001110

Color Harmonies of #FF90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90EE

Black with #FF90EE

Text Example


Text Example

White with #FF90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90EE; }

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

 H1.HeaderClassName
 {
   color: #FF90EE;
 }
 .AnyTagClassName
 {
   color: #FF90EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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