#EAE1F9

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

Shades of Magnolia #EAE1F9

Tints of Magnolia #EAE1F9

Color information

#EAE1F9 (or 0xEAE1F9) is unknown color: approx Magnolia. HEX triplet: EA, E1 and F9. RGB value is (234,225,249). Sum of RGB (Red+Green+Blue) = 234+225+249=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1F9 is #151E06. Grayscale: #E6E6E6. Windows color (decimal): -1383943 or 16376298. OLE color: 16376298.

HSL color Cylindrical-coordinate representation of color #EAE1F9: hue angle of 262.5º degrees, saturation: 0.67, 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 #EAE1F9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234225249-
CMYK0.060.1000.02
HSL262.5º66.67%92.94%-
HSV(B)262.5º9.64%97.65%-
XYZ77.9678.18100.6-
YUV230.43138.48130.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 225 (88.28% from 255) = 31.78%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=33.05%
G=31.78%
B=35.17%

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
Decimal2342252490.060.1000.02262.566.6792.94
HexEAE1F96A02106435d
Octal35234137161202406103135
Binary111010101110000111111001110101001010000011010000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1F9; }

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

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

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

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

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

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

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

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