#EAE1FE

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

Shades of Magnolia #EAE1FE

Tints of Magnolia #EAE1FE

Color information

#EAE1FE (or 0xEAE1FE) is unknown color: approx Magnolia. HEX triplet: EA, E1 and FE. RGB value is (234,225,254). Sum of RGB (Red+Green+Blue) = 234+225+254=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1FE is #151E01. Grayscale: #E6E6E6. Windows color (decimal): -1383938 or 16703978. OLE color: 16703978.

HSL color Cylindrical-coordinate representation of color #EAE1FE: hue angle of 258.62º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAE1FE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234225254-
CMYK0.080.1100.00
HSL258.62º93.55%93.92%-
HSV(B)258.62º11.42%99.61%-
XYZ78.7578.5104.77-
YUV231140.98130.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 225 (88.28% from 255) = 31.56%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=32.82%
G=31.56%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342252540.080.1100.00258.6293.5593.92
HexEAE1FE8B001035e5e
Octal352341376101300403136136
Binary111010101110000111111110100010110010000001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1FE; }

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

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

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

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

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

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

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

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