#EAE0FA

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

Shades of Magnolia #EAE0FA

Tints of Magnolia #EAE0FA

Color information

#EAE0FA (or 0xEAE0FA) is unknown color: approx Magnolia. HEX triplet: EA, E0 and FA. RGB value is (234,224,250). Sum of RGB (Red+Green+Blue) = 234+224+250=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FA is #151F05. Grayscale: #E5E5E5. Windows color (decimal): -1384198 or 16441578. OLE color: 16441578.

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

Color convert

RGB234224250-
CMYK0.060.1000.02
HSL263.08º72.22%92.94%-
HSV(B)263.08º10.4%98.04%-
XYZ77.8477.71101.34-
YUV229.95139.31130.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 224 (87.89% from 255) = 31.64%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=33.05%
G=31.64%
B=35.31%

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
Decimal2342242500.060.1000.02263.0872.2292.94
HexEAE0FA6A02107485d
Octal35234037261202407110135
Binary111010101110000011111010110101001010000011110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0FA; }

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

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

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

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

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

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

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

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