#EAE0FF

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

Shades of Magnolia #EAE0FF

Tints of Magnolia #EAE0FF

Color information

#EAE0FF (or 0xEAE0FF) is unknown color: approx Magnolia. HEX triplet: EA, E0 and FF. RGB value is (234,224,255). Sum of RGB (Red+Green+Blue) = 234+224+255=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FF is #151F00. Grayscale: #E6E6E6. Windows color (decimal): -1384193 or 16769258. OLE color: 16769258.

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

Color convert

RGB234224255-
CMYK0.080.1200
HSL259.35º100%93.92%-
HSV(B)259.35º12.16%100%-
XYZ78.6478.02105.52-
YUV230.52141.81130.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 224 (87.89% from 255) = 31.42%
BLUE value IS 255 (100% from 255) = 35.76%
R=32.82%
G=31.42%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342242550.080.1200259.3510093.92
HexEAE0FF8C00103645e
Octal352340377101400403144136
Binary111010101110000011111111100011000010000001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0FF; }

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

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

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

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

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

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

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

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