Shades of Magnolia #EAE0FE
Tints of Magnolia #EAE0FE
RGB
CMYK
RGB Variations
Color information
#EAE0FE (or 0xEAE0FE) is known color: Magnolia. HEX triplet: EA, E0 and FE. RGB value is (234,224,254). Sum of RGB (Red+Green+Blue) = 234+224+254=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0FE is #151F01. Grayscale: #E6E6E6. Windows color (decimal): -1384194 or 16703722. OLE color: 16703722.
HSL color Cylindrical-coordinate representation of color #EAE0FE: hue angle of 260º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAE0FE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 224 | 254 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.00 |
| HSL | 260º | 0.94% | 0.94% | - |
| HSV(B) | 260º | 0.12% | 1% | - |
| XYZ | 78.48 | 77.96 | 104.68 | - |
| YUV | 230.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 254 | 0.08 | 0.12 | 0 | 0.00 | 260 | 0.94 | 0.94 |
| Hex | EA | E0 | FE | 8 | C | 0 | 0 | 104 | 5E | 5E |
| Octal | 352 | 340 | 376 | 10 | 14 | 0 | 0 | 404 | 136 | 136 |
| Binary | 11101010 | 11100000 | 11111110 | 1000 | 1100 | 0 | 0 | 100000100 | 1011110 | 1011110 |
Color Harmonies of #EAE0FE
Complementary color
Monochromatic Colors of #EAE0FE
Black with #EAE0FE
Text Example
Text Example
White with #EAE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0FE; }
p { color: rgb(234,224,254); }
H1.HeaderClassName
{
color: #EAE0FE;
}
.AnyTagClassName
{
color: #EAE0FE;
}
</style>
background-color css
<style>
a { background-color: #EAE0FE; }
a { background-color: rgb(234,224,254); }
div.DivClassName
{
background-color: #EAE0FE;
}
.BgClassName
{
background-color: #EAE0FE;
}
</style>
border-color css
<style>
span { border-color: #EAE0FE; }
span { border-color: rgb(234,224,254); }
td.TdClassName
{
border-color: #EAE0FE;
}
.TagClassName
{
border-color: #EAE0FE;
}
</style>