#E9E0F9

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

Shades of Magnolia #E9E0F9

Tints of Magnolia #E9E0F9

Color information

#E9E0F9 (or 0xE9E0F9) is unknown color: approx Magnolia. HEX triplet: E9, E0 and F9. RGB value is (233,224,249). Sum of RGB (Red+Green+Blue) = 233+224+249=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0F9 is #161F06. Grayscale: #E5E5E5. Windows color (decimal): -1449735 or 16376041. OLE color: 16376041.

HSL color Cylindrical-coordinate representation of color #E9E0F9: hue angle of 261.6º degrees, saturation: 0.68, 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 #E9E0F9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233224249-
CMYK0.060.1000.02
HSL261.6º67.57%92.75%-
HSV(B)261.6º10.04%97.65%-
XYZ77.3677.47100.5-
YUV229.54138.98130.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.00%
GREEN value IS 224 (87.89% from 255) = 31.73%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=33.00%
G=31.73%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332242490.060.1000.02261.667.5792.75
HexE9E0F96A02106445d
Octal35134037161202406104135
Binary111010011110000011111001110101001010000011010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0F9; }

 p { color: rgb(233,224,249); }

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

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

 a { background-color: rgb(233,224,249); }

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

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

 span { border-color: rgb(233,224,249); }

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