Shades of Magnolia #EAE0F8
Tints of Magnolia #EAE0F8
RGB
CMYK
RGB Variations
Color information
#EAE0F8 (or 0xEAE0F8) is known color: Magnolia. HEX triplet: EA, E0 and F8. RGB value is (234,224,248). Sum of RGB (Red+Green+Blue) = 234+224+248=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0F8 is #151F07. Grayscale: #E5E5E5. Windows color (decimal): -1384200 or 16310506. OLE color: 16310506.
HSL color Cylindrical-coordinate representation of color #EAE0F8: hue angle of 265º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE0F8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 224 | 248 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.03 |
| HSL | 265º | 0.63% | 0.93% | - |
| HSV(B) | 265º | 0.1% | 0.97% | - |
| XYZ | 77.53 | 77.58 | 99.7 | - |
| YUV | 229.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 248 | 0.06 | 0.10 | 0 | 0.03 | 265 | 0.63 | 0.93 |
| Hex | EA | E0 | F8 | 6 | A | 0 | 3 | 109 | 3F | 5D |
| Octal | 352 | 340 | 370 | 6 | 12 | 0 | 3 | 411 | 77 | 135 |
| Binary | 11101010 | 11100000 | 11111000 | 110 | 1010 | 0 | 11 | 100001001 | 111111 | 1011101 |
Color Harmonies of #EAE0F8
Complementary color
Monochromatic Colors of #EAE0F8
Black with #EAE0F8
Text Example
Text Example
White with #EAE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0F8; }
p { color: rgb(234,224,248); }
H1.HeaderClassName
{
color: #EAE0F8;
}
.AnyTagClassName
{
color: #EAE0F8;
}
</style>
background-color css
<style>
a { background-color: #EAE0F8; }
a { background-color: rgb(234,224,248); }
div.DivClassName
{
background-color: #EAE0F8;
}
.BgClassName
{
background-color: #EAE0F8;
}
</style>
border-color css
<style>
span { border-color: #EAE0F8; }
span { border-color: rgb(234,224,248); }
td.TdClassName
{
border-color: #EAE0F8;
}
.TagClassName
{
border-color: #EAE0F8;
}
</style>