#E9E2FA

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

Shades of Magnolia #E9E2FA

Tints of Magnolia #E9E2FA

Color information

#E9E2FA (or 0xE9E2FA) is unknown color: approx Magnolia. HEX triplet: E9, E2 and FA. RGB value is (233,226,250). Sum of RGB (Red+Green+Blue) = 233+226+250=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2FA is #161D05. Grayscale: #E6E6E6. Windows color (decimal): -1449222 or 16442089. OLE color: 16442089.

HSL color Cylindrical-coordinate representation of color #E9E2FA: hue angle of 257.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9E2FA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233226250-
CMYK0.070.1000.02
HSL257.5º70.59%93.33%-
HSV(B)257.5º9.6%98.04%-
XYZ78.0678.62101.5-
YUV230.83138.82129.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.86%
GREEN value IS 226 (88.67% from 255) = 31.88%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=32.86%
G=31.88%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332262500.070.1000.02257.570.5993.33
HexE9E2FA7A02102475d
Octal35134237271202402107135
Binary111010011110001011111010111101001010000001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2FA; }

 p { color: rgb(233,226,250); }

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

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

 a { background-color: rgb(233,226,250); }

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

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

 span { border-color: rgb(233,226,250); }

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