Shades of Magnolia #E9E1FB
Tints of Magnolia #E9E1FB
RGB
CMYK
RGB Variations
Color information
#E9E1FB (or 0xE9E1FB) is known color: Magnolia. HEX triplet: E9, E1 and FB. RGB value is (233,225,251). Sum of RGB (Red+Green+Blue) = 233+225+251=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E1FB is #161E04. Grayscale: #E6E6E6. Windows color (decimal): -1449477 or 16507369. OLE color: 16507369.
HSL color Cylindrical-coordinate representation of color #E9E1FB: hue angle of 258.46º degrees, saturation: 0.76, 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 #E9E1FB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 225 | 251 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 258.46º | 0.76% | 0.93% | - |
| HSV(B) | 258.46º | 0.1% | 0.98% | - |
| XYZ | 77.94 | 78.14 | 102.24 | - |
| YUV | 230.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 251 | 0.07 | 0.10 | 0 | 0.02 | 258.46 | 0.76 | 0.93 |
| Hex | E9 | E1 | FB | 7 | A | 0 | 2 | 102 | 4C | 5D |
| Octal | 351 | 341 | 373 | 7 | 12 | 0 | 2 | 402 | 114 | 135 |
| Binary | 11101001 | 11100001 | 11111011 | 111 | 1010 | 0 | 10 | 100000010 | 1001100 | 1011101 |
Color Harmonies of #E9E1FB
Complementary color
Monochromatic Colors of #E9E1FB
Black with #E9E1FB
Text Example
Text Example
White with #E9E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1FB; }
p { color: rgb(233,225,251); }
H1.HeaderClassName
{
color: #E9E1FB;
}
.AnyTagClassName
{
color: #E9E1FB;
}
</style>
background-color css
<style>
a { background-color: #E9E1FB; }
a { background-color: rgb(233,225,251); }
div.DivClassName
{
background-color: #E9E1FB;
}
.BgClassName
{
background-color: #E9E1FB;
}
</style>
border-color css
<style>
span { border-color: #E9E1FB; }
span { border-color: rgb(233,225,251); }
td.TdClassName
{
border-color: #E9E1FB;
}
.TagClassName
{
border-color: #E9E1FB;
}
</style>