#EAE2FC

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

Shades of Magnolia #EAE2FC

Tints of Magnolia #EAE2FC

Color information

#EAE2FC (or 0xEAE2FC) is unknown color: approx Magnolia. HEX triplet: EA, E2 and FC. RGB value is (234,226,252). Sum of RGB (Red+Green+Blue) = 234+226+252=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2FC is #151D03. Grayscale: #E7E7E7. Windows color (decimal): -1383684 or 16573162. OLE color: 16573162.

HSL color Cylindrical-coordinate representation of color #EAE2FC: hue angle of 258.46º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE2FC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234226252-
CMYK0.070.1000.01
HSL258.46º81.25%93.73%-
HSV(B)258.46º10.32%98.82%-
XYZ78.778.91103.18-
YUV231.36139.65129.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 226 (88.67% from 255) = 31.74%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=32.87%
G=31.74%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342262520.070.1000.01258.4681.2593.73
HexEAE2FC7A01102515e
Octal35234237471201402121136
Binary11101010111000101111110011110100110000001010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2FC; }

 p { color: rgb(234,226,252); }

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

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

 a { background-color: rgb(234,226,252); }

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

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

 span { border-color: rgb(234,226,252); }

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