#E8E0F5

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

Shades of Magnolia #E8E0F5

Tints of Magnolia #E8E0F5

Color information

#E8E0F5 (or 0xE8E0F5) is unknown color: approx Magnolia. HEX triplet: E8, E0 and F5. RGB value is (232,224,245). Sum of RGB (Red+Green+Blue) = 232+224+245=701 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.10% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8E0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E0F5 is #171F0A. Grayscale: #E4E4E4. Windows color (decimal): -1515275 or 16113896. OLE color: 16113896.

HSL color Cylindrical-coordinate representation of color #E8E0F5: hue angle of 262.86º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8E0F5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232224245-
CMYK0.050.0900.04
HSL262.86º51.22%91.96%-
HSV(B)262.86º8.57%96.08%-
XYZ76.4277.0697.23-
YUV228.79137.15130.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.10%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=33.10%
G=31.95%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322242450.050.0900.04262.8651.2291.96
HexE8E0F55904107335c
Octal3503403655110440763134
Binary111010001110000011110101101100101001000001111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E0F5; }

 p { color: rgb(232,224,245); }

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

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

 a { background-color: rgb(232,224,245); }

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

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

 span { border-color: rgb(232,224,245); }

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