Shades of Magnolia #EFE0FF
Tints of Magnolia #EFE0FF
RGB
CMYK
RGB Variations
Color information
#EFE0FF (or 0xEFE0FF) is known color: Magnolia. HEX triplet: EF, E0 and FF. RGB value is (239,224,255). Sum of RGB (Red+Green+Blue) = 239+224+255=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 224 (87.89% from 255 or 31.20% 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 #EFE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0FF is #101F00. Grayscale: #E7E7E7. Windows color (decimal): -1056513 or 16769263. OLE color: 16769263.
HSL color Cylindrical-coordinate representation of color #EFE0FF: hue angle of 269.03º 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 #EFE0FF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 239 | 224 | 255 | - |
CMYK | 0.06 | 0.12 | 0 | 0 |
HSL | 269.03º | 1% | 0.94% | - |
HSV(B) | 269.03º | 0.12% | 1% | - |
XYZ | 80.3 | 78.88 | 105.6 | - |
YUV | 232.02 | 140.97 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 224 | 255 | 0.06 | 0.12 | 0 | 0 | 269.03 | 1 | 0.94 |
Hex | EF | E0 | FF | 6 | C | 0 | 0 | 10D | 64 | 5E |
Octal | 357 | 340 | 377 | 6 | 14 | 0 | 0 | 415 | 144 | 136 |
Binary | 11101111 | 11100000 | 11111111 | 110 | 1100 | 0 | 0 | 100001101 | 1100100 | 1011110 |
Color Harmonies of #EFE0FF
Complementary color
Monochromatic Colors of #EFE0FF
Black with #EFE0FF
Text Example
Text Example
White with #EFE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0FF; }
p { color: rgb(239,224,255); }
H1.HeaderClassName
{
color: #EFE0FF;
}
.AnyTagClassName
{
color: #EFE0FF;
}
</style>
background-color css
<style>
a { background-color: #EFE0FF; }
a { background-color: rgb(239,224,255); }
div.DivClassName
{
background-color: #EFE0FF;
}
.BgClassName
{
background-color: #EFE0FF;
}
</style>
border-color css
<style>
span { border-color: #EFE0FF; }
span { border-color: rgb(239,224,255); }
td.TdClassName
{
border-color: #EFE0FF;
}
.TagClassName
{
border-color: #EFE0FF;
}
</style>