#EAE1F8

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

Shades of Magnolia #EAE1F8

Tints of Magnolia #EAE1F8

Color information

#EAE1F8 (or 0xEAE1F8) is unknown color: approx Magnolia. HEX triplet: EA, E1 and F8. RGB value is (234,225,248). Sum of RGB (Red+Green+Blue) = 234+225+248=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1F8 is #151E07. Grayscale: #E6E6E6. Windows color (decimal): -1383944 or 16310762. OLE color: 16310762.

HSL color Cylindrical-coordinate representation of color #EAE1F8: hue angle of 263.48º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAE1F8 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234225248-
CMYK0.060.0900.03
HSL263.48º62.16%92.75%-
HSV(B)263.48º9.27%97.25%-
XYZ77.878.1299.79-
YUV230.31137.98130.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 225 (88.28% from 255) = 31.82%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=33.10%
G=31.82%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342252480.060.0900.03263.4862.1692.75
HexEAE1F869031073e5d
Octal3523413706110340776135
Binary11101010111000011111100011010010111000001111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1F8; }

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

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

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

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

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

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

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

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