Shades of Magnolia #EBE1FE
Tints of Magnolia #EBE1FE
RGB
CMYK
RGB Variations
Color information
#EBE1FE (or 0xEBE1FE) is known color: Magnolia. HEX triplet: EB, E1 and FE. RGB value is (235,225,254). Sum of RGB (Red+Green+Blue) = 235+225+254=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1FE is #141E01. Grayscale: #E7E7E7. Windows color (decimal): -1318402 or 16703979. OLE color: 16703979.
HSL color Cylindrical-coordinate representation of color #EBE1FE: hue angle of 260.69º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBE1FE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 225 | 254 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.00 |
| HSL | 260.69º | 0.94% | 0.94% | - |
| HSV(B) | 260.69º | 0.11% | 1% | - |
| XYZ | 79.08 | 78.67 | 104.78 | - |
| YUV | 231.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 254 | 0.07 | 0.11 | 0 | 0.00 | 260.69 | 0.94 | 0.94 |
| Hex | EB | E1 | FE | 7 | B | 0 | 0 | 105 | 5E | 5E |
| Octal | 353 | 341 | 376 | 7 | 13 | 0 | 0 | 405 | 136 | 136 |
| Binary | 11101011 | 11100001 | 11111110 | 111 | 1011 | 0 | 0 | 100000101 | 1011110 | 1011110 |
Color Harmonies of #EBE1FE
Complementary color
Monochromatic Colors of #EBE1FE
Black with #EBE1FE
Text Example
Text Example
White with #EBE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1FE; }
p { color: rgb(235,225,254); }
H1.HeaderClassName
{
color: #EBE1FE;
}
.AnyTagClassName
{
color: #EBE1FE;
}
</style>
background-color css
<style>
a { background-color: #EBE1FE; }
a { background-color: rgb(235,225,254); }
div.DivClassName
{
background-color: #EBE1FE;
}
.BgClassName
{
background-color: #EBE1FE;
}
</style>
border-color css
<style>
span { border-color: #EBE1FE; }
span { border-color: rgb(235,225,254); }
td.TdClassName
{
border-color: #EBE1FE;
}
.TagClassName
{
border-color: #EBE1FE;
}
</style>