Shades of Magnolia #E8E0F9
Tints of Magnolia #E8E0F9
RGB
CMYK
RGB Variations
Color information
#E8E0F9 (or 0xE8E0F9) is known color: Magnolia. HEX triplet: E8, E0 and F9. RGB value is (232,224,249). Sum of RGB (Red+Green+Blue) = 232+224+249=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E0F9 is #171F06. Grayscale: #E5E5E5. Windows color (decimal): -1515271 or 16376040. OLE color: 16376040.
HSL color Cylindrical-coordinate representation of color #E8E0F9: hue angle of 259.2º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8E0F9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 224 | 249 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 259.2º | 0.68% | 0.93% | - |
| HSV(B) | 259.2º | 0.1% | 0.98% | - |
| XYZ | 77.03 | 77.31 | 100.48 | - |
| YUV | 229.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 249 | 0.07 | 0.10 | 0 | 0.02 | 259.2 | 0.68 | 0.93 |
| Hex | E8 | E0 | F9 | 7 | A | 0 | 2 | 103 | 44 | 5D |
| Octal | 350 | 340 | 371 | 7 | 12 | 0 | 2 | 403 | 104 | 135 |
| Binary | 11101000 | 11100000 | 11111001 | 111 | 1010 | 0 | 10 | 100000011 | 1000100 | 1011101 |
Color Harmonies of #E8E0F9
Complementary color
Monochromatic Colors of #E8E0F9
Black with #E8E0F9
Text Example
Text Example
White with #E8E0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0F9; }
p { color: rgb(232,224,249); }
H1.HeaderClassName
{
color: #E8E0F9;
}
.AnyTagClassName
{
color: #E8E0F9;
}
</style>
background-color css
<style>
a { background-color: #E8E0F9; }
a { background-color: rgb(232,224,249); }
div.DivClassName
{
background-color: #E8E0F9;
}
.BgClassName
{
background-color: #E8E0F9;
}
</style>
border-color css
<style>
span { border-color: #E8E0F9; }
span { border-color: rgb(232,224,249); }
td.TdClassName
{
border-color: #E8E0F9;
}
.TagClassName
{
border-color: #E8E0F9;
}
</style>