Shades of Magnolia #EAE2FA
Tints of Magnolia #EAE2FA
RGB
CMYK
RGB Variations
Color information
#EAE2FA (or 0xEAE2FA) is known color: Magnolia. HEX triplet: EA, E2 and FA. RGB value is (234,226,250). Sum of RGB (Red+Green+Blue) = 234+226+250=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2FA is #151D05. Grayscale: #E7E7E7. Windows color (decimal): -1383686 or 16442090. OLE color: 16442090.
HSL color Cylindrical-coordinate representation of color #EAE2FA: hue angle of 260º degrees, saturation: 0.71, 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 #EAE2FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 226 | 250 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 260º | 0.71% | 0.93% | - |
| HSV(B) | 260º | 0.1% | 0.98% | - |
| XYZ | 78.38 | 78.79 | 101.52 | - |
| YUV | 231.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 250 | 0.06 | 0.10 | 0 | 0.02 | 260 | 0.71 | 0.93 |
| Hex | EA | E2 | FA | 6 | A | 0 | 2 | 104 | 47 | 5D |
| Octal | 352 | 342 | 372 | 6 | 12 | 0 | 2 | 404 | 107 | 135 |
| Binary | 11101010 | 11100010 | 11111010 | 110 | 1010 | 0 | 10 | 100000100 | 1000111 | 1011101 |
Color Harmonies of #EAE2FA
Complementary color
Monochromatic Colors of #EAE2FA
Black with #EAE2FA
Text Example
Text Example
White with #EAE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2FA; }
p { color: rgb(234,226,250); }
H1.HeaderClassName
{
color: #EAE2FA;
}
.AnyTagClassName
{
color: #EAE2FA;
}
</style>
background-color css
<style>
a { background-color: #EAE2FA; }
a { background-color: rgb(234,226,250); }
div.DivClassName
{
background-color: #EAE2FA;
}
.BgClassName
{
background-color: #EAE2FA;
}
</style>
border-color css
<style>
span { border-color: #EAE2FA; }
span { border-color: rgb(234,226,250); }
td.TdClassName
{
border-color: #EAE2FA;
}
.TagClassName
{
border-color: #EAE2FA;
}
</style>