Shades of Magnolia #EBE4FF
Tints of Magnolia #EBE4FF
RGB
CMYK
RGB Variations
Color information
#EBE4FF (or 0xEBE4FF) is known color: Magnolia. HEX triplet: EB, E4 and FF. RGB value is (235,228,255). Sum of RGB (Red+Green+Blue) = 235+228+255=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FF is #141B00. Grayscale: #E9E9E9. Windows color (decimal): -1317633 or 16770283. OLE color: 16770283.
HSL color Cylindrical-coordinate representation of color #EBE4FF: hue angle of 255.56º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBE4FF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 228 | 255 | - |
| CMYK | 0.08 | 0.11 | 0 | 0 |
| HSL | 255.56º | 1% | 0.95% | - |
| HSV(B) | 255.56º | 0.11% | 1% | - |
| XYZ | 80.05 | 80.37 | 105.9 | - |
| YUV | 233.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 255 | 0.08 | 0.11 | 0 | 0 | 255.56 | 1 | 0.95 |
| Hex | EB | E4 | FF | 8 | B | 0 | 0 | 100 | 64 | 5F |
| Octal | 353 | 344 | 377 | 10 | 13 | 0 | 0 | 400 | 144 | 137 |
| Binary | 11101011 | 11100100 | 11111111 | 1000 | 1011 | 0 | 0 | 100000000 | 1100100 | 1011111 |
Color Harmonies of #EBE4FF
Complementary color
Monochromatic Colors of #EBE4FF
Black with #EBE4FF
Text Example
Text Example
White with #EBE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4FF; }
p { color: rgb(235,228,255); }
H1.HeaderClassName
{
color: #EBE4FF;
}
.AnyTagClassName
{
color: #EBE4FF;
}
</style>
background-color css
<style>
a { background-color: #EBE4FF; }
a { background-color: rgb(235,228,255); }
div.DivClassName
{
background-color: #EBE4FF;
}
.BgClassName
{
background-color: #EBE4FF;
}
</style>
border-color css
<style>
span { border-color: #EBE4FF; }
span { border-color: rgb(235,228,255); }
td.TdClassName
{
border-color: #EBE4FF;
}
.TagClassName
{
border-color: #EBE4FF;
}
</style>