Shades of Magnolia #E8E0FA
Tints of Magnolia #E8E0FA
RGB
CMYK
RGB Variations
Color information
#E8E0FA (or 0xE8E0FA) is known color: Magnolia. HEX triplet: E8, E0 and FA. RGB value is (232,224,250). Sum of RGB (Red+Green+Blue) = 232+224+250=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E0FA is #171F05. Grayscale: #E5E5E5. Windows color (decimal): -1515270 or 16441576. OLE color: 16441576.
HSL color Cylindrical-coordinate representation of color #E8E0FA: hue angle of 258.46º 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 #E8E0FA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 224 | 250 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 258.46º | 0.72% | 0.93% | - |
| HSV(B) | 258.46º | 0.1% | 0.98% | - |
| XYZ | 77.19 | 77.37 | 101.31 | - |
| YUV | 229.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 250 | 0.07 | 0.10 | 0 | 0.02 | 258.46 | 0.72 | 0.93 |
| Hex | E8 | E0 | FA | 7 | A | 0 | 2 | 102 | 48 | 5D |
| Octal | 350 | 340 | 372 | 7 | 12 | 0 | 2 | 402 | 110 | 135 |
| Binary | 11101000 | 11100000 | 11111010 | 111 | 1010 | 0 | 10 | 100000010 | 1001000 | 1011101 |
Color Harmonies of #E8E0FA
Complementary color
Monochromatic Colors of #E8E0FA
Black with #E8E0FA
Text Example
Text Example
White with #E8E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0FA; }
p { color: rgb(232,224,250); }
H1.HeaderClassName
{
color: #E8E0FA;
}
.AnyTagClassName
{
color: #E8E0FA;
}
</style>
background-color css
<style>
a { background-color: #E8E0FA; }
a { background-color: rgb(232,224,250); }
div.DivClassName
{
background-color: #E8E0FA;
}
.BgClassName
{
background-color: #E8E0FA;
}
</style>
border-color css
<style>
span { border-color: #E8E0FA; }
span { border-color: rgb(232,224,250); }
td.TdClassName
{
border-color: #E8E0FA;
}
.TagClassName
{
border-color: #E8E0FA;
}
</style>