#EAE0FE

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

Shades of Magnolia #EAE0FE

Tints of Magnolia #EAE0FE

Color information

#EAE0FE (or 0xEAE0FE) is unknown color: approx Magnolia. HEX triplet: EA, E0 and FE. RGB value is (234,224,254). Sum of RGB (Red+Green+Blue) = 234+224+254=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FE is #151F01. Grayscale: #E6E6E6. Windows color (decimal): -1384194 or 16703722. OLE color: 16703722.

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

Color convert

RGB234224254-
CMYK0.080.1200.00
HSL260º93.75%93.73%-
HSV(B)260º11.81%99.61%-
XYZ78.4877.96104.68-
YUV230.41141.31130.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 224 (87.89% from 255) = 31.46%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=32.87%
G=31.46%
B=35.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342242540.080.1200.0026093.7593.73
HexEAE0FE8C001045e5e
Octal352340376101400404136136
Binary111010101110000011111110100011000010000010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0FE; }

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

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

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

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

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

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

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

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