#EAE4F5

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

Shades of Magnolia #EAE4F5

Tints of Magnolia #EAE4F5

Color information

#EAE4F5 (or 0xEAE4F5) is unknown color: approx Magnolia. HEX triplet: EA, E4 and F5. RGB value is (234,228,245). Sum of RGB (Red+Green+Blue) = 234+228+245=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAE4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4F5 is #151B0A. Grayscale: #E7E7E7. Windows color (decimal): -1383179 or 16114922. OLE color: 16114922.

HSL color Cylindrical-coordinate representation of color #EAE4F5: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE4F5 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234228245-
CMYK0.040.0700.04
HSL261.18º45.95%92.75%-
HSV(B)261.18º6.94%96.08%-
XYZ78.1679.5797.63-
YUV231.73135.49129.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 32.25%
BLUE value IS 245 (96.09% from 255) = 34.65%
R=33.10%
G=32.25%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342282450.040.0700.04261.1845.9592.75
HexEAE4F547041052e5d
Octal352344365470440556135
Binary11101010111001001111010110011101001000001011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4F5; }

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

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

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

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

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

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

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

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