Shades of Magnolia #E9E0FA
Tints of Magnolia #E9E0FA
RGB
CMYK
RGB Variations
Color information
#E9E0FA (or 0xE9E0FA) is known color: Magnolia. HEX triplet: E9, E0 and FA. RGB value is (233,224,250). Sum of RGB (Red+Green+Blue) = 233+224+250=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FA is #161F05. Grayscale: #E5E5E5. Windows color (decimal): -1449734 or 16441577. OLE color: 16441577.
HSL color Cylindrical-coordinate representation of color #E9E0FA: hue angle of 260.77º degrees, saturation: 0.72, 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 #E9E0FA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 224 | 250 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 260.77º | 0.72% | 0.93% | - |
| HSV(B) | 260.77º | 0.1% | 0.98% | - |
| XYZ | 77.52 | 77.54 | 101.32 | - |
| YUV | 229.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 250 | 0.07 | 0.10 | 0 | 0.02 | 260.77 | 0.72 | 0.93 |
| Hex | E9 | E0 | FA | 7 | A | 0 | 2 | 105 | 48 | 5D |
| Octal | 351 | 340 | 372 | 7 | 12 | 0 | 2 | 405 | 110 | 135 |
| Binary | 11101001 | 11100000 | 11111010 | 111 | 1010 | 0 | 10 | 100000101 | 1001000 | 1011101 |
Color Harmonies of #E9E0FA
Complementary color
Monochromatic Colors of #E9E0FA
Black with #E9E0FA
Text Example
Text Example
White with #E9E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E0FA; }
p { color: rgb(233,224,250); }
H1.HeaderClassName
{
color: #E9E0FA;
}
.AnyTagClassName
{
color: #E9E0FA;
}
</style>
background-color css
<style>
a { background-color: #E9E0FA; }
a { background-color: rgb(233,224,250); }
div.DivClassName
{
background-color: #E9E0FA;
}
.BgClassName
{
background-color: #E9E0FA;
}
</style>
border-color css
<style>
span { border-color: #E9E0FA; }
span { border-color: rgb(233,224,250); }
td.TdClassName
{
border-color: #E9E0FA;
}
.TagClassName
{
border-color: #E9E0FA;
}
</style>