Shades of Magnolia #E9E3F8
Tints of Magnolia #E9E3F8
RGB
CMYK
RGB Variations
Color information
#E9E3F8 (or 0xE9E3F8) is known color: Magnolia. HEX triplet: E9, E3 and F8. RGB value is (233,227,248). Sum of RGB (Red+Green+Blue) = 233+227+248=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 227 (89.06% from 255 or 32.06% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9E3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E3F8 is #161C07. Grayscale: #E7E7E7. Windows color (decimal): -1448968 or 16311273. OLE color: 16311273.
HSL color Cylindrical-coordinate representation of color #E9E3F8: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E3F8 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 227 | 248 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.03 |
| HSL | 257.14º | 0.6% | 0.93% | - |
| HSV(B) | 257.14º | 0.08% | 0.97% | - |
| XYZ | 78.02 | 79.04 | 99.95 | - |
| YUV | 231.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 248 | 0.06 | 0.08 | 0 | 0.03 | 257.14 | 0.6 | 0.93 |
| Hex | E9 | E3 | F8 | 6 | 8 | 0 | 3 | 101 | 3C | 5D |
| Octal | 351 | 343 | 370 | 6 | 10 | 0 | 3 | 401 | 74 | 135 |
| Binary | 11101001 | 11100011 | 11111000 | 110 | 1000 | 0 | 11 | 100000001 | 111100 | 1011101 |
Color Harmonies of #E9E3F8
Complementary color
Monochromatic Colors of #E9E3F8
Black with #E9E3F8
Text Example
Text Example
White with #E9E3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E3F8; }
p { color: rgb(233,227,248); }
H1.HeaderClassName
{
color: #E9E3F8;
}
.AnyTagClassName
{
color: #E9E3F8;
}
</style>
background-color css
<style>
a { background-color: #E9E3F8; }
a { background-color: rgb(233,227,248); }
div.DivClassName
{
background-color: #E9E3F8;
}
.BgClassName
{
background-color: #E9E3F8;
}
</style>
border-color css
<style>
span { border-color: #E9E3F8; }
span { border-color: rgb(233,227,248); }
td.TdClassName
{
border-color: #E9E3F8;
}
.TagClassName
{
border-color: #E9E3F8;
}
</style>