#EAE0F9

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

Shades of Magnolia #EAE0F9

Tints of Magnolia #EAE0F9

Color information

#EAE0F9 (or 0xEAE0F9) is unknown color: approx Magnolia. HEX triplet: EA, E0 and F9. RGB value is (234,224,249). Sum of RGB (Red+Green+Blue) = 234+224+249=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0F9 is #151F06. Grayscale: #E5E5E5. Windows color (decimal): -1384199 or 16376042. OLE color: 16376042.

HSL color Cylindrical-coordinate representation of color #EAE0F9: hue angle of 264º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE0F9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234224249-
CMYK0.060.1000.02
HSL264º67.57%92.75%-
HSV(B)264º10.04%97.65%-
XYZ77.6977.64100.51-
YUV229.84138.81130.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=33.10%
G=31.68%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342242490.060.1000.0226467.5792.75
HexEAE0F96A02108445d
Octal35234037161202410104135
Binary111010101110000011111001110101001010000100010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0F9; }

 p { color: rgb(234,224,249); }

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

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

 a { background-color: rgb(234,224,249); }

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

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

 span { border-color: rgb(234,224,249); }

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