Shades of Plum #EDA3F5
Tints of Plum #EDA3F5
RGB
CMYK
RGB Variations
Color information
#EDA3F5 (or 0xEDA3F5) is known color: Plum. HEX triplet: ED, A3 and F5. RGB value is (237,163,245). Sum of RGB (Red+Green+Blue) = 237+163+245=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDA3F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3F5 is #125C0A. Grayscale: #C2C2C2. Windows color (decimal): -1203211 or 16098285. OLE color: 16098285.
HSL color Cylindrical-coordinate representation of color #EDA3F5: hue angle of 294.15º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA3F5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 163 | 245 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.04 |
| HSL | 294.15º | 0.8% | 0.8% | - |
| HSV(B) | 294.15º | 0.33% | 0.96% | - |
| XYZ | 64.5 | 50.79 | 92.79 | - |
| YUV | 194.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 245 | 0.03 | 0.33 | 0 | 0.04 | 294.15 | 0.8 | 0.8 |
| Hex | ED | A3 | F5 | 3 | 21 | 0 | 4 | 126 | 50 | 50 |
| Octal | 355 | 243 | 365 | 3 | 41 | 0 | 4 | 446 | 120 | 120 |
| Binary | 11101101 | 10100011 | 11110101 | 11 | 100001 | 0 | 100 | 100100110 | 1010000 | 1010000 |
Color Harmonies of #EDA3F5
Complementary color
Monochromatic Colors of #EDA3F5
Black with #EDA3F5
Text Example
Text Example
White with #EDA3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3F5; }
p { color: rgb(237,163,245); }
H1.HeaderClassName
{
color: #EDA3F5;
}
.AnyTagClassName
{
color: #EDA3F5;
}
</style>
background-color css
<style>
a { background-color: #EDA3F5; }
a { background-color: rgb(237,163,245); }
div.DivClassName
{
background-color: #EDA3F5;
}
.BgClassName
{
background-color: #EDA3F5;
}
</style>
border-color css
<style>
span { border-color: #EDA3F5; }
span { border-color: rgb(237,163,245); }
td.TdClassName
{
border-color: #EDA3F5;
}
.TagClassName
{
border-color: #EDA3F5;
}
</style>