Shades of Magnolia #E8E5EF
Tints of Magnolia #E8E5EF
RGB
CMYK
RGB Variations
Color information
#E8E5EF (or 0xE8E5EF) is known color: Magnolia. HEX triplet: E8, E5 and EF. RGB value is (232,229,239). Sum of RGB (Red+Green+Blue) = 232+229+239=700 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.14% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8E5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E5EF is #171A10. Grayscale: #E6E6E6. Windows color (decimal): -1514001 or 15721960. OLE color: 15721960.
HSL color Cylindrical-coordinate representation of color #E8E5EF: hue angle of 258º degrees, saturation: 0.24, 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 #E8E5EF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 229 | 239 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.06 |
| HSL | 258º | 0.24% | 0.92% | - |
| HSV(B) | 258º | 0.04% | 0.94% | - |
| XYZ | 76.88 | 79.43 | 92.94 | - |
| YUV | 231.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 239 | 0.03 | 0.04 | 0 | 0.06 | 258 | 0.24 | 0.92 |
| Hex | E8 | E5 | EF | 3 | 4 | 0 | 6 | 102 | 18 | 5C |
| Octal | 350 | 345 | 357 | 3 | 4 | 0 | 6 | 402 | 30 | 134 |
| Binary | 11101000 | 11100101 | 11101111 | 11 | 100 | 0 | 110 | 100000010 | 11000 | 1011100 |
Color Harmonies of #E8E5EF
Complementary color
Monochromatic Colors of #E8E5EF
Black with #E8E5EF
Text Example
Text Example
White with #E8E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E5EF; }
p { color: rgb(232,229,239); }
H1.HeaderClassName
{
color: #E8E5EF;
}
.AnyTagClassName
{
color: #E8E5EF;
}
</style>
background-color css
<style>
a { background-color: #E8E5EF; }
a { background-color: rgb(232,229,239); }
div.DivClassName
{
background-color: #E8E5EF;
}
.BgClassName
{
background-color: #E8E5EF;
}
</style>
border-color css
<style>
span { border-color: #E8E5EF; }
span { border-color: rgb(232,229,239); }
td.TdClassName
{
border-color: #E8E5EF;
}
.TagClassName
{
border-color: #E8E5EF;
}
</style>