Shades of Magnolia #EBE0F9
Tints of Magnolia #EBE0F9
RGB
CMYK
RGB Variations
Color information
#EBE0F9 (or 0xEBE0F9) is known color: Magnolia. HEX triplet: EB, E0 and F9. RGB value is (235,224,249). Sum of RGB (Red+Green+Blue) = 235+224+249=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0F9 is #141F06. Grayscale: #E6E6E6. Windows color (decimal): -1318663 or 16376043. OLE color: 16376043.
HSL color Cylindrical-coordinate representation of color #EBE0F9: hue angle of 266.4º degrees, saturation: 0.68, 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 #EBE0F9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 224 | 249 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 266.4º | 0.68% | 0.93% | - |
| HSV(B) | 266.4º | 0.1% | 0.98% | - |
| XYZ | 78.02 | 77.81 | 100.53 | - |
| YUV | 230.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 249 | 0.06 | 0.10 | 0 | 0.02 | 266.4 | 0.68 | 0.93 |
| Hex | EB | E0 | F9 | 6 | A | 0 | 2 | 10A | 44 | 5D |
| Octal | 353 | 340 | 371 | 6 | 12 | 0 | 2 | 412 | 104 | 135 |
| Binary | 11101011 | 11100000 | 11111001 | 110 | 1010 | 0 | 10 | 100001010 | 1000100 | 1011101 |
Color Harmonies of #EBE0F9
Complementary color
Monochromatic Colors of #EBE0F9
Black with #EBE0F9
Text Example
Text Example
White with #EBE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0F9; }
p { color: rgb(235,224,249); }
H1.HeaderClassName
{
color: #EBE0F9;
}
.AnyTagClassName
{
color: #EBE0F9;
}
</style>
background-color css
<style>
a { background-color: #EBE0F9; }
a { background-color: rgb(235,224,249); }
div.DivClassName
{
background-color: #EBE0F9;
}
.BgClassName
{
background-color: #EBE0F9;
}
</style>
border-color css
<style>
span { border-color: #EBE0F9; }
span { border-color: rgb(235,224,249); }
td.TdClassName
{
border-color: #EBE0F9;
}
.TagClassName
{
border-color: #EBE0F9;
}
</style>