Shades of Magnolia #EAE0FA
Tints of Magnolia #EAE0FA
RGB
CMYK
RGB Variations
Color information
#EAE0FA (or 0xEAE0FA) is known color: Magnolia. HEX triplet: EA, E0 and FA. RGB value is (234,224,250). Sum of RGB (Red+Green+Blue) = 234+224+250=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FA is #151F05. Grayscale: #E5E5E5. Windows color (decimal): -1384198 or 16441578. OLE color: 16441578.
HSL color Cylindrical-coordinate representation of color #EAE0FA: hue angle of 263.08º 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 #EAE0FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 224 | 250 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 263.08º | 0.72% | 0.93% | - |
| HSV(B) | 263.08º | 0.1% | 0.98% | - |
| XYZ | 77.84 | 77.71 | 101.34 | - |
| YUV | 229.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 250 | 0.06 | 0.10 | 0 | 0.02 | 263.08 | 0.72 | 0.93 |
| Hex | EA | E0 | FA | 6 | A | 0 | 2 | 107 | 48 | 5D |
| Octal | 352 | 340 | 372 | 6 | 12 | 0 | 2 | 407 | 110 | 135 |
| Binary | 11101010 | 11100000 | 11111010 | 110 | 1010 | 0 | 10 | 100000111 | 1001000 | 1011101 |
Color Harmonies of #EAE0FA
Complementary color
Monochromatic Colors of #EAE0FA
Black with #EAE0FA
Text Example
Text Example
White with #EAE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0FA; }
p { color: rgb(234,224,250); }
H1.HeaderClassName
{
color: #EAE0FA;
}
.AnyTagClassName
{
color: #EAE0FA;
}
</style>
background-color css
<style>
a { background-color: #EAE0FA; }
a { background-color: rgb(234,224,250); }
div.DivClassName
{
background-color: #EAE0FA;
}
.BgClassName
{
background-color: #EAE0FA;
}
</style>
border-color css
<style>
span { border-color: #EAE0FA; }
span { border-color: rgb(234,224,250); }
td.TdClassName
{
border-color: #EAE0FA;
}
.TagClassName
{
border-color: #EAE0FA;
}
</style>