#EAE2FF

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

Shades of Magnolia #EAE2FF

Tints of Magnolia #EAE2FF

Color information

#EAE2FF (or 0xEAE2FF) is unknown color: approx Magnolia. HEX triplet: EA, E2 and FF. RGB value is (234,226,255). Sum of RGB (Red+Green+Blue) = 234+226+255=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 226 (88.67% from 255 or 31.61% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2FF is #151D00. Grayscale: #E7E7E7. Windows color (decimal): -1383681 or 16769770. OLE color: 16769770.

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

Color convert

RGB234226255-
CMYK0.080.1100
HSL256.55º100%94.31%-
HSV(B)256.55º11.37%100%-
XYZ79.1879.11105.7-
YUV231.7141.15129.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 226 (88.67% from 255) = 31.61%
BLUE value IS 255 (100% from 255) = 35.66%
R=32.73%
G=31.61%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342262550.080.1100256.5510094.31
HexEAE2FF8B00101645e
Octal352342377101300401144136
Binary111010101110001011111111100010110010000000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2FF; }

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

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

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

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

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

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

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

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