Shades of Magnolia #E7E1F3
Tints of Magnolia #E7E1F3
RGB
CMYK
RGB Variations
Color information
#E7E1F3 (or 0xE7E1F3) is known color: Magnolia. HEX triplet: E7, E1 and F3. RGB value is (231,225,243). Sum of RGB (Red+Green+Blue) = 231+225+243=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7E1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E1F3 is #181E0C. Grayscale: #E4E4E4. Windows color (decimal): -1580557 or 15983079. OLE color: 15983079.
HSL color Cylindrical-coordinate representation of color #E7E1F3: hue angle of 260º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7E1F3 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 225 | 243 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.05 |
| HSL | 260º | 0.43% | 0.92% | - |
| HSV(B) | 260º | 0.07% | 0.95% | - |
| XYZ | 76.06 | 77.31 | 95.71 | - |
| YUV | 228.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 243 | 0.05 | 0.07 | 0 | 0.05 | 260 | 0.43 | 0.92 |
| Hex | E7 | E1 | F3 | 5 | 7 | 0 | 5 | 104 | 2B | 5C |
| Octal | 347 | 341 | 363 | 5 | 7 | 0 | 5 | 404 | 53 | 134 |
| Binary | 11100111 | 11100001 | 11110011 | 101 | 111 | 0 | 101 | 100000100 | 101011 | 1011100 |
Color Harmonies of #E7E1F3
Complementary color
Monochromatic Colors of #E7E1F3
Black with #E7E1F3
Text Example
Text Example
White with #E7E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1F3; }
p { color: rgb(231,225,243); }
H1.HeaderClassName
{
color: #E7E1F3;
}
.AnyTagClassName
{
color: #E7E1F3;
}
</style>
background-color css
<style>
a { background-color: #E7E1F3; }
a { background-color: rgb(231,225,243); }
div.DivClassName
{
background-color: #E7E1F3;
}
.BgClassName
{
background-color: #E7E1F3;
}
</style>
border-color css
<style>
span { border-color: #E7E1F3; }
span { border-color: rgb(231,225,243); }
td.TdClassName
{
border-color: #E7E1F3;
}
.TagClassName
{
border-color: #E7E1F3;
}
</style>