#E9E1FC

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

Shades of Magnolia #E9E1FC

Tints of Magnolia #E9E1FC

Color information

#E9E1FC (or 0xE9E1FC) is unknown color: approx Magnolia. HEX triplet: E9, E1 and FC. RGB value is (233,225,252). Sum of RGB (Red+Green+Blue) = 233+225+252=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1FC is #161E03. Grayscale: #E6E6E6. Windows color (decimal): -1449476 or 16572905. OLE color: 16572905.

HSL color Cylindrical-coordinate representation of color #E9E1FC: hue angle of 257.78º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9E1FC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233225252-
CMYK0.080.1100.01
HSL257.78º81.82%93.53%-
HSV(B)257.78º10.71%98.82%-
XYZ78.178.2103.07-
YUV230.47140.15129.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.82%
GREEN value IS 225 (88.28% from 255) = 31.69%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=32.82%
G=31.69%
B=35.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332252520.080.1100.01257.7881.8293.53
HexE9E1FC8B01102525e
Octal351341374101301402122136
Binary111010011110000111111100100010110110000001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1FC; }

 p { color: rgb(233,225,252); }

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

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

 a { background-color: rgb(233,225,252); }

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

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

 span { border-color: rgb(233,225,252); }

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