Shades of Plum #EDA3F6
Tints of Plum #EDA3F6
RGB
CMYK
RGB Variations
Color information
#EDA3F6 (or 0xEDA3F6) is known color: Plum. HEX triplet: ED, A3 and F6. RGB value is (237,163,246). Sum of RGB (Red+Green+Blue) = 237+163+246=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 163 (64.06% from 255 or 25.23% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3F6 is #125C09. Grayscale: #C2C2C2. Windows color (decimal): -1203210 or 16163821. OLE color: 16163821.
HSL color Cylindrical-coordinate representation of color #EDA3F6: hue angle of 293.49º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA3F6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 163 | 246 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.04 |
| HSL | 293.49º | 0.82% | 0.8% | - |
| HSV(B) | 293.49º | 0.34% | 0.96% | - |
| XYZ | 64.66 | 50.85 | 93.6 | - |
| YUV | 194.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 246 | 0.04 | 0.34 | 0 | 0.04 | 293.49 | 0.82 | 0.8 |
| Hex | ED | A3 | F6 | 4 | 22 | 0 | 4 | 125 | 52 | 50 |
| Octal | 355 | 243 | 366 | 4 | 42 | 0 | 4 | 445 | 122 | 120 |
| Binary | 11101101 | 10100011 | 11110110 | 100 | 100010 | 0 | 100 | 100100101 | 1010010 | 1010000 |
Color Harmonies of #EDA3F6
Complementary color
Monochromatic Colors of #EDA3F6
Black with #EDA3F6
Text Example
Text Example
White with #EDA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3F6; }
p { color: rgb(237,163,246); }
H1.HeaderClassName
{
color: #EDA3F6;
}
.AnyTagClassName
{
color: #EDA3F6;
}
</style>
background-color css
<style>
a { background-color: #EDA3F6; }
a { background-color: rgb(237,163,246); }
div.DivClassName
{
background-color: #EDA3F6;
}
.BgClassName
{
background-color: #EDA3F6;
}
</style>
border-color css
<style>
span { border-color: #EDA3F6; }
span { border-color: rgb(237,163,246); }
td.TdClassName
{
border-color: #EDA3F6;
}
.TagClassName
{
border-color: #EDA3F6;
}
</style>