Shades of Magnolia #EAE0FF
Tints of Magnolia #EAE0FF
RGB
CMYK
RGB Variations
Color information
#EAE0FF (or 0xEAE0FF) is known color: 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
| RGB | 234 | 224 | 255 | - |
| CMYK | 0.08 | 0.12 | 0 | 0 |
| HSL | 259.35º | 1% | 0.94% | - |
| HSV(B) | 259.35º | 0.12% | 1% | - |
| XYZ | 78.64 | 78.02 | 105.52 | - |
| YUV | 230.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 255 | 0.08 | 0.12 | 0 | 0 | 259.35 | 1 | 0.94 |
| Hex | EA | E0 | FF | 8 | C | 0 | 0 | 103 | 64 | 5E |
| Octal | 352 | 340 | 377 | 10 | 14 | 0 | 0 | 403 | 144 | 136 |
| Binary | 11101010 | 11100000 | 11111111 | 1000 | 1100 | 0 | 0 | 100000011 | 1100100 | 1011110 |
Color Harmonies of #EAE0FF
Complementary color
Monochromatic Colors of #EAE0FF
Black with #EAE0FF
Text Example
Text Example
White with #EAE0FF
Text Example
Text Example
HTML Codes & Css Web 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>