Shades of Magnolia #ECE0FF
Tints of Magnolia #ECE0FF
RGB
CMYK
RGB Variations
Color information
#ECE0FF (or 0xECE0FF) is known color: Magnolia. HEX triplet: EC, E0 and FF. RGB value is (236,224,255). Sum of RGB (Red+Green+Blue) = 236+224+255=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FF is #131F00. Grayscale: #E7E7E7. Windows color (decimal): -1253121 or 16769260. OLE color: 16769260.
HSL color Cylindrical-coordinate representation of color #ECE0FF: hue angle of 263.23º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECE0FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 224 | 255 | - |
| CMYK | 0.07 | 0.12 | 0 | 0 |
| HSL | 263.23º | 1% | 0.94% | - |
| HSV(B) | 263.23º | 0.12% | 1% | - |
| XYZ | 79.3 | 78.36 | 105.55 | - |
| YUV | 231.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 255 | 0.07 | 0.12 | 0 | 0 | 263.23 | 1 | 0.94 |
| Hex | EC | E0 | FF | 7 | C | 0 | 0 | 107 | 64 | 5E |
| Octal | 354 | 340 | 377 | 7 | 14 | 0 | 0 | 407 | 144 | 136 |
| Binary | 11101100 | 11100000 | 11111111 | 111 | 1100 | 0 | 0 | 100000111 | 1100100 | 1011110 |
Color Harmonies of #ECE0FF
Complementary color
Monochromatic Colors of #ECE0FF
Black with #ECE0FF
Text Example
Text Example
White with #ECE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0FF; }
p { color: rgb(236,224,255); }
H1.HeaderClassName
{
color: #ECE0FF;
}
.AnyTagClassName
{
color: #ECE0FF;
}
</style>
background-color css
<style>
a { background-color: #ECE0FF; }
a { background-color: rgb(236,224,255); }
div.DivClassName
{
background-color: #ECE0FF;
}
.BgClassName
{
background-color: #ECE0FF;
}
</style>
border-color css
<style>
span { border-color: #ECE0FF; }
span { border-color: rgb(236,224,255); }
td.TdClassName
{
border-color: #ECE0FF;
}
.TagClassName
{
border-color: #ECE0FF;
}
</style>