Shades of Magnolia #EAE7F0
Tints of Magnolia #EAE7F0
RGB
CMYK
RGB Variations
Color information
#EAE7F0 (or 0xEAE7F0) is known color: Magnolia. HEX triplet: EA, E7 and F0. RGB value is (234,231,240). Sum of RGB (Red+Green+Blue) = 234+231+240=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7F0 is #15180F. Grayscale: #E8E8E8. Windows color (decimal): -1382416 or 15788010. OLE color: 15788010.
HSL color Cylindrical-coordinate representation of color #EAE7F0: hue angle of 260º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE7F0 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 231 | 240 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.06 |
| HSL | 260º | 0.23% | 0.92% | - |
| HSV(B) | 260º | 0.04% | 0.94% | - |
| XYZ | 78.24 | 80.94 | 93.94 | - |
| YUV | 232.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 240 | 0.02 | 0.04 | 0 | 0.06 | 260 | 0.23 | 0.92 |
| Hex | EA | E7 | F0 | 2 | 4 | 0 | 6 | 104 | 17 | 5C |
| Octal | 352 | 347 | 360 | 2 | 4 | 0 | 6 | 404 | 27 | 134 |
| Binary | 11101010 | 11100111 | 11110000 | 10 | 100 | 0 | 110 | 100000100 | 10111 | 1011100 |
Color Harmonies of #EAE7F0
Complementary color
Monochromatic Colors of #EAE7F0
Black with #EAE7F0
Text Example
Text Example
White with #EAE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7F0; }
p { color: rgb(234,231,240); }
H1.HeaderClassName
{
color: #EAE7F0;
}
.AnyTagClassName
{
color: #EAE7F0;
}
</style>
background-color css
<style>
a { background-color: #EAE7F0; }
a { background-color: rgb(234,231,240); }
div.DivClassName
{
background-color: #EAE7F0;
}
.BgClassName
{
background-color: #EAE7F0;
}
</style>
border-color css
<style>
span { border-color: #EAE7F0; }
span { border-color: rgb(234,231,240); }
td.TdClassName
{
border-color: #EAE7F0;
}
.TagClassName
{
border-color: #EAE7F0;
}
</style>