#EAE5F7

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

Shades of Magnolia #EAE5F7

Tints of Magnolia #EAE5F7

Color information

#EAE5F7 (or 0xEAE5F7) is unknown color: approx Magnolia. HEX triplet: EA, E5 and F7. RGB value is (234,229,247). Sum of RGB (Red+Green+Blue) = 234+229+247=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAE5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5F7 is #151A08. Grayscale: #E8E8E8. Windows color (decimal): -1382921 or 16246250. OLE color: 16246250.

HSL color Cylindrical-coordinate representation of color #EAE5F7: hue angle of 256.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE5F7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234229247-
CMYK0.050.0700.03
HSL256.67º52.94%93.33%-
HSV(B)256.67º7.29%96.86%-
XYZ78.7480.2599.33-
YUV232.55136.16129.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 229 (89.84% from 255) = 32.25%
BLUE value IS 247 (96.88% from 255) = 34.79%
R=32.96%
G=32.25%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342292470.050.0700.03256.6752.9493.33
HexEAE5F75703101355d
Octal352345367570340165135
Binary1110101011100101111101111011110111000000011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5F7; }

 p { color: rgb(234,229,247); }

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

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

 a { background-color: rgb(234,229,247); }

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

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

 span { border-color: rgb(234,229,247); }

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