#E8E2F5

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

Shades of Magnolia #E8E2F5

Tints of Magnolia #E8E2F5

Color information

#E8E2F5 (or 0xE8E2F5) is unknown color: approx Magnolia. HEX triplet: E8, E2 and F5. RGB value is (232,226,245). Sum of RGB (Red+Green+Blue) = 232+226+245=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8E2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E2F5 is #171D0A. Grayscale: #E5E5E5. Windows color (decimal): -1514763 or 16114408. OLE color: 16114408.

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

Color convert

RGB232226245-
CMYK0.050.0800.04
HSL258.95º48.72%92.35%-
HSV(B)258.95º7.76%96.08%-
XYZ76.9678.1497.41-
YUV229.96136.49129.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.00%
GREEN value IS 226 (88.67% from 255) = 32.15%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=33.00%
G=32.15%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322262450.050.0800.04258.9548.7292.35
HexE8E2F55804103315c
Octal3503423655100440361134
Binary111010001110001011110101101100001001000000111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E2F5; }

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

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

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

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

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

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

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

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