#EAE4FA

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

Shades of Magnolia #EAE4FA

Tints of Magnolia #EAE4FA

Color information

#EAE4FA (or 0xEAE4FA) is unknown color: approx Magnolia. HEX triplet: EA, E4 and FA. RGB value is (234,228,250). Sum of RGB (Red+Green+Blue) = 234+228+250=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4FA is #151B05. Grayscale: #E8E8E8. Windows color (decimal): -1383174 or 16442602. OLE color: 16442602.

HSL color Cylindrical-coordinate representation of color #EAE4FA: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE4FA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234228250-
CMYK0.060.0900.02
HSL256.36º68.75%93.73%-
HSV(B)256.36º8.8%98.04%-
XYZ78.9379.88101.7-
YUV232.3137.99129.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 228 (89.45% from 255) = 32.02%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=32.87%
G=32.02%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342282500.060.0900.02256.3668.7593.73
HexEAE4FA6902100455e
Octal35234437261102400105136
Binary111010101110010011111010110100101010000000010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4FA; }

 p { color: rgb(234,228,250); }

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

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

 a { background-color: rgb(234,228,250); }

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

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

 span { border-color: rgb(234,228,250); }

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