Shades of Magnolia #E9E8EB
Tints of Magnolia #E9E8EB
RGB
CMYK
RGB Variations
Color information
#E9E8EB (or 0xE9E8EB) is known color: Magnolia. HEX triplet: E9, E8 and EB. RGB value is (233,232,235). Sum of RGB (Red+Green+Blue) = 233+232+235=700 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.29% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9E8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E8EB is #161714. Grayscale: #E8E8E8. Windows color (decimal): -1447701 or 15460585. OLE color: 15460585.
HSL color Cylindrical-coordinate representation of color #E9E8EB: hue angle of 260º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E9E8EB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 232 | 235 | - |
CMYK | 0.01 | 0.01 | 0 | 0.08 |
HSL | 260º | 0.07% | 0.92% | - |
HSV(B) | 260º | 0.01% | 0.92% | - |
XYZ | 77.46 | 81.04 | 90.16 | - |
YUV | 232.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 232 | 235 | 0.01 | 0.01 | 0 | 0.08 | 260 | 0.07 | 0.92 |
Hex | E9 | E8 | EB | 1 | 1 | 0 | 8 | 104 | 7 | 5C |
Octal | 351 | 350 | 353 | 1 | 1 | 0 | 10 | 404 | 7 | 134 |
Binary | 11101001 | 11101000 | 11101011 | 1 | 1 | 0 | 1000 | 100000100 | 111 | 1011100 |
Color Harmonies of #E9E8EB
Complementary color
Monochromatic Colors of #E9E8EB
Black with #E9E8EB
Text Example
Text Example
White with #E9E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E8EB; }
p { color: rgb(233,232,235); }
H1.HeaderClassName
{
color: #E9E8EB;
}
.AnyTagClassName
{
color: #E9E8EB;
}
</style>
background-color css
<style>
a { background-color: #E9E8EB; }
a { background-color: rgb(233,232,235); }
div.DivClassName
{
background-color: #E9E8EB;
}
.BgClassName
{
background-color: #E9E8EB;
}
</style>
border-color css
<style>
span { border-color: #E9E8EB; }
span { border-color: rgb(233,232,235); }
td.TdClassName
{
border-color: #E9E8EB;
}
.TagClassName
{
border-color: #E9E8EB;
}
</style>