Shades of Magnolia #EBE2FC
Tints of Magnolia #EBE2FC
RGB
CMYK
RGB Variations
Color information
#EBE2FC (or 0xEBE2FC) is known color: Magnolia. HEX triplet: EB, E2 and FC. RGB value is (235,226,252). Sum of RGB (Red+Green+Blue) = 235+226+252=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2FC is #141D03. Grayscale: #E7E7E7. Windows color (decimal): -1318148 or 16573163. OLE color: 16573163.
HSL color Cylindrical-coordinate representation of color #EBE2FC: hue angle of 260.77º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE2FC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 226 | 252 | - |
CMYK | 0.07 | 0.10 | 0 | 0.01 |
HSL | 260.77º | 0.81% | 0.94% | - |
HSV(B) | 260.77º | 0.1% | 0.99% | - |
XYZ | 79.03 | 79.08 | 103.19 | - |
YUV | 231.66 | 139.48 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 226 | 252 | 0.07 | 0.10 | 0 | 0.01 | 260.77 | 0.81 | 0.94 |
Hex | EB | E2 | FC | 7 | A | 0 | 1 | 105 | 51 | 5E |
Octal | 353 | 342 | 374 | 7 | 12 | 0 | 1 | 405 | 121 | 136 |
Binary | 11101011 | 11100010 | 11111100 | 111 | 1010 | 0 | 1 | 100000101 | 1010001 | 1011110 |
Color Harmonies of #EBE2FC
Complementary color
Monochromatic Colors of #EBE2FC
Black with #EBE2FC
Text Example
Text Example
White with #EBE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2FC; }
p { color: rgb(235,226,252); }
H1.HeaderClassName
{
color: #EBE2FC;
}
.AnyTagClassName
{
color: #EBE2FC;
}
</style>
background-color css
<style>
a { background-color: #EBE2FC; }
a { background-color: rgb(235,226,252); }
div.DivClassName
{
background-color: #EBE2FC;
}
.BgClassName
{
background-color: #EBE2FC;
}
</style>
border-color css
<style>
span { border-color: #EBE2FC; }
span { border-color: rgb(235,226,252); }
td.TdClassName
{
border-color: #EBE2FC;
}
.TagClassName
{
border-color: #EBE2FC;
}
</style>