Shades of Magnolia #EAE0FB
Tints of Magnolia #EAE0FB
RGB
CMYK
RGB Variations
Color information
#EAE0FB (or 0xEAE0FB) is known color: Magnolia. HEX triplet: EA, E0 and FB. RGB value is (234,224,251). Sum of RGB (Red+Green+Blue) = 234+224+251=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FB is #151F04. Grayscale: #E5E5E5. Windows color (decimal): -1384197 or 16507114. OLE color: 16507114.
HSL color Cylindrical-coordinate representation of color #EAE0FB: hue angle of 262.22º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAE0FB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 224 | 251 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.02 |
| HSL | 262.22º | 0.77% | 0.93% | - |
| HSV(B) | 262.22º | 0.11% | 0.98% | - |
| XYZ | 78 | 77.77 | 102.17 | - |
| YUV | 230.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 251 | 0.07 | 0.11 | 0 | 0.02 | 262.22 | 0.77 | 0.93 |
| Hex | EA | E0 | FB | 7 | B | 0 | 2 | 106 | 4D | 5D |
| Octal | 352 | 340 | 373 | 7 | 13 | 0 | 2 | 406 | 115 | 135 |
| Binary | 11101010 | 11100000 | 11111011 | 111 | 1011 | 0 | 10 | 100000110 | 1001101 | 1011101 |
Color Harmonies of #EAE0FB
Complementary color
Monochromatic Colors of #EAE0FB
Black with #EAE0FB
Text Example
Text Example
White with #EAE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0FB; }
p { color: rgb(234,224,251); }
H1.HeaderClassName
{
color: #EAE0FB;
}
.AnyTagClassName
{
color: #EAE0FB;
}
</style>
background-color css
<style>
a { background-color: #EAE0FB; }
a { background-color: rgb(234,224,251); }
div.DivClassName
{
background-color: #EAE0FB;
}
.BgClassName
{
background-color: #EAE0FB;
}
</style>
border-color css
<style>
span { border-color: #EAE0FB; }
span { border-color: rgb(234,224,251); }
td.TdClassName
{
border-color: #EAE0FB;
}
.TagClassName
{
border-color: #EAE0FB;
}
</style>